@cocojs/cli 0.0.1-alpha202511021502 → 0.0.1-alpha202511162103
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cocojs/cli",
|
|
3
3
|
"description": "命令行工具,支持开发和构建功能",
|
|
4
|
-
"version": "0.0.1-
|
|
4
|
+
"version": "0.0.1-alpha202511162103",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"bin": {
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@babel/preset-typescript": "^7.26.0",
|
|
29
29
|
"@babel/traverse": "^7.26.7",
|
|
30
30
|
"@babel/types": "^7.26.7",
|
|
31
|
-
"@cocojs/type-extractor": "
|
|
31
|
+
"@cocojs/type-extractor": "workspace:*",
|
|
32
32
|
"@rollup/plugin-babel": "^6.0.4",
|
|
33
33
|
"@rollup/plugin-typescript": "^12.1.2",
|
|
34
34
|
"babel-loader": "^10.0.0",
|