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. 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) ## Proposed solution (Timeline)
TBD
TBD

View File

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

View File

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

View File

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

View File

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