chore: bump version to 0.1.1
- Add comprehensive tests for loader plugins (vite, webpack, rollup, esbuild) - Fix fast-glob ESM import issue Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
parent
5bf3d6b769
commit
0ecccb6fee
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "yarn-spinner-loader",
|
"name": "yarn-spinner-loader",
|
||||||
"version": "0.1.0",
|
"version": "0.1.1",
|
||||||
"description": "Load and compile Yarn Spinner project files for various build tools",
|
"description": "Load and compile Yarn Spinner project files for various build tools",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "./dist/index.js",
|
"main": "./dist/index.js",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue