mirror of
https://github.com/Cameri/nostream.git
synced 2025-07-07 21:59:53 +02: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",
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nostr-ts-relay",
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@noble/secp256k1": "1.7.0",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "nostr-ts-relay",
|
||||
"version": "1.10.0",
|
||||
"version": "1.11.0",
|
||||
"description": "A Nostr relay written in Typescript.",
|
||||
"supportedNips": [
|
||||
1,
|
||||
|
Reference in New Issue
Block a user