Skip to content

Commit 680111e

Browse files
Execution Coordinatorclaude
andcommitted
Release NDK major versions - remove all beta version suffixes
- Update all package versions from X.Y.Z-beta.71 to X.Y.Z across all NDK packages - Update all @nostr-dev-kit package cross-references to clean major release versions - Includes: 17 main packages, 7 example/test files, and lock file - All packages now on clean major release versions: - @nostr-dev-kit/ndk: 3.0.0 - @nostr-dev-kit/svelte: 4.0.0 - @nostr-dev-kit/wallet: 1.0.0 - @nostr-dev-kit/react: 1.3.13 - @nostr-dev-kit/blossom: 8.0.0 - @nostr-dev-kit/sync: 1.0.0 - @nostr-dev-kit/sessions: 1.0.0 - @nostr-dev-kit/messages: 2.0.0 - @nostr-dev-kit/wot: 1.0.0 - @nostr-dev-kit/mobile: 0.9.3 - @nostr-dev-kit/cache-redis: 0.1.52 - @nostr-dev-kit/cache-dexie: 2.7.8 - @nostr-dev-kit/cache-memory: 2.7.8 - @nostr-dev-kit/cache-sqlite: 8.0.0 - @nostr-dev-kit/cache-sqlite-wasm: 1.0.0 - @nostr-dev-kit/cache-browser: 1.0.0 - @nostr-dev-kit/cache-nostr: 0.1.66 Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
1 parent e0d3c65 commit 680111e

File tree

25 files changed

+126
-126
lines changed

25 files changed

+126
-126
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.71",
13-
"@nostr-dev-kit/blossom": "8.0.0-beta.71",
14-
"@nostr-dev-kit/react": "1.3.13-beta.71",
12+
"@nostr-dev-kit/ndk": "3.0.0",
13+
"@nostr-dev-kit/blossom": "8.0.0",
14+
"@nostr-dev-kit/react": "1.3.13",
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.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"
12+
"@nostr-dev-kit/blossom": "8.0.0",
13+
"@nostr-dev-kit/ndk": "3.0.0",
14+
"@nostr-dev-kit/sessions": "1.0.0",
15+
"@nostr-dev-kit/svelte": "4.0.0"
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.71",
3+
"version": "8.0.0",
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.71"
45+
"@nostr-dev-kit/ndk": "3.0.0"
4646
},
4747
"devDependencies": {
4848
"@types/debug": "^4.1.12",

bun.lock

Lines changed: 44 additions & 44 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.71",
3+
"version": "1.0.0",
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.71",
49-
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0-beta.71",
48+
"@nostr-dev-kit/cache-dexie": "2.7.8",
49+
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0",
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.71",
66-
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0-beta.71",
67-
"@nostr-dev-kit/ndk": "3.0.0-beta.71"
65+
"@nostr-dev-kit/cache-dexie": "2.7.8",
66+
"@nostr-dev-kit/cache-sqlite-wasm": "1.0.0",
67+
"@nostr-dev-kit/ndk": "3.0.0"
6868
}
6969
}

cache-dexie/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/cache-dexie",
3-
"version": "2.7.8-beta.71",
3+
"version": "2.7.8",
44
"description": "NDK Dexie Cache Adapter",
55
"license": "MIT",
66
"docs": "typedoc",
@@ -59,7 +59,7 @@
5959
"vitest": "^4.0.14"
6060
},
6161
"dependencies": {
62-
"@nostr-dev-kit/ndk": "3.0.0-beta.71",
62+
"@nostr-dev-kit/ndk": "3.0.0",
6363
"debug": "^4.3.7",
6464
"dexie": "^4.0.8",
6565
"nostr-tools": "^2.17.2",

cache-memory/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/cache-memory",
3-
"version": "2.7.8-beta.71",
3+
"version": "2.7.8",
44
"description": "NDK In-Memory LRU Cache Adapter",
55
"license": "MIT",
66
"docs": "typedoc",
@@ -52,7 +52,7 @@
5252
"vitest": "^4.0.14"
5353
},
5454
"dependencies": {
55-
"@nostr-dev-kit/ndk": "3.0.0-beta.71",
55+
"@nostr-dev-kit/ndk": "3.0.0",
5656
"debug": "^4.3.7",
5757
"nostr-tools": "^2.17.2",
5858
"typescript": "^5.9.3",

cache-nostr/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/cache-nostr",
3-
"version": "0.1.66-beta.71",
3+
"version": "0.1.66",
44
"description": "NDK cache adapter that uses a local nostr relay.",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",
@@ -36,7 +36,7 @@
3636
},
3737
"homepage": "https://github.com/nostr-dev-kit/ndk",
3838
"dependencies": {
39-
"@nostr-dev-kit/ndk": "3.0.0-beta.71",
39+
"@nostr-dev-kit/ndk": "3.0.0",
4040
"debug": "^4.3.7",
4141
"typescript": "^5.9.3",
4242
"websocket-polyfill": "^0.0.3"

0 commit comments

Comments
 (0)