@baishuyun/agents 0.0.4 → 0.0.7

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 (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @baishuyun/agents
2
2
 
3
+ ## 0.0.7
4
+
5
+ ### Patch Changes
6
+
7
+ - add ai filling
8
+
9
+ ## 0.0.6
10
+
11
+ ### Patch Changes
12
+
13
+ - add ai filling
14
+
15
+ ## 0.0.5
16
+
17
+ ### Patch Changes
18
+
19
+ - test
20
+
3
21
  ## 0.0.4
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@baishuyun/agents",
3
- "version": "0.0.4",
3
+ "version": "0.0.7",
4
4
  "description": "",
5
5
  "main": "index.ts",
6
6
  "type": "module",
@@ -21,8 +21,8 @@
21
21
  "devDependencies": {
22
22
  "@types/node": "^20.11.17",
23
23
  "typescript": "^5.9.3",
24
- "@baishuyun/types": "1.0.4",
25
- "@baishuyun/typescript-config": "0.0.4"
24
+ "@baishuyun/types": "1.0.7",
25
+ "@baishuyun/typescript-config": "0.0.7"
26
26
  },
27
27
  "scripts": {
28
28
  "test": "echo \"Error: no test specified\" && exit 1"