diff --git a/lerna.json b/lerna.json index ff203242..d375dc4a 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", "packages": ["packages/*"], - "version": "0.0.23" + "version": "0.0.24" } diff --git a/package-lock.json b/package-lock.json index 67213b19..56d4f629 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,10 +1,12 @@ { "name": "root", + "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "root", + "version": "0.0.1", "workspaces": [ "packages/*" ], @@ -26,8 +28,7 @@ "@nx/nx-darwin-x64": "17.2.4", "@nx/nx-linux-x64-gnu": "17.2.4", "@nx/nx-win32-x64-msvc": "17.2.4" - }, - "version": "0.0.1" + } }, "node_modules/@aashutoshrathi/word-wrap": { "version": "1.2.6", @@ -11947,7 +11948,7 @@ }, "packages/common": { "name": "@nostr-relay/common", - "version": "0.0.23", + "version": "0.0.24", "license": "MIT", "dependencies": { "@noble/curves": "^1.2.0", @@ -11964,10 +11965,10 @@ }, "packages/core": { "name": "@nostr-relay/core", - "version": "0.0.23", + "version": "0.0.24", "license": "MIT", "dependencies": { - "@nostr-relay/common": "^0.0.23", + "@nostr-relay/common": "^0.0.24", "lru-cache": "^10.1.0" } }, @@ -11980,10 +11981,10 @@ }, "packages/event-repository-sqlite": { "name": "@nostr-relay/event-repository-sqlite", - "version": "0.0.23", + "version": "0.0.24", "license": "MIT", "dependencies": { - "@nostr-relay/common": "^0.0.23", + "@nostr-relay/common": "^0.0.24", "better-sqlite3": "^9.2.2", "kysely": "^0.27.3" }, @@ -11993,14 +11994,13 @@ }, "packages/validator": { "name": "@nostr-relay/validator", - "version": "0.0.23", + "version": "0.0.24", "license": "MIT", "dependencies": { - "@nostr-relay/common": "^0.0.23", + "@nostr-relay/common": "^0.0.24", "zod": "^3.22.4", "zod-validation-error": "^2.1.0" } } - }, - "version": "0.0.1" + } } diff --git a/packages/common/package.json b/packages/common/package.json index 9645150c..547c2f76 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@nostr-relay/common", - "version": "0.0.23", + "version": "0.0.24", "description": "Easily build your customized Nostr Relay.", "author": "codytseng", "homepage": "https://github.com/CodyTseng/nostr-relay#readme", diff --git a/packages/core/package.json b/packages/core/package.json index f9ca6b60..c3ddd5aa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@nostr-relay/core", - "version": "0.0.23", + "version": "0.0.24", "description": "Easily build your customized Nostr Relay.", "author": "codytseng", "homepage": "https://github.com/CodyTseng/nostr-relay#readme", @@ -28,7 +28,7 @@ "url": "https://github.com/CodyTseng/nostr-relay/issues" }, "dependencies": { - "@nostr-relay/common": "^0.0.23", + "@nostr-relay/common": "^0.0.24", "lru-cache": "^10.1.0" } } diff --git a/packages/event-repository-sqlite/package.json b/packages/event-repository-sqlite/package.json index c6b1210f..ef7078c5 100644 --- a/packages/event-repository-sqlite/package.json +++ b/packages/event-repository-sqlite/package.json @@ -1,6 +1,6 @@ { "name": "@nostr-relay/event-repository-sqlite", - "version": "0.0.23", + "version": "0.0.24", "description": "Easily build your customized Nostr Relay.", "author": "codytseng", "homepage": "https://github.com/CodyTseng/nostr-relay#readme", @@ -29,7 +29,7 @@ "url": "https://github.com/CodyTseng/nostr-relay/issues" }, "dependencies": { - "@nostr-relay/common": "^0.0.23", + "@nostr-relay/common": "^0.0.24", "better-sqlite3": "^9.2.2", "kysely": "^0.27.3" }, diff --git a/packages/validator/package.json b/packages/validator/package.json index cbae802c..778baccb 100644 --- a/packages/validator/package.json +++ b/packages/validator/package.json @@ -1,6 +1,6 @@ { "name": "@nostr-relay/validator", - "version": "0.0.23", + "version": "0.0.24", "description": "Easily build your customized Nostr Relay.", "author": "codytseng", "homepage": "https://github.com/CodyTseng/nostr-relay#readme", @@ -28,7 +28,7 @@ "url": "https://github.com/CodyTseng/nostr-relay/issues" }, "dependencies": { - "@nostr-relay/common": "^0.0.23", + "@nostr-relay/common": "^0.0.24", "zod": "^3.22.4", "zod-validation-error": "^2.1.0" }