@baishuyun/coze-provider 1.0.0 → 1.0.2

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,23 +1,22 @@
1
-
2
- 
3
- > @baishuyun/coze-provider@0.1.1 build /Users/bbbottle/Code/bs-chat-sdk/packages/coze-provider
4
- > tsup --tsconfig tsconfig.json --clean
5
-
6
- CLI Building entry: src/index.ts
7
- CLI Using tsconfig: tsconfig.json
8
- CLI tsup v8.5.1
9
- CLI Using tsup config: /Users/bbbottle/Code/bs-chat-sdk/packages/coze-provider/tsup.config.ts
10
- CLI Target: es2022
11
- CLI Cleaning output folder
12
- CJS Build start
13
- ESM Build start
14
- ESM dist/index.mjs 49.49 KB
15
- ESM dist/index.mjs.map 95.37 KB
16
- ESM ⚡️ Build success in 40ms
17
- CJS dist/index.js 51.55 KB
18
- CJS dist/index.js.map 95.69 KB
19
- CJS ⚡️ Build success in 40ms
20
- DTS Build start
21
- DTS ⚡️ Build success in 844ms
22
- DTS dist/index.d.ts 1.57 KB
23
- DTS dist/index.d.mts 1.57 KB
1
+
2
+ > @baishuyun/coze-provider@1.0.1 build /Users/bbbottle/Code/bs-chat-sdk/packages/coze-provider
3
+ > tsup --tsconfig tsconfig.json --clean
4
+
5
+ CLI Building entry: src/index.ts
6
+ CLI Using tsconfig: tsconfig.json
7
+ CLI tsup v8.5.1
8
+ CLI Using tsup config: /Users/bbbottle/Code/bs-chat-sdk/packages/coze-provider/tsup.config.ts
9
+ CLI Target: es2022
10
+ CLI Cleaning output folder
11
+ CJS Build start
12
+ ESM Build start
13
+ ESM dist/index.mjs 49.49 KB
14
+ ESM dist/index.mjs.map 95.37 KB
15
+ ESM ⚡️ Build success in 44ms
16
+ CJS dist/index.js 51.55 KB
17
+ CJS dist/index.js.map 95.69 KB
18
+ CJS ⚡️ Build success in 44ms
19
+ DTS Build start
20
+ DTS ⚡️ Build success in 1056ms
21
+ DTS dist/index.d.ts 1.57 KB
22
+ DTS dist/index.d.mts 1.57 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @baishuyun/coze-provider
2
2
 
3
+ ## 1.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - office update
8
+
9
+ ## 1.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - bump
14
+
3
15
  ## 1.0.0
4
16
 
5
17
  ### Major Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baishuyun/coze-provider",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
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": "2.0.0",
36
- "@baishuyun/typescript-config": "1.0.0"
35
+ "@baishuyun/types": "2.0.2",
36
+ "@baishuyun/typescript-config": "1.0.2"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "zod": "^3.25.76 || ^4.1.8"