@baishuyun/coze-provider 0.0.7 → 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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @baishuyun/coze-provider@0.0.6 build /Users/bbbottle/Code/bs-chat-sdk/packages/coze-provider
3
+ > @baishuyun/coze-provider@0.0.7 build /Users/bbbottle/Code/bs-chat-sdk/packages/coze-provider
4
4
  > tsup --tsconfig tsconfig.json --clean
5
5
 
6
6
  CLI Building entry: src/index.ts
@@ -13,11 +13,11 @@
13
13
  ESM Build start
14
14
  ESM dist/index.mjs 44.72 KB
15
15
  ESM dist/index.mjs.map 85.63 KB
16
- ESM ⚡️ Build success in 21ms
16
+ ESM ⚡️ Build success in 19ms
17
17
  CJS dist/index.js 46.81 KB
18
18
  CJS dist/index.js.map 86.03 KB
19
- CJS ⚡️ Build success in 21ms
19
+ CJS ⚡️ Build success in 19ms
20
20
  DTS Build start
21
- DTS ⚡️ Build success in 802ms
21
+ DTS ⚡️ Build success in 749ms
22
22
  DTS dist/index.d.ts 1.57 KB
23
23
  DTS dist/index.d.mts 1.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @baishuyun/coze-provider
2
2
 
3
+ ## 0.0.8
4
+
5
+ ### Patch Changes
6
+
7
+ - bump
8
+
3
9
  ## 0.0.7
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baishuyun/coze-provider",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,8 +32,8 @@
32
32
  "typescript": "5.8.3",
33
33
  "vite": "^5.1.4",
34
34
  "vite-plugin-dts": "^4.5.4",
35
- "@baishuyun/types": "1.0.7",
36
- "@baishuyun/typescript-config": "0.0.7"
35
+ "@baishuyun/types": "1.0.8",
36
+ "@baishuyun/typescript-config": "0.0.8"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "zod": "^3.25.76 || ^4.1.8"