@orygn/opa-mcp-win32-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.exe +2 -2
  2. package/package.json +4 -3
package/opa.exe CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/opa.exe
3
- size: 98045288 bytes
4
- sha256: dcdcb53d76197af9c61fc1be7262d394e34475f781b7ac779e93db97a3e99527
3
+ size: 64593920 bytes
4
+ sha256: 1e0e9639673615fa3a6d4974b07e335e44827e377ce7c7bffbb1a6605a26479b
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orygn/opa-mcp-win32-x64",
3
- "version": "0.2.1",
3
+ "version": "0.7.0",
4
4
  "description": "OPA binary (Windows 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
  }