chore: bump pkgs
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
kieran 2024-06-05 14:26:13 +01:00
parent c47d8e7dcd
commit b2b25377cd
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941
5 changed files with 12 additions and 11 deletions

View File

@ -26,4 +26,5 @@ In this way only 1 subscription is maintained, the "root" query trace.
Each time a new set of filters is created from `buildDiff` we push the same `REQ` again with the new filters which **should** result in no new results from the relays as we expect there to be none `since` the current time is the time of the latest message.
## Proposed solution (Timeline)
TBD
TBD

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system-react",
"version": "1.3.5",
"version": "1.3.6",
"description": "React hooks for @snort/system",
"main": "dist/index.js",
"module": "src/index.ts",
@ -17,7 +17,7 @@
],
"dependencies": {
"@snort/shared": "^1.0.15",
"@snort/system": "^1.3.5",
"@snort/system": "^1.3.6",
"react": "^18.2.0"
},
"devDependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@snort/system",
"version": "1.3.5",
"version": "1.3.6",
"description": "Snort nostr system package",
"type": "module",
"main": "dist/index.js",

View File

@ -1,6 +1,6 @@
{
"name": "@snort/wallet",
"version": "0.1.3",
"version": "0.1.4",
"description": "Snort wallet system package",
"type": "module",
"main": "dist/index.js",
@ -22,8 +22,8 @@
"@cashu/cashu-ts": "^1.0.0-rc.3",
"@lightninglabs/lnc-web": "^0.3.1-alpha",
"@scure/base": "^1.1.6",
"@snort/shared": "^1.0.14",
"@snort/system": "^1.3.2",
"@snort/shared": "^1.0.15",
"@snort/system": "^1.3.6",
"debug": "^4.3.4",
"eventemitter3": "^5.0.1"
},

View File

@ -4701,7 +4701,7 @@ __metadata:
resolution: "@snort/system-react@workspace:packages/system-react"
dependencies:
"@snort/shared": "npm:^1.0.15"
"@snort/system": "npm:^1.3.5"
"@snort/system": "npm:^1.3.6"
"@types/react": "npm:^18.2.14"
react: "npm:^18.2.0"
typescript: "npm:^5.2.2"
@ -4736,7 +4736,7 @@ __metadata:
languageName: unknown
linkType: soft
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.3.2, @snort/system@npm:^1.3.5, @snort/system@workspace:*, @snort/system@workspace:packages/system":
"@snort/system@npm:^1.0.21, @snort/system@npm:^1.2.11, @snort/system@npm:^1.3.6, @snort/system@workspace:*, @snort/system@workspace:packages/system":
version: 0.0.0-use.local
resolution: "@snort/system@workspace:packages/system"
dependencies:
@ -4776,8 +4776,8 @@ __metadata:
"@cashu/cashu-ts": "npm:^1.0.0-rc.3"
"@lightninglabs/lnc-web": "npm:^0.3.1-alpha"
"@scure/base": "npm:^1.1.6"
"@snort/shared": "npm:^1.0.14"
"@snort/system": "npm:^1.3.2"
"@snort/shared": "npm:^1.0.15"
"@snort/system": "npm:^1.3.6"
"@types/debug": "npm:^4.1.12"
"@webbtc/webln-types": "npm:^3.0.0"
debug: "npm:^4.3.4"