@orygn/opa-mcp-darwin-x64 0.2.1 → 0.7.0

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 (2) hide show
  1. package/opa +2 -2
  2. package/package.json +4 -3
package/opa CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/opa
3
- size: 67558240 bytes
4
- sha256: d23fd62bdac2c44167206aefd74d74ab67142b6460f3d7934b1daba7216f94a5
3
+ size: 64603040 bytes
4
+ sha256: 0ceb96979d259b3ee31711a6b316a592b8ffcfdd4209cc37600ed85a6cd4a55c
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orygn/opa-mcp-darwin-x64",
3
- "version": "0.2.1",
3
+ "version": "0.7.0",
4
4
  "description": "OPA binary (macOS x64) bundled for @orygn/opa-mcp. Installed automatically as an optional dependency; do not depend on it directly.",
5
5
  "license": "Apache-2.0",
6
6
  "homepage": "https://github.com/OrygnsCode/opa-mcp-server",
@@ -23,9 +23,10 @@
23
23
  ],
24
24
  "preferUnplugged": true,
25
25
  "engines": {
26
- "node": ">=20.0.0"
26
+ "node": ">=22.0.0"
27
27
  },
28
28
  "publishConfig": {
29
29
  "access": "public"
30
- }
30
+ },
31
+ "opaVersion": "1.21.0"
31
32
  }