@chatbi-v/cli 2.1.9 → 2.1.10
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
|
@@ -1997,7 +1997,7 @@ import pc16 from "picocolors";
|
|
|
1997
1997
|
// package.json
|
|
1998
1998
|
var package_default = {
|
|
1999
1999
|
name: "@chatbi-v/cli",
|
|
2000
|
-
version: "2.1.
|
|
2000
|
+
version: "2.1.10",
|
|
2001
2001
|
description: "Standardized CLI tooling for ChatBI Monorepo",
|
|
2002
2002
|
type: "module",
|
|
2003
2003
|
main: "dist/index.js",
|
package/package.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
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.
|
|
15
|
+
"@chatbi-v/core": "^2.1.10",
|
|
16
|
+
"@chatbi-v/mocks": "^2.1.10",
|
|
17
17
|
"antd": "^5.29.3",
|
|
18
18
|
"react": "^18.3.1",
|
|
19
19
|
"react-dom": "^18.3.1",
|
|
@@ -21,8 +21,8 @@
|
|
|
21
21
|
"zustand": "^5.0.9"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@chatbi-v/cli": "^2.1.
|
|
25
|
-
"@chatbi-v/config":"^2.1.
|
|
24
|
+
"@chatbi-v/cli": "^2.1.10",
|
|
25
|
+
"@chatbi-v/config":"^2.1.10",
|
|
26
26
|
"@types/node": "^25.0.3",
|
|
27
27
|
"@types/react": "^18.2.43",
|
|
28
28
|
"@types/react-dom": "^18.2.17",
|
|
@@ -16,8 +16,8 @@
|
|
|
16
16
|
"libs/*"
|
|
17
17
|
],
|
|
18
18
|
"dependencies": {
|
|
19
|
-
"@chatbi-v/core": "^2.1.
|
|
20
|
-
"@chatbi-v/mocks": "^2.1.
|
|
19
|
+
"@chatbi-v/core": "^2.1.10",
|
|
20
|
+
"@chatbi-v/mocks": "^2.1.10",
|
|
21
21
|
"react": "^18.3.1",
|
|
22
22
|
"react-dom": "^18.3.1",
|
|
23
23
|
"antd": "^5.29.3",
|
|
@@ -28,8 +28,8 @@
|
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"typescript": "^5.0.0",
|
|
31
|
-
"@chatbi-v/config": "^2.1.
|
|
32
|
-
"@chatbi-v/cli": "^2.1.
|
|
31
|
+
"@chatbi-v/config": "^2.1.10",
|
|
32
|
+
"@chatbi-v/cli": "^2.1.10",
|
|
33
33
|
"@ant-design/icons": "^5.6.1",
|
|
34
34
|
"@types/react": "^18.3.1",
|
|
35
35
|
"@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.10",
|
|
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.10",
|
|
31
|
+
"@chatbi-v/config": "^2.1.10",
|
|
32
32
|
"tsup": "^8.5.1",
|
|
33
33
|
"vite": "^5.0.0"
|
|
34
34
|
}
|