@agentforge/tools 0.1.3 → 0.1.5

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/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -451,7 +451,7 @@ Contributions are welcome! Please see the main AgentForge repository for contrib
451
451
 
452
452
  ## 📄 License
453
453
 
454
- MIT
454
+ MIT © 2026 Tom Van Schoor
455
455
 
456
456
  ## 📖 Documentation
457
457
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentforge/tools",
3
- "version": "0.1.3",
3
+ "version": "0.1.5",
4
4
  "description": "Standard tools collection for AgentForge framework - web, data, file, and utility tools",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "csv-stringify": "^6.5.2",
26
26
  "fast-xml-parser": "^4.5.0",
27
27
  "date-fns": "^4.1.0",
28
- "@agentforge/core": "0.1.3"
28
+ "@agentforge/core": "0.1.5"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@eslint/js": "^9.17.0",