@opentiny/tiny-engine-plugin-bridge 2.8.0-alpha.1 → 2.8.0-alpha.3

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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-alpha.1",
3
+ "version": "2.8.0-alpha.3",
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-alpha.1",
29
- "@opentiny/tiny-engine-meta-register": "2.8.0-alpha.1"
28
+ "@opentiny/tiny-engine-common": "2.8.0-alpha.3",
29
+ "@opentiny/tiny-engine-meta-register": "2.8.0-alpha.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.8.0-alpha.1",
32
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.8.0-alpha.3",
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": "94121aee43a88133cdba3532a8b01b14421e7445"
42
+ "gitHead": "83dd7a0afea4a0049487dfd2b31184a30647c677"
43
43
  }