@glodon-aiot/bot-client-ui 3.6.0-alpha.9 → 3.6.0-beta.13
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 +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glodon-aiot/bot-client-ui",
|
|
3
|
-
"version": "3.6.0-
|
|
3
|
+
"version": "3.6.0-beta.13",
|
|
4
4
|
"author": "glodoncv",
|
|
5
5
|
"description": "aiot libembeds",
|
|
6
6
|
"keywords": [
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"start": "vite",
|
|
26
26
|
"build": "tsc && vite build --mode prod && yarn build:cdn",
|
|
27
27
|
"build:cdn": "tsc && vite build --mode prod --config ./vite.config.cdn.ts",
|
|
28
|
+
"upload:cdn": "node scripts/upload-cdn.cjs",
|
|
28
29
|
"watch": "tsc && vite build --mode prod --watch",
|
|
29
30
|
"preview": "vite preview",
|
|
30
31
|
"check": "yarn prettier --check .",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"cy-open": "yarn run cypress open"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
|
-
"@glodon-aiot/agent-cli-ui": "^3.6.0-
|
|
40
|
+
"@glodon-aiot/agent-cli-ui": "^3.6.0-beta.13"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
43
|
"@babel/core": "^7.20.12",
|