@rivet-dev/agentos-runtime-core 0.2.15 → 0.2.16-rc.1

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 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.15",
3
+ "version": "0.2.16-rc.1",
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.15",
200
+ "@rivet-dev/agentos-runtime-sidecar": "0.2.16-rc.1",
201
201
  "@rivetkit/bare-ts": "^0.6.2",
202
202
  "zod": "^4.1.11"
203
203
  },