Skip to content

Commit

Permalink
v0.0.24
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Jul 27, 2024
1 parent 42193c6 commit a801d93
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"packages": ["packages/*"],
"version": "0.0.23"
"version": "0.0.24"
}
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/event-repository-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
Expand Down

0 comments on commit a801d93

Please sign in to comment.