Skip to content

Commit

Permalink
v0.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Mar 12, 2024
1 parent 1989949 commit d818d4c
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 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.15"
"version": "0.0.16"
}
14 changes: 7 additions & 7 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.15",
"version": "0.0.16",
"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.15",
"version": "0.0.16",
"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.15",
"@nostr-relay/common": "^0.0.16",
"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.15",
"version": "0.0.16",
"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.15",
"@nostr-relay/common": "^0.0.16",
"better-sqlite3": "^9.2.2"
},
"devDependencies": {
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.15",
"version": "0.0.16",
"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.15",
"@nostr-relay/common": "^0.0.16",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
}
Expand Down

0 comments on commit d818d4c

Please sign in to comment.