@rivet-dev/agentos-runtime-core 0.2.16-rc.1 → 0.2.16-rc.3
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/commands/bash +0 -0
- package/commands/rg +0 -0
- package/commands/sh +0 -0
- package/commands/ssh +0 -0
- package/commands/unzip +0 -0
- package/commands/zip +0 -0
- package/package.json +7 -2
package/commands/bash
CHANGED
|
Binary file
|
package/commands/rg
CHANGED
|
Binary file
|
package/commands/sh
CHANGED
|
Binary file
|
package/commands/ssh
CHANGED
|
Binary file
|
package/commands/unzip
CHANGED
|
Binary file
|
package/commands/zip
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rivet-dev/agentos-runtime-core",
|
|
3
|
-
"version": "0.2.16-rc.
|
|
3
|
+
"version": "0.2.16-rc.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"test:npm-workflows": "AGENTOS_NPM_WORKFLOWS_E2E=1 vitest run tests/integration/e2e-npm-*.nightly.test.ts tests/integration/e2e-npx-and-pipes.nightly.test.ts tests/integration/e2e-concurrently.nightly.test.ts tests/integration/e2e-nextjs-build.nightly.test.ts --reporter=verbose"
|
|
198
198
|
},
|
|
199
199
|
"dependencies": {
|
|
200
|
-
"@rivet-dev/agentos-runtime-sidecar": "0.2.16-rc.
|
|
200
|
+
"@rivet-dev/agentos-runtime-sidecar": "0.2.16-rc.3",
|
|
201
201
|
"@rivetkit/bare-ts": "^0.6.2",
|
|
202
202
|
"zod": "^4.1.11"
|
|
203
203
|
},
|
|
@@ -205,5 +205,10 @@
|
|
|
205
205
|
"@types/node": "^22.10.2",
|
|
206
206
|
"typescript": "^5.7.2",
|
|
207
207
|
"vitest": "^2.1.8"
|
|
208
|
+
},
|
|
209
|
+
"repository": {
|
|
210
|
+
"type": "git",
|
|
211
|
+
"url": "https://github.com/rivet-dev/agentos.git",
|
|
212
|
+
"directory": "packages/runtime-core"
|
|
208
213
|
}
|
|
209
214
|
}
|