@metalabel/dfos-web-relay 0.8.0 → 0.8.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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metalabel/dfos-web-relay",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "type": "module",
5
5
  "description": "DFOS Web Relay — verifying HTTP relay for identity chains, content chains, beacons, and content blobs",
6
6
  "license": "MIT",
@@ -52,7 +52,7 @@
52
52
  "tsup": "^8.5.1",
53
53
  "tsx": "^4.20.3",
54
54
  "vitest": "^4.1.2",
55
- "@metalabel/dfos-protocol": "0.8.0"
55
+ "@metalabel/dfos-protocol": "0.8.1"
56
56
  },
57
57
  "scripts": {
58
58
  "build": "tsup",