@rivet-dev/agentos-runtime-core 0.2.10 → 0.2.12
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/egrep +0 -0
- package/commands/env +0 -0
- package/commands/fgrep +0 -0
- package/commands/nice +0 -0
- package/commands/nohup +0 -0
- package/commands/rg +0 -0
- package/commands/sh +0 -0
- package/commands/ssh +0 -0
- package/commands/stdbuf +0 -0
- package/commands/timeout +0 -0
- package/commands/unzip +0 -0
- package/commands/which +0 -0
- package/commands/zip +0 -0
- package/package.json +2 -2
package/commands/bash
CHANGED
|
Binary file
|
package/commands/egrep
CHANGED
|
Binary file
|
package/commands/env
CHANGED
|
Binary file
|
package/commands/fgrep
CHANGED
|
Binary file
|
package/commands/nice
CHANGED
|
Binary file
|
package/commands/nohup
CHANGED
|
Binary file
|
package/commands/rg
CHANGED
|
Binary file
|
package/commands/sh
CHANGED
|
Binary file
|
package/commands/ssh
CHANGED
|
Binary file
|
package/commands/stdbuf
CHANGED
|
Binary file
|
package/commands/timeout
CHANGED
|
Binary file
|
package/commands/unzip
CHANGED
|
Binary file
|
package/commands/which
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.
|
|
3
|
+
"version": "0.2.12",
|
|
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.
|
|
200
|
+
"@rivet-dev/agentos-runtime-sidecar": "0.2.12",
|
|
201
201
|
"@rivetkit/bare-ts": "^0.6.2",
|
|
202
202
|
"zod": "^4.1.11"
|
|
203
203
|
},
|