@ibiz-template/model-helper 0.7.41-alpha.136 → 0.7.41-alpha.138
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.esm.js +3 -1
- package/package.json +4 -4
package/dist/index.esm.js
CHANGED
|
@@ -25603,7 +25603,9 @@ var Environment = {
|
|
|
25603
25603
|
devtoolConfig: {
|
|
25604
25604
|
studioBaseUrl: "https://open.ibizlab.cn/modeldesign/#/",
|
|
25605
25605
|
v9Mode: false,
|
|
25606
|
-
defaultMode: "close"
|
|
25606
|
+
defaultMode: "close",
|
|
25607
|
+
enableExternalPlugin: false,
|
|
25608
|
+
concurrentPluginCount: 1
|
|
25607
25609
|
},
|
|
25608
25610
|
enableAI: true,
|
|
25609
25611
|
aMapSecurityJsCode: "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/model-helper",
|
|
3
|
-
"version": "0.7.41-alpha.
|
|
3
|
+
"version": "0.7.41-alpha.138",
|
|
4
4
|
"description": "模型辅助库",
|
|
5
5
|
"main": "out/index.js",
|
|
6
6
|
"types": "out/index.d.ts",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"author": "iBiz",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@ibiz-template/core": "^0.7.41-alpha.
|
|
34
|
+
"@ibiz-template/core": "^0.7.41-alpha.138",
|
|
35
35
|
"@ibiz/model-core": "^0.1.89",
|
|
36
36
|
"@ibiz/rt-model-api": "0.2.90",
|
|
37
37
|
"@maxbilbow/ant-path-matcher": "0.0.2",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"ramda": "^0.29.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@ibiz-template/runtime": "^0.7.41-alpha.
|
|
42
|
+
"@ibiz-template/runtime": "^0.7.41-alpha.138",
|
|
43
43
|
"@types/pluralize": "^0.0.33",
|
|
44
44
|
"@types/ramda": "^0.29.10"
|
|
45
45
|
},
|
|
@@ -47,5 +47,5 @@
|
|
|
47
47
|
"@ibiz-template/runtime": "^0.6.0",
|
|
48
48
|
"ramda": "^0.29.0"
|
|
49
49
|
},
|
|
50
|
-
"gitHead": "
|
|
50
|
+
"gitHead": "6889724e696f8f8ffb221ec57c1eb8154e1acbb3"
|
|
51
51
|
}
|