diff --git a/dev-docs/query.md b/dev-docs/query.md index f4d90118..31412680 100644 --- a/dev-docs/query.md +++ b/dev-docs/query.md @@ -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 \ No newline at end of file + +TBD diff --git a/packages/system-react/package.json b/packages/system-react/package.json index b2bbaabb..54f79671 100644 --- a/packages/system-react/package.json +++ b/packages/system-react/package.json @@ -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": { diff --git a/packages/system/package.json b/packages/system/package.json index 2b6b8e7a..867a8896 100644 --- a/packages/system/package.json +++ b/packages/system/package.json @@ -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", diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 9cc4ec18..585705dd 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -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" }, diff --git a/yarn.lock b/yarn.lock index 45cf7f43..af161fc6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"