@opentiny/tiny-engine-toolbar-save 2.7.0 → 2.7.1-alpha.1

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 +1 -1
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -198,7 +198,7 @@ const B = {
198
198
  }
199
199
  O.disabled = !0;
200
200
  const l = e();
201
- O.code = JSON.stringify(l || {}, null, 2), g(O.code).finally(() => {
201
+ return O.code = JSON.stringify(l || {}, null, 2), g(O.code).finally(() => {
202
202
  if (O.disabled = !1, typeof s == "function")
203
203
  try {
204
204
  s();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-toolbar-save",
3
- "version": "2.7.0",
3
+ "version": "2.7.1-alpha.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -25,12 +25,12 @@
25
25
  "license": "MIT",
26
26
  "homepage": "https://opentiny.design/tiny-engine",
27
27
  "dependencies": {
28
- "@opentiny/tiny-engine-common": "2.7.0",
29
- "@opentiny/tiny-engine-meta-register": "2.7.0",
30
- "@opentiny/tiny-engine-utils": "2.7.0"
28
+ "@opentiny/tiny-engine-common": "2.7.1-alpha.1",
29
+ "@opentiny/tiny-engine-meta-register": "2.7.1-alpha.1",
30
+ "@opentiny/tiny-engine-utils": "2.7.1-alpha.1"
31
31
  },
32
32
  "devDependencies": {
33
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.0",
33
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.7.1-alpha.1",
34
34
  "@vitejs/plugin-vue": "^5.1.2",
35
35
  "@vitejs/plugin-vue-jsx": "^4.0.1",
36
36
  "vite": "^5.4.2"
@@ -39,5 +39,5 @@
39
39
  "@opentiny/vue": "^3.20.0",
40
40
  "vue": "^3.4.15"
41
41
  },
42
- "gitHead": "12dd2a833f98fa2ac35be98a0fb0c942a7a8b3ab"
42
+ "gitHead": "c6b21a7062aeefb5cf3f9ff4d038553a62d3334e"
43
43
  }