mtok-relay 0.1.0 → 0.1.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 +4 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mtok-relay",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Reference seller relay for mtok.market — accepts on-chain-prepaid chunk draws and serves inference from an upstream you control. Run with: npx mtok-relay --offer <id> --model <id> --upstream <url>.",
5
5
  "type": "module",
6
6
  "bin": { "mtok-relay": "dist/mtok-relay.mjs" },
@@ -16,5 +16,8 @@
16
16
  },
17
17
  "devDependencies": {
18
18
  "viem": "^2.0.0"
19
+ },
20
+ "overrides": {
21
+ "ws": "^8.21.0"
19
22
  }
20
23
  }