@glodon-aiot/chat-app-sdk 0.0.1-alpha.17 → 0.0.1-alpha.19
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/es/82.js +1 -12
- package/es/index.esm.js +20909 -18012
- package/libs/cn/691.js +1 -1
- package/libs/cn/82.js +1 -1
- package/libs/cn/index.js +153 -152
- package/package.json +3 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glodon-aiot/chat-app-sdk",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.19",
|
|
4
4
|
"description": "Glodon AIoT Chat App SDK",
|
|
5
5
|
"author": "Glodon AIoT Team",
|
|
6
6
|
"sideEffects": [
|
|
@@ -49,6 +49,8 @@
|
|
|
49
49
|
"dev:sg": "CUSTOM_VERSION=inhouse REGION=sg BUILD_TYPE=online pnpm rsdev",
|
|
50
50
|
"dev:sg:rl": "CUSTOM_VERSION=release REGION=sg BUILD_TYPE=online pnpm rsdev",
|
|
51
51
|
"lint": "eslint ./ --cache",
|
|
52
|
+
"prepublishOnly": "node scripts/prepare-publish.js",
|
|
53
|
+
"publish:npm": "npm publish --tag alpha",
|
|
52
54
|
"rsbuild": "NODE_ENV=production rspack build -c ./rspack-config/build.config.ts",
|
|
53
55
|
"rsbuild:esm": "NODE_ENV=production rspack build -c ./rspack-config/build-esm.config.ts",
|
|
54
56
|
"rsdev": "NODE_ENV=development rspack serve -c ./rspack-config/dev.config.ts",
|
|
@@ -67,21 +69,7 @@
|
|
|
67
69
|
"zustand": "^4.4.7"
|
|
68
70
|
},
|
|
69
71
|
"devDependencies": {
|
|
70
|
-
"@coze-arch/bot-env": "workspace:*",
|
|
71
|
-
"@coze-arch/bot-semi": "workspace:*",
|
|
72
|
-
"@coze-arch/bot-typings": "workspace:*",
|
|
73
|
-
"@coze-arch/bot-utils": "workspace:*",
|
|
74
72
|
"@coze-arch/coze-design": "0.0.6-alpha.346d77",
|
|
75
|
-
"@coze-arch/eslint-config": "workspace:*",
|
|
76
|
-
"@coze-arch/i18n": "workspace:*",
|
|
77
|
-
"@coze-arch/pkg-root-webpack-plugin": "workspace:*",
|
|
78
|
-
"@coze-arch/postcss-config": "workspace:*",
|
|
79
|
-
"@coze-arch/stylelint-config": "workspace:*",
|
|
80
|
-
"@coze-arch/tailwind-config": "workspace:*",
|
|
81
|
-
"@coze-arch/ts-config": "workspace:*",
|
|
82
|
-
"@coze-arch/vitest-config": "workspace:*",
|
|
83
|
-
"@coze-studio/bot-env-adapter": "workspace:*",
|
|
84
|
-
"@coze-studio/open-chat": "workspace:*",
|
|
85
73
|
"@douyinfe/semi-rspack-plugin": "2.61.0",
|
|
86
74
|
"@rspack/cli": "^1.0.0",
|
|
87
75
|
"@rspack/core": "^1.0.0",
|