@pumped-fn/agent-sdk-just-bash 1.0.0 → 1.1.0
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/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pumped-fn/agent-sdk-just-bash",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "just-bash sandbox provider for @pumped-fn/agent-sdk",
|
|
6
6
|
"type": "module",
|
|
@@ -27,33 +27,33 @@
|
|
|
27
27
|
"publishConfig": {
|
|
28
28
|
"access": "public"
|
|
29
29
|
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"build": "tsdown --config-loader tsx",
|
|
32
|
-
"typecheck": "tsgo --noEmit",
|
|
33
|
-
"test": "vitest run",
|
|
34
|
-
"test:watch": "vitest"
|
|
35
|
-
},
|
|
36
30
|
"peerDependencies": {
|
|
37
31
|
"@pumped-fn/agent-sdk": "^1.0.0",
|
|
38
32
|
"@pumped-fn/lite": "^3.1.0"
|
|
39
33
|
},
|
|
40
34
|
"dependencies": {
|
|
41
|
-
"just-bash": "
|
|
35
|
+
"just-bash": "3.0.2"
|
|
42
36
|
},
|
|
43
37
|
"devDependencies": {
|
|
44
|
-
"@
|
|
45
|
-
"@
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
38
|
+
"@types/node": "25.9.1",
|
|
39
|
+
"@typescript/native-preview": "7.0.0-dev.20260526.1",
|
|
40
|
+
"tsdown": "0.22.0",
|
|
41
|
+
"typescript": "6.0.3",
|
|
42
|
+
"vite": "8.0.14",
|
|
43
|
+
"vitest": "4.1.7",
|
|
44
|
+
"@pumped-fn/agent-sdk": "1.1.0",
|
|
45
|
+
"@pumped-fn/lite": "3.2.0"
|
|
52
46
|
},
|
|
53
47
|
"license": "MIT",
|
|
54
48
|
"repository": {
|
|
55
49
|
"type": "git",
|
|
56
50
|
"directory": "packages/agent-sdk-just-bash",
|
|
57
51
|
"url": "git+https://github.com/pumped-fn/pumped-fn.git"
|
|
52
|
+
},
|
|
53
|
+
"scripts": {
|
|
54
|
+
"build": "tsdown --config-loader tsx",
|
|
55
|
+
"typecheck": "tsgo --noEmit",
|
|
56
|
+
"test": "vitest run",
|
|
57
|
+
"test:watch": "vitest"
|
|
58
58
|
}
|
|
59
|
-
}
|
|
59
|
+
}
|