@vtj/local 0.13.39 → 0.13.41

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.cjs CHANGED
@@ -1840,6 +1840,7 @@ const hmPlugin = function(options) {
1840
1840
  s.parentNode.insertBefore(hm, s);
1841
1841
  })();
1842
1842
  <\/script>
1843
+ </body>
1843
1844
  `
1844
1845
  );
1845
1846
  }
package/dist/index.mjs CHANGED
@@ -1833,6 +1833,7 @@ const hmPlugin = function(options) {
1833
1833
  s.parentNode.insertBefore(hm, s);
1834
1834
  })();
1835
1835
  <\/script>
1836
+ </body>
1836
1837
  `
1837
1838
  );
1838
1839
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vtj/local",
3
3
  "private": false,
4
- "version": "0.13.39",
4
+ "version": "0.13.41",
5
5
  "type": "module",
6
6
  "keywords": [
7
7
  "低代码引擎",
@@ -22,10 +22,10 @@
22
22
  "license": "MIT",
23
23
  "dependencies": {
24
24
  "formidable": "~3.5.1",
25
- "@vtj/coder": "~0.13.39",
26
- "@vtj/core": "~0.13.39",
25
+ "@vtj/coder": "~0.13.41",
27
26
  "@vtj/node": "~0.12.6",
28
- "@vtj/parser": "~0.13.39"
27
+ "@vtj/core": "~0.13.41",
28
+ "@vtj/parser": "~0.13.41"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/formidable": "~3.4.5",