Skip to content

Commit

Permalink
v1.0.11, update ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalmi committed Jun 3, 2024
1 parent 0cd6a71 commit 8b82c07
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 25 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function LoginDialog() {
Uses the `irisdb-nostr` adapter to sync over [Nostr](https://nostr.com).

```tsx
import { publicState } from 'irisdb-nostr';
import { usePublicState, useAuthors } from 'irisdb-hooks';

function DocumentTitle() {
Expand Down
2 changes: 1 addition & 1 deletion irisdb-hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irisdb-hooks",
"version": "1.0.7",
"version": "1.0.11",
"type": "module",
"description": "React hooks for IrisDB",
"main": "dist/irisdb-hooks.umd.js",
Expand Down
6 changes: 3 additions & 3 deletions irisdb-nostr/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irisdb-nostr",
"version": "1.0.10",
"version": "1.0.11",
"type": "module",
"description": "Nostr adapter for IrisDB",
"main": "dist/irisdb-nostr.umd.js",
Expand All @@ -26,8 +26,8 @@
"debug": "^4.3.4"
},
"peerDependencies": {
"@nostr-dev-kit/ndk": "^2.8.1",
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.1",
"@nostr-dev-kit/ndk": "^2.8.2",
"@nostr-dev-kit/ndk-cache-dexie": "^2.4.2",
"irisdb": "*",
"nostr-tools": "^2.5.2"
},
Expand Down
2 changes: 1 addition & 1 deletion irisdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "irisdb",
"version": "1.0.7",
"version": "1.0.11",
"type": "module",
"description": "Treelike subscribable data structure that can be easily synced over different transports",
"main": "dist/irisdb.umd.js",
Expand Down
38 changes: 19 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8b82c07

Please sign in to comment.