@baishuyun/coze-provider 2.0.38 → 2.0.40

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @baishuyun/coze-provider@2.0.38 build /home/runner/work/bs-chat-sdk/bs-chat-sdk/packages/coze-provider
2
+ > @baishuyun/coze-provider@2.0.40 build /home/runner/work/bs-chat-sdk/bs-chat-sdk/packages/coze-provider
3
3
  > tsup --tsconfig tsconfig.json --clean
4
4
 
5
5
  CLI Building entry: src/index.ts
@@ -10,13 +10,13 @@
10
10
  CLI Cleaning output folder
11
11
  CJS Build start
12
12
  ESM Build start
13
- ESM dist/index.mjs 21.10 KB
14
- ESM dist/index.mjs.map 44.77 KB
15
- ESM ⚡️ Build success in 61ms
16
13
  CJS dist/index.js 22.60 KB
17
14
  CJS dist/index.js.map 45.07 KB
18
- CJS ⚡️ Build success in 64ms
15
+ CJS ⚡️ Build success in 50ms
16
+ ESM dist/index.mjs 21.10 KB
17
+ ESM dist/index.mjs.map 44.77 KB
18
+ ESM ⚡️ Build success in 55ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 3900ms
20
+ DTS ⚡️ Build success in 2914ms
21
21
  DTS dist/index.d.ts 1.57 KB
22
22
  DTS dist/index.d.mts 1.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @baishuyun/coze-provider
2
2
 
3
+ ## 2.0.40
4
+
5
+ ### Patch Changes
6
+
7
+ - fix mask layer
8
+ - Updated dependencies
9
+ - @baishuyun/ai-feat-utils@2.0.40
10
+
11
+ ## 2.0.39
12
+
13
+ ### Patch Changes
14
+
15
+ - fix style
16
+ - Updated dependencies
17
+ - @baishuyun/ai-feat-utils@2.0.39
18
+
3
19
  ## 2.0.38
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baishuyun/coze-provider",
3
- "version": "2.0.38",
3
+ "version": "2.0.40",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -23,7 +23,7 @@
23
23
  "parse-sse": "^0.1.0",
24
24
  "stream-json": "^1.9.1",
25
25
  "xlsx": "^0.18.5",
26
- "@baishuyun/ai-feat-utils": "2.0.38"
26
+ "@baishuyun/ai-feat-utils": "2.0.40"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@changesets/cli": "^2.29.8",
@@ -33,7 +33,7 @@
33
33
  "typescript": "5.8.3",
34
34
  "vite": "^5.1.4",
35
35
  "vite-plugin-dts": "^4.5.4",
36
- "@baishuyun/types": "3.0.35",
36
+ "@baishuyun/types": "3.0.37",
37
37
  "@baishuyun/typescript-config": "2.0.9"
38
38
  },
39
39
  "peerDependencies": {
@@ -45,7 +45,7 @@
45
45
  "scripts": {
46
46
  "build": "tsup --tsconfig tsconfig.json --clean",
47
47
  "dev": "pnpm clean && tsup --watch",
48
- "clean": "rimraf dist *.tsbuildinfo",
48
+ "clean": "rimraf --glob dist *.tsbuildinfo",
49
49
  "test": "echo \"Error: no test specified\" && exit 1"
50
50
  }
51
51
  }