@metalabel/dfos-web-relay 0.13.1 → 0.13.2

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/dist/index.js +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -1000,7 +1000,7 @@ import { Hono } from "hono";
1000
1000
  import { z } from "zod";
1001
1001
 
1002
1002
  // package.json
1003
- var version = "0.13.1";
1003
+ var version = "0.13.2";
1004
1004
 
1005
1005
  // src/auth.ts
1006
1006
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metalabel/dfos-web-relay",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "type": "module",
5
5
  "description": "DFOS Web Relay — verifying HTTP relay for identity chains, content chains, and content blobs",
6
6
  "license": "MIT",
@@ -45,14 +45,14 @@
45
45
  "zod": "^4.4.3"
46
46
  },
47
47
  "peerDependencies": {
48
- "@metalabel/dfos-protocol": "^0.13.1"
48
+ "@metalabel/dfos-protocol": "^0.13.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/node": "^24.10.4",
52
52
  "tsup": "^8.5.1",
53
53
  "tsx": "^4.22.4",
54
54
  "vitest": "^4.1.8",
55
- "@metalabel/dfos-protocol": "0.13.1"
55
+ "@metalabel/dfos-protocol": "0.13.2"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",