RELEASE: 2.1.0

This commit is contained in:
Yonle
2024-03-21 22:13:04 +07:00
parent 391c11f9b0
commit 91efce8bbf

View File

@@ -1,6 +1,6 @@
{ {
"name": "bostr", "name": "bostr",
"version": "2.0.11", "version": "2.1.0",
"description": "Nostr relay bouncer", "description": "Nostr relay bouncer",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -27,10 +27,10 @@
}, },
"homepage": "https://github.com/Yonle/bostr#readme", "homepage": "https://github.com/Yonle/bostr#readme",
"dependencies": { "dependencies": {
"nostr-tools": "^2.3.1", "nostr-tools": "^2.3.2",
"ws": "^8.16.0" "ws": "^8.16.0"
}, },
"engines": { "engines": {
"node": ">=16" "node": ">=18"
} }
} }