mirror of
https://github.com/Cameri/nostream.git
synced 2025-12-18 16:41:08 +01:00
chore(release): 1.11.0 [skip ci]
# [1.11.0](https://github.com/Cameri/nostr-ts-relay/compare/v1.10.0...v1.11.0) (2022-12-21) ### Bug Fixes * integration tests ([f3c801e](f3c801e503)) * mount coverage config on container ([476757f](476757fc46)) * postgres config not mounted ([5edfc04](5edfc04d77)) * rogue 200 OK on ws connect ([6b37d69](6b37d6983a)) * type errors ([f309798](f3097983a0)) ### Features * ignore dupe subscriptions ([433b7f8](433b7f8707))
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "nostr-ts-relay",
|
"name": "nostr-ts-relay",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "nostr-ts-relay",
|
"name": "nostr-ts-relay",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@noble/secp256k1": "1.7.0",
|
"@noble/secp256k1": "1.7.0",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "nostr-ts-relay",
|
"name": "nostr-ts-relay",
|
||||||
"version": "1.10.0",
|
"version": "1.11.0",
|
||||||
"description": "A Nostr relay written in Typescript.",
|
"description": "A Nostr relay written in Typescript.",
|
||||||
"supportedNips": [
|
"supportedNips": [
|
||||||
1,
|
1,
|
||||||
|
|||||||
Reference in New Issue
Block a user