@glodon-aiot/chat-app-sdk 0.0.6 → 0.0.8
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/index.esm.js +1363 -607
- package/libs/cn/index.js +4 -4
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@glodon-aiot/chat-app-sdk",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.8",
|
|
4
4
|
"description": "Glodon AIoT Chat App SDK",
|
|
5
5
|
"author": "Glodon AIoT Team",
|
|
6
6
|
"sideEffects": [
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"analyze": "ANALYZE_MODE=true pnpm build:inhouse:cn --analyze",
|
|
34
34
|
"analyze:perf": "PERFSEE=true npm run build:release:cn",
|
|
35
35
|
"bam": "bam update",
|
|
36
|
-
"build": "IS_OPEN_SOURCE=true rm -rf dist_ignore inhouse libs es && concurrently \"npm:build
|
|
36
|
+
"build": "IS_OPEN_SOURCE=true rm -rf dist_ignore inhouse libs es && concurrently \"npm:build:esm\" \"npm:build:inhouse:boe\" \"npm:build:inhouse:cn\" \"npm:build:inhouse:sg\" \"npm:build:release:cn\" \"npm:build:release:oversea\" \"npm:build:umd\"",
|
|
37
37
|
"build:esm": "IS_OPEN_SOURCE=true CUSTOM_VERSION=release BUILD_TYPE=online REGION=cn npm run rsbuild:esm",
|
|
38
38
|
"build:inhouse:boe": "IS_OPEN_SOURCE=true CUSTOM_VERSION=inhouse BUILD_TYPE=offline REGION=cn npm run rsbuild",
|
|
39
39
|
"build:inhouse:cn": "IS_OPEN_SOURCE=true CUSTOM_VERSION=inhouse BUILD_TYPE=online REGION=cn npm run rsbuild",
|