@do-kit/agents 0.2.4 → 0.2.6

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.
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ var augment = require('./augment/index.js');
4
4
  require('ai');
5
5
  require('@ai-sdk/deepseek');
6
6
 
7
- const version$1 = "0.2.3";
7
+ const version$1 = "0.2.6";
8
8
 
9
9
  const version = version$1;
10
10
 
package/dist/index.mjs CHANGED
@@ -2,7 +2,7 @@ export { augmentAgent, providerAdapter } from './augment/index.mjs';
2
2
  import 'ai';
3
3
  import '@ai-sdk/deepseek';
4
4
 
5
- const version$1 = "0.2.3";
5
+ const version$1 = "0.2.6";
6
6
 
7
7
  const version = version$1;
8
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@do-kit/agents",
3
3
  "description": "@do-kit agents library",
4
- "version": "0.2.4",
4
+ "version": "0.2.6",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
7
7
  "types": "dist/index.d.ts",
@@ -47,6 +47,10 @@
47
47
  "test": "vitest run --color",
48
48
  "test:cov": "vitest run --color --coverage"
49
49
  },
50
+ "dependencies": {
51
+ "@ai-sdk/deepseek": "^1.0.31",
52
+ "ai": "^5.0.76"
53
+ },
50
54
  "devDependencies": {
51
55
  "@do-kit/typescript-config": "workspace:*",
52
56
  "@rollup/plugin-json": "catalog:",