@zhubangyun/lowcode-core 1.1.0 → 1.1.2
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/package.json +2 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zhubangyun/lowcode-core",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "低代码核心",
|
|
5
5
|
"files": [
|
|
6
6
|
"lib",
|
|
@@ -10,18 +10,16 @@
|
|
|
10
10
|
"module": "es/index.js",
|
|
11
11
|
"scripts": {
|
|
12
12
|
"bundle:types": "node bundle-dts.js",
|
|
13
|
-
|
|
14
13
|
"dev": "build-scripts start --config build.dev.json",
|
|
15
|
-
|
|
16
14
|
"build:npm": "build-scripts build",
|
|
17
15
|
"publish:npm": "build-scripts build && npm publish",
|
|
18
|
-
|
|
19
16
|
"build:umd": "build-scripts build --config build.umd.json",
|
|
20
17
|
"publish:umd": "npm run build:umd && node scripts/publishToCdn.ts"
|
|
21
18
|
},
|
|
22
19
|
"dependencies": {
|
|
23
20
|
"@alilc/lowcode-datasource-fetch-handler": "^1.1.4",
|
|
24
21
|
"@zhubangyun/lowcode-renderer-core": "^1.1.3",
|
|
22
|
+
"axios": "^1.7.9",
|
|
25
23
|
"case": "^1.6.3",
|
|
26
24
|
"uuid": "^8.3.2"
|
|
27
25
|
},
|