@proteus-vue/compiler 0.3.0-beta.10 → 0.3.0-beta.11
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 +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@proteus-vue/compiler",
|
|
3
|
-
"version": "0.3.0-beta.
|
|
3
|
+
"version": "0.3.0-beta.11",
|
|
4
4
|
"description": "Proteus 编译引擎 —— 标准 Vue SFC → 小程序四件套(纯函数、零运行时依赖、规则注册表 + AI 说明书)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"@babel/plugin-transform-numeric-separator": "^8.0.1",
|
|
41
41
|
"@babel/plugin-transform-object-rest-spread": "^7.29.0",
|
|
42
42
|
"@babel/plugin-transform-optional-chaining": "^7.29.0",
|
|
43
|
-
"@proteus-vue/component-ir": "0.3.0-beta.
|
|
44
|
-
"@proteus-vue/contracts": "0.3.0-beta.
|
|
45
|
-
"@proteus-vue/types": "0.3.0-beta.
|
|
43
|
+
"@proteus-vue/component-ir": "0.3.0-beta.11",
|
|
44
|
+
"@proteus-vue/contracts": "0.3.0-beta.11",
|
|
45
|
+
"@proteus-vue/types": "0.3.0-beta.11"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
48
|
"build": "tsc -p tsconfig.build.json --emitDeclarationOnly && esbuild src/index.ts src/style-safety/index.ts --bundle --format=esm --platform=node --outdir=dist --external:@vue/compiler-sfc --external:@vue/compiler-dom --external:@proteus-vue/contracts --external:@proteus-vue/component-ir --external:@babel/core --external:@babel/plugin-transform-nullish-coalescing-operator --external:@babel/plugin-transform-optional-chaining --external:@babel/plugin-transform-logical-assignment-operators --external:@babel/plugin-transform-object-rest-spread"
|