@baishuyun/coze-provider 2.1.0-alpha.2 → 2.1.0-alpha.4

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.1.0-alpha.2 build /home/runner/work/bs-chat-sdk/bs-chat-sdk/packages/coze-provider
2
+ > @baishuyun/coze-provider@2.1.0-alpha.4 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.00 KB
14
- ESM dist/index.mjs.map 44.62 KB
15
- ESM ⚡️ Build success in 89ms
16
13
  CJS dist/index.js 22.50 KB
17
14
  CJS dist/index.js.map 44.92 KB
18
- CJS ⚡️ Build success in 97ms
15
+ CJS ⚡️ Build success in 109ms
16
+ ESM dist/index.mjs 21.00 KB
17
+ ESM dist/index.mjs.map 44.62 KB
18
+ ESM ⚡️ Build success in 113ms
19
19
  DTS Build start
20
- DTS ⚡️ Build success in 6082ms
20
+ DTS ⚡️ Build success in 5723ms
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.1.0-alpha.4
4
+
5
+ ### Patch Changes
6
+
7
+ - fix skill doc
8
+ - Updated dependencies
9
+ - @baishuyun/ai-feat-utils@2.0.34-alpha.4
10
+
11
+ ## 2.1.0-alpha.3
12
+
13
+ ### Patch Changes
14
+
15
+ - refactor coze-tools
16
+ - Updated dependencies
17
+ - @baishuyun/ai-feat-utils@2.0.34-alpha.3
18
+
3
19
  ## 2.1.0-alpha.2
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.1.0-alpha.2",
3
+ "version": "2.1.0-alpha.4",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -26,7 +26,7 @@
26
26
  "parse-sse": "^0.1.0",
27
27
  "stream-json": "^1.9.1",
28
28
  "xlsx": "^0.18.5",
29
- "@baishuyun/ai-feat-utils": "2.0.34-alpha.2"
29
+ "@baishuyun/ai-feat-utils": "2.0.34-alpha.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@changesets/cli": "^2.29.8",
@@ -36,7 +36,7 @@
36
36
  "typescript": "5.8.3",
37
37
  "vite": "^5.1.4",
38
38
  "vite-plugin-dts": "^4.5.4",
39
- "@baishuyun/types": "3.1.0-alpha.2",
39
+ "@baishuyun/types": "3.1.0-alpha.4",
40
40
  "@baishuyun/typescript-config": "2.0.9"
41
41
  },
42
42
  "peerDependencies": {