@opentiny/tiny-engine-plugin-bridge 2.6.2-alpha.0 → 2.6.2
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
|
@@ -356,7 +356,7 @@ function nt(n, t, u, e, l, g) {
|
|
|
356
356
|
onClick: e.save
|
|
357
357
|
}, {
|
|
358
358
|
default: r(() => t[10] || (t[10] = [
|
|
359
|
-
L("保存")
|
|
359
|
+
L("保存", -1)
|
|
360
360
|
])),
|
|
361
361
|
_: 1,
|
|
362
362
|
__: [10]
|
|
@@ -472,7 +472,7 @@ function nt(n, t, u, e, l, g) {
|
|
|
472
472
|
"onUpdate:modelValue": t[4] || (t[4] = (c) => e.state.content.destructuring = c)
|
|
473
473
|
}, {
|
|
474
474
|
default: r(() => t[11] || (t[11] = [
|
|
475
|
-
L("解构npm包")
|
|
475
|
+
L("解构npm包", -1)
|
|
476
476
|
])),
|
|
477
477
|
_: 1,
|
|
478
478
|
__: [11]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opentiny/tiny-engine-plugin-bridge",
|
|
3
|
-
"version": "2.6.2
|
|
3
|
+
"version": "2.6.2",
|
|
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.6.2
|
|
29
|
-
"@opentiny/tiny-engine-meta-register": "2.6.2
|
|
28
|
+
"@opentiny/tiny-engine-common": "2.6.2",
|
|
29
|
+
"@opentiny/tiny-engine-meta-register": "2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.6.2
|
|
32
|
+
"@opentiny/tiny-engine-vite-plugin-meta-comments": "2.6.2",
|
|
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": "f0a78631f157b7888a491ace9a962db777c4a0bd"
|
|
43
43
|
}
|