@opentiny/tiny-engine-canvas 2.0.0-alpha.3 → 2.0.0-alpha.4

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 +10 -10
package/dist/index.js CHANGED
@@ -2585,7 +2585,7 @@ const AZ = {
2585
2585
  let p = "";
2586
2586
  if (!W) {
2587
2587
  const { importMap: R, importStyles: h } = TG((F = Al("engine.config")) == null ? void 0 : F.importMapVersion);
2588
- p = zG(R, h);
2588
+ p = zG(R, h).html;
2589
2589
  }
2590
2590
  const V = (R) => {
2591
2591
  const { pageState: h } = v();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opentiny/tiny-engine-canvas",
3
- "version": "2.0.0-alpha.3",
3
+ "version": "2.0.0-alpha.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -36,19 +36,19 @@
36
36
  "type": "module",
37
37
  "dependencies": {
38
38
  "@babel/core": "7.18.13",
39
- "@opentiny/tiny-engine-builtin-component": "2.0.0-alpha.3",
40
- "@opentiny/tiny-engine-common": "2.0.0-alpha.3",
41
- "@opentiny/tiny-engine-http": "2.0.0-alpha.3",
42
- "@opentiny/tiny-engine-i18n-host": "2.0.0-alpha.3",
43
- "@opentiny/tiny-engine-meta-register": "2.0.0-alpha.3",
44
- "@opentiny/tiny-engine-utils": "2.0.0-alpha.3",
45
- "@opentiny/tiny-engine-webcomponent-core": "2.0.0-alpha.3",
39
+ "@opentiny/tiny-engine-builtin-component": "2.0.0-alpha.4",
40
+ "@opentiny/tiny-engine-common": "2.0.0-alpha.4",
41
+ "@opentiny/tiny-engine-http": "2.0.0-alpha.4",
42
+ "@opentiny/tiny-engine-i18n-host": "2.0.0-alpha.4",
43
+ "@opentiny/tiny-engine-meta-register": "2.0.0-alpha.4",
44
+ "@opentiny/tiny-engine-utils": "2.0.0-alpha.4",
45
+ "@opentiny/tiny-engine-webcomponent-core": "2.0.0-alpha.4",
46
46
  "@vue/babel-plugin-jsx": "1.1.1",
47
47
  "@vue/shared": "^3.3.4",
48
48
  "@vueuse/core": "^9.6.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-alpha.3",
51
+ "@opentiny/tiny-engine-vite-plugin-meta-comments": "2.0.0-alpha.4",
52
52
  "@vitejs/plugin-vue": "^5.1.2",
53
53
  "@vitejs/plugin-vue-jsx": "^4.0.1",
54
54
  "rollup-plugin-polyfill-node": "^0.13.0",
@@ -61,5 +61,5 @@
61
61
  "vue": "^3.4.15",
62
62
  "vue-i18n": "^9.9.0"
63
63
  },
64
- "gitHead": "20aba1ffa81a1633feec954e3146586193c18f22"
64
+ "gitHead": "14f9f41f9fa6a1b4962d0fcd3083798d842e8ff9"
65
65
  }