@chatbi-v/cli 2.1.4 → 2.1.6
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.js
CHANGED
|
@@ -2563,7 +2563,7 @@ async function clean(options) {
|
|
|
2563
2563
|
// package.json
|
|
2564
2564
|
var package_default = {
|
|
2565
2565
|
name: "@chatbi-v/cli",
|
|
2566
|
-
version: "2.1.
|
|
2566
|
+
version: "2.1.6",
|
|
2567
2567
|
description: "Standardized CLI tooling for ChatBI Monorepo",
|
|
2568
2568
|
type: "module",
|
|
2569
2569
|
main: "dist/index.js",
|
package/package.json
CHANGED
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@ant-design/icons": "^5.2.6",
|
|
14
14
|
"@ant-design/x": "^2.1.1",
|
|
15
|
-
"@chatbi-v/core": "^2.1.
|
|
16
|
-
"@chatbi-v/mocks": "^2.1.
|
|
17
|
-
"@chatbi-v/cli": "^2.1.
|
|
15
|
+
"@chatbi-v/core": "^2.1.6",
|
|
16
|
+
"@chatbi-v/mocks": "^2.1.6",
|
|
17
|
+
"@chatbi-v/cli": "^2.1.6",
|
|
18
18
|
"@chatbi-v/plugin-theme-manager": "2.0.4",
|
|
19
19
|
"@chatbi-v/plugin-layout-transform": "2.0.4",
|
|
20
20
|
"@chatbi-v/plugin-system-monitor": "2.0.4",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"zustand": "^5.0.9"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@chatbi-v/config":"^2.1.
|
|
28
|
+
"@chatbi-v/config":"^2.1.6",
|
|
29
29
|
"@types/node": "^25.0.3",
|
|
30
30
|
"@types/react": "^18.2.43",
|
|
31
31
|
"@types/react-dom": "^18.2.17",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"typescript": "^5.0.0",
|
|
27
|
-
"@chatbi-v/config": "^2.1.
|
|
28
|
-
"@chatbi-v/cli": "^2.1.
|
|
27
|
+
"@chatbi-v/config": "^2.1.6",
|
|
28
|
+
"@chatbi-v/cli": "^2.1.6",
|
|
29
29
|
"@ant-design/icons": "^5.6.1",
|
|
30
30
|
"@types/react": "^18.3.1",
|
|
31
31
|
"@types/react-dom": "^18.3.1",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
},
|
|
22
22
|
"plugin": true,
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@chatbi-v/core": "^2.1.
|
|
24
|
+
"@chatbi-v/core": "^2.1.6",
|
|
25
25
|
"antd": "^5.20.0",
|
|
26
26
|
"react": ">=18.0.0",
|
|
27
27
|
"react-dom": ">=18.0.0"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@chatbi-v/core": "^2.1.
|
|
31
|
-
"@chatbi-v/config": "^2.1.
|
|
30
|
+
"@chatbi-v/core": "^2.1.6",
|
|
31
|
+
"@chatbi-v/config": "^2.1.6",
|
|
32
32
|
"tsup": "^8.5.1",
|
|
33
33
|
"vite": "^5.0.0"
|
|
34
34
|
}
|