Skip to content

Commit 26abea2

Browse files
committed
chore: bump to beta.71
1 parent 33e7595 commit 26abea2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+5128
-878
lines changed

blossom/example/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@nostr-dev-kit/ndk": "3.0.0-beta.70",
13-
"@nostr-dev-kit/blossom": "8.0.0-beta.70",
14-
"@nostr-dev-kit/react": "1.3.13-beta.70",
12+
"@nostr-dev-kit/ndk": "3.0.0-beta.71",
13+
"@nostr-dev-kit/blossom": "8.0.0-beta.71",
14+
"@nostr-dev-kit/react": "1.3.13-beta.71",
1515
"react": "^18.2.0",
1616
"react-dom": "^18.2.0"
1717
},

blossom/example/svelte/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@nostr-dev-kit/blossom": "8.0.0-beta.70",
13-
"@nostr-dev-kit/ndk": "3.0.0-beta.70",
14-
"@nostr-dev-kit/sessions": "1.0.0-beta.70",
15-
"@nostr-dev-kit/svelte": "4.0.0-beta.70"
12+
"@nostr-dev-kit/blossom": "8.0.0-beta.71",
13+
"@nostr-dev-kit/ndk": "3.0.0-beta.71",
14+
"@nostr-dev-kit/sessions": "1.0.0-beta.71",
15+
"@nostr-dev-kit/svelte": "4.0.0-beta.71"
1616
},
1717
"devDependencies": {
1818
"@sveltejs/vite-plugin-svelte": "^6.2.1",

blossom/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostr-dev-kit/blossom",
3-
"version": "8.0.0-beta.70",
3+
"version": "8.0.0-beta.71",
44
"description": "Blossom protocol support for NDK (Nostr Development Kit)",
55
"main": "dist/index.js",
66
"module": "dist/index.js",
@@ -42,7 +42,7 @@
4242
"debug": "^4.3.7"
4343
},
4444
"peerDependencies": {
45-
"@nostr-dev-kit/ndk": "3.0.0-beta.70"
45+
"@nostr-dev-kit/ndk": "3.0.0-beta.71"
4646
},
4747
"devDependencies": {
4848
"@types/debug": "^4.1.12",

bun.lock

Lines changed: 49 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cache-browser/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nostr-dev-kit/cache-browser",
3-
"version": "1.0.0-beta.70",
3+
"version": "1.0.0-beta.71",
44
"description": "Browser-optimized NDK cache adapter with automatic WASM/IndexedDB fallback",
55
"license": "MIT",
66
"docs": "typedoc",
@@ -45,8 +45,8 @@
4545
"pablof7z"
4646
],
4747
"devDependencies": {
48-
"@nostr-dev-kit/cache-dexie": "2.7.8-beta.70",
49-
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0-beta.70",
48+
"@nostr-dev-kit/cache-dexie": "2.7.8-beta.71",
49+
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0-beta.71",
5050
"@types/debug": "^4.1.12",
5151
"@types/node": "^24.10.0",
5252
"fake-indexeddb": "^6.0.0",
@@ -62,8 +62,8 @@
6262
"typescript": "^5.9.3"
6363
},
6464
"peerDependencies": {
65-
"@nostr-dev-kit/cache-dexie": "2.7.8-beta.70",
66-
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0-beta.70",
67-
"@nostr-dev-kit/ndk": "3.0.0-beta.70"
65+
"@nostr-dev-kit/cache-dexie": "2.7.8-beta.71",
66+
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0-beta.71",
67+
"@nostr-dev-kit/ndk": "3.0.0-beta.71"
6868
}
6969
}

0 commit comments

Comments
 (0)