@cline/agents 0.0.39 → 0.0.40
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/agent-runtime.d.ts +1 -1
- package/dist/agent-runtime.d.ts.map +1 -1
- package/dist/index.js +20 -20
- package/package.json +5 -6
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cline/agents",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.40",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
|
-
"url": "https://github.com/cline/
|
|
7
|
-
"directory": "packages/agents"
|
|
6
|
+
"url": "https://github.com/cline/cline",
|
|
7
|
+
"directory": "sdk/packages/agents"
|
|
8
8
|
},
|
|
9
9
|
"main": "dist/index.js",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@cline/llms": "0.0.
|
|
12
|
-
"@cline/shared": "0.0.
|
|
11
|
+
"@cline/llms": "0.0.40",
|
|
12
|
+
"@cline/shared": "0.0.40",
|
|
13
13
|
"nanoid": "^5.1.7"
|
|
14
14
|
},
|
|
15
15
|
"exports": {
|
|
@@ -33,7 +33,6 @@
|
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "bun run bun.mts && bun tsc -p tsconfig.build.json",
|
|
35
35
|
"dev": "bun build ./src/index.ts --outdir ./dist --target node --format esm --watch",
|
|
36
|
-
"clean": "rm -rf dist node_modules",
|
|
37
36
|
"typecheck": "bun tsc -p tsconfig.dev.json --noEmit",
|
|
38
37
|
"test": "vitest run",
|
|
39
38
|
"test:watch": "vitest"
|