@longzai-intelligence-bun/alias-plugin 0.0.17 → 0.0.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@longzai-intelligence-bun/alias-plugin",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.19",
|
|
4
4
|
"description": "Bun.build 路径别名解析插件",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"files": [
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"typecheck:test": "lzi-tsgo typecheck tsconfig/test.json",
|
|
26
26
|
"lint": "oxlint && oxfmt --check",
|
|
27
27
|
"lint:fix": "oxlint --fix && oxfmt",
|
|
28
|
-
"test": "bun test",
|
|
28
|
+
"test": "lzi-bun-cli test",
|
|
29
29
|
"test:watch": "bun test --watch",
|
|
30
30
|
"test:coverage": "bun test --coverage"
|
|
31
31
|
},
|