monoize 1.9.12-linux-arm64 → 1.9.12-linux-x64

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/bin/monoize +2 -2
  2. package/package.json +3 -3
package/bin/monoize CHANGED
@@ -1,4 +1,4 @@
1
1
  [diffend] Oversized file quarantined before diffing.
2
2
  name: package/bin/monoize
3
- size: 55518832 bytes
4
- sha256: 46233756e7ed2b99aa71669ce9edacbb7b65a8be7405f63d79598f3962acf973
3
+ size: 61261192 bytes
4
+ sha256: 663d1a48493e7420251fbdaa79c098dc45fac7c727bce2d51dcc1b0da7084abf
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "monoize",
3
- "version": "1.9.12-linux-arm64",
4
- "description": "A protocol-normalizing AI gateway with provider routing, fail-forward, transforms, and billing. Native binary for linux arm64.",
3
+ "version": "1.9.12-linux-x64",
4
+ "description": "A protocol-normalizing AI gateway with provider routing, fail-forward, transforms, and billing. Native binary for linux x64.",
5
5
  "license": "MIT",
6
6
  "os": [
7
7
  "linux"
8
8
  ],
9
9
  "cpu": [
10
- "arm64"
10
+ "x64"
11
11
  ],
12
12
  "engines": {
13
13
  "node": ">=18"