nostr-wot-sdk 0.8.2 → 0.8.4

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nostr-wot-sdk",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "Meta-package re-exporting @nostr-wot/{wot,relay,data}. Existing imports keep working; new code should depend on the scoped packages directly.",
5
5
  "author": "Leon Acosta <leon@nostr-wot.com>",
6
6
  "license": "MIT",
@@ -114,9 +114,9 @@
114
114
  "prepublishOnly": "npm run build"
115
115
  },
116
116
  "dependencies": {
117
- "@nostr-wot/data": "^0.1.1",
117
+ "@nostr-wot/data": "^0.3.0",
118
118
  "@nostr-wot/relay": "^0.1.0",
119
- "@nostr-wot/wot": "^0.1.1"
119
+ "@nostr-wot/wot": "^0.1.3"
120
120
  },
121
121
  "peerDependencies": {
122
122
  "react": ">=16.8.0",