@dckj-npm/lowcode-plugin-code-generator 1.3.8 → 1.3.9

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.
@@ -92,8 +92,7 @@ export function CodeGenActionBtn(_ref) {
92
92
  solution: 'vuejs3',
93
93
  schema: sanitizedSchemas,
94
94
  flattenResult: true,
95
- resourceList: resourceList,
96
- workerJsUrl: '/standalone-worker.min.js'
95
+ resourceList: resourceList
97
96
  });
98
97
  case 9:
99
98
  result = _context.sent;
@@ -99,8 +99,7 @@ function CodeGenActionBtn(_ref) {
99
99
  solution: 'vuejs3',
100
100
  schema: sanitizedSchemas,
101
101
  flattenResult: true,
102
- resourceList: resourceList,
103
- workerJsUrl: '/standalone-worker.min.js'
102
+ resourceList: resourceList
104
103
  });
105
104
  case 9:
106
105
  result = _context.sent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dckj-npm/lowcode-plugin-code-generator",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
4
4
  "description": "集团低代码引擎 - 浏览器出码插件",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",