@opentiny/tiny-engine-plugin-bridge 2.8.0-alpha.2 → 2.8.0-rc.0
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/dist/index.js +2 -2
- package/package.json +5 -5
package/dist/index.js
CHANGED
|
@@ -1676,7 +1676,7 @@ function dt(n, t, p, e, r, x) {
|
|
|
1676
1676
|
onClick: e.save
|
|
1677
1677
|
}, {
|
|
1678
1678
|
default: C(() => t[10] || (t[10] = [
|
|
1679
|
-
Be("保存")
|
|
1679
|
+
Be("保存", -1)
|
|
1680
1680
|
])),
|
|
1681
1681
|
_: 1,
|
|
1682
1682
|
__: [10]
|
|
@@ -1792,7 +1792,7 @@ function dt(n, t, p, e, r, x) {
|
|
|
1792
1792
|
"onUpdate:modelValue": t[4] || (t[4] = (I) => e.state.content.destructuring = I)
|
|
1793
1793
|
}, {
|
|
1794
1794
|
default: C(() => t[11] || (t[11] = [
|
|
1795
|
-
Be("解构npm包")
|
|
1795
|
+
Be("解构npm包", -1)
|
|
1796
1796
|
])),
|
|
1797
1797
|
_: 1,
|
|
1798
1798
|
__: [11]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-plugin-bridge",
|
|
3
|
-
"version": "2.8.0-
|
|
3
|
+
"version": "2.8.0-rc.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -25,11 +25,11 @@
|
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"homepage": "https://opentiny.design/tiny-engine",
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@opentiny/tiny-engine-common": "2.8.0-
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.8.0-
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.8.0-rc.0",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.8.0-rc.0"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.8.0-
|
|
32
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.8.0-rc.0",
|
|
33
33
|
"@vitejs/plugin-vue": "^5.1.2",
|
|
34
34
|
"@vitejs/plugin-vue-jsx": "^4.0.1",
|
|
35
35
|
"vite": "^5.4.2"
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"@opentiny/vue-icon": "^3.20.0",
|
|
40
40
|
"vue": "^3.4.15"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "91d29d7f00ad4775bfb72bef7a906102b5a4506e"
|
|
43
43
|
}
|