opendray 2.11.2 → 2.11.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opendray",
3
- "version": "2.11.2",
3
+ "version": "2.11.3",
4
4
  "description": "Self-hosted gateway that runs Claude Code / Codex / Antigravity / shell sessions on your own infrastructure. CLI installer wrapper around the official Go release binary.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://opendray.dev",
@@ -34,9 +34,9 @@
34
34
  "node": ">=18"
35
35
  },
36
36
  "optionalDependencies": {
37
- "opendray-linux-x64": "2.11.2",
38
- "opendray-linux-arm64": "2.11.2",
39
- "opendray-darwin-x64": "2.11.2",
40
- "opendray-darwin-arm64": "2.11.2"
37
+ "opendray-linux-x64": "2.11.3",
38
+ "opendray-linux-arm64": "2.11.3",
39
+ "opendray-darwin-x64": "2.11.3",
40
+ "opendray-darwin-arm64": "2.11.3"
41
41
  }
42
42
  }