This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-10-14 03:13:30 +00:00
parent 0dc7e8352e
commit 7189eeca16
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "nostr-ts-relay",
"version": "1.1.0",
"version": "1.2.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "nostr-ts-relay",
"version": "1.1.0",
"version": "1.2.0",
"license": "MIT",
"dependencies": {
"@noble/secp256k1": "1.7.0",

View File

@ -1,6 +1,6 @@
{
"name": "nostr-ts-relay",
"version": "1.1.0",
"version": "1.2.0",
"description": "A nostr relay written in Typescript.",
"main": "src/index.ts",
"scripts": {