@zjw-jszn/platform-imsdk 1.0.7 → 1.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.
Files changed (3) hide show
  1. package/README.md +1 -6
  2. package/package.json +3 -4
  3. package/style.css +0 -1
package/README.md CHANGED
@@ -95,9 +95,4 @@ declare function getCustomerChatList(data: {
95
95
 
96
96
  ## 样式
97
97
 
98
- 样式由依赖链中的 shared 包自动注入;业务侧只引入 JS 入口即可,通常不需要手动引入。
99
- 如需手动控制加载时机:
100
-
101
- ```ts
102
- import '@zjw-jszn/platform-imsdk/style.css'
103
- ```
98
+ 样式由 shared 包自动注入;业务侧只引入 JS 入口即可,无需额外引入 CSS。
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@zjw-jszn/platform-imsdk",
3
3
  "type": "module",
4
- "version": "1.0.7",
4
+ "version": "1.0.8",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",
@@ -16,15 +16,14 @@
16
16
  "files": [
17
17
  "dist",
18
18
  "index.cjs",
19
- "index.js",
20
- "style.css"
19
+ "index.js"
21
20
  ],
22
21
  "publishConfig": {
23
22
  "access": "public",
24
23
  "registry": "https://registry.npmjs.org/"
25
24
  },
26
25
  "dependencies": {
27
- "@zjw-jszn/shared-imsdk": "1.0.7"
26
+ "@zjw-jszn/shared-imsdk": "1.0.8"
28
27
  },
29
28
  "devDependencies": {
30
29
  "typescript": "~5.9.3",
package/style.css DELETED
@@ -1 +0,0 @@
1
- @import '@zjw-jszn/shared-imsdk/style.css';