@veris-ai/daytona-opencode 0.2.0 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@veris-ai/daytona-opencode",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Run every OpenCode session in a Daytona sandbox whose vendor API calls are answered by a Veris twin. One line in opencode.json: unmodified code, real hostnames, and a receipt of what the vendor actually received.",
5
5
  "main": "./.opencode/plugin/index.js",
6
6
  "types": "./.opencode/plugin/index.d.ts",
@@ -37,7 +37,7 @@
37
37
  "test": "vitest run"
38
38
  },
39
39
  "dependencies": {
40
- "@veris-ai/daytona": "^0.2.0",
40
+ "@veris-ai/daytona": "^0.2.1",
41
41
  "@daytona/sdk": "^0.204.1",
42
42
  "@opencode-ai/plugin": "1.18.25",
43
43
  "xdg-basedir": "^5.1.0",