@glodon-aiot/chat-app-sdk 0.0.1-alpha.17 → 0.0.1-alpha.18
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 -2
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.18",
|
|
4
4
|
"description": "Glodon AIoT Chat App SDK",
|
|
5
5
|
"author": "Glodon AIoT Team",
|
|
6
6
|
"sideEffects": [
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"build:inhouse:sg": "IS_OPEN_SOURCE=true CUSTOM_VERSION=inhouse BUILD_TYPE=online REGION=sg npm run rsbuild",
|
|
41
41
|
"build:release:cn": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
42
42
|
"build:release:oversea": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=sg npm run rsbuild",
|
|
43
|
-
"build:ts": "tsc
|
|
43
|
+
"build:ts": "tsc --noEmit --project tsconfig.build.json || true",
|
|
44
44
|
"build:umd": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
45
45
|
"dev": "IS_OPEN_SOURCE=true npm run dev:cn:rl",
|
|
46
46
|
"dev:boe": "CUSTOM_VERSION=inhouse REGION=cn BUILD_TYPE=offline pnpm rsdev",
|
|
@@ -56,6 +56,7 @@
|
|
|
56
56
|
"test:cov": "vitest run --coverage"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
+
"@coze-common/assets": "workspace:*",
|
|
59
60
|
"classnames": "^2.3.2",
|
|
60
61
|
"core-js": "^3.37.1",
|
|
61
62
|
"immer": "^10.0.3",
|