@glodon-aiot/chat-app-sdk 0.0.1-alpha.16 → 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 +20928 -18029
- package/libs/cn/691.js +1 -1
- package/libs/cn/82.js +1 -1
- package/libs/cn/index.js +153 -152
- package/package.json +10 -9
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": [
|
|
@@ -34,14 +34,14 @@
|
|
|
34
34
|
"analyze:perf": "PERFSEE=true npm run build:release:cn",
|
|
35
35
|
"bam": "bam update",
|
|
36
36
|
"build": "IS_OPEN_SOURCE=true rm -rf dist_ignore inhouse libs es && concurrently \"npm:build:*\"",
|
|
37
|
-
"build:esm": "CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild:esm",
|
|
38
|
-
"build:inhouse:boe": "CUSTOM_VERSION=inhouse BUILD_TYPE=offline REGION=cn npm run rsbuild",
|
|
39
|
-
"build:inhouse:cn": "CUSTOM_VERSION=inhouse BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
40
|
-
"build:inhouse:sg": "CUSTOM_VERSION=inhouse BUILD_TYPE=online REGION=sg npm run rsbuild",
|
|
41
|
-
"build:release:cn": "CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
42
|
-
"build:release:oversea": "CUSTOM_VERSION=release BUILD_TYPE=online REGION=sg npm run rsbuild",
|
|
43
|
-
"build:ts": "tsc
|
|
44
|
-
"build:umd": "CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
37
|
+
"build:esm": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild:esm",
|
|
38
|
+
"build:inhouse:boe": "IS_OPEN_SOURCE=true CUSTOM_VERSION=inhouse BUILD_TYPE=offline REGION=cn npm run rsbuild",
|
|
39
|
+
"build:inhouse:cn": "IS_OPEN_SOURCE=true CUSTOM_VERSION=inhouse BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
40
|
+
"build:inhouse:sg": "IS_OPEN_SOURCE=true CUSTOM_VERSION=inhouse BUILD_TYPE=online REGION=sg npm run rsbuild",
|
|
41
|
+
"build:release:cn": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild",
|
|
42
|
+
"build:release:oversea": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=sg npm run rsbuild",
|
|
43
|
+
"build:ts": "tsc --noEmit --project tsconfig.build.json || true",
|
|
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",
|
|
47
47
|
"dev:cn": "CUSTOM_VERSION=inhouse REGION=cn BUILD_TYPE=online 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",
|