Account for thunks when figuring out which urls an event is on
This commit is contained in:
Generated
+23
-21
@@ -31,15 +31,15 @@
|
||||
"@types/throttle-debounce": "^5.0.2",
|
||||
"@vite-pwa/assets-generator": "^0.2.6",
|
||||
"@vite-pwa/sveltekit": "^0.6.6",
|
||||
"@welshman/app": "~0.0.31",
|
||||
"@welshman/content": "~0.0.12",
|
||||
"@welshman/app": "~0.0.32",
|
||||
"@welshman/content": "~0.0.13",
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/feeds": "~0.0.26",
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/net": "~0.0.40",
|
||||
"@welshman/signer": "~0.0.16",
|
||||
"@welshman/store": "~0.0.12",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"daisyui": "^4.12.10",
|
||||
"date-picker-svelte": "^2.13.0",
|
||||
"dotenv": "^16.4.5",
|
||||
@@ -4664,18 +4664,18 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@welshman/app": {
|
||||
"version": "0.0.31",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.31.tgz",
|
||||
"integrity": "sha512-Z6h14hbaJ8OFtmxtD4R+bmVDUFUQnctbBWUWxA3ZpRLeGN8xn8zRXXIp5cfKBbRtoAHiPwvDYRrbArsal6md1w==",
|
||||
"version": "0.0.32",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/app/-/app-0.0.32.tgz",
|
||||
"integrity": "sha512-f3JQq4JgR2fCeAOWbjsq1w+tv3U80NhuhAcq1qMBT+DRfHPw/LdYN6U10u+pL2tZbwBbPNs8cTJ/p7Lqy5GJzw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@welshman/dvm": "~0.0.10",
|
||||
"@welshman/feeds": "~0.0.26",
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/net": "~0.0.39",
|
||||
"@welshman/net": "~0.0.40",
|
||||
"@welshman/signer": "~0.0.16",
|
||||
"@welshman/store": "~0.0.12",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"fuse.js": "^7.0.0",
|
||||
"idb": "^8.0.0",
|
||||
"svelte": "^4.2.18",
|
||||
@@ -4683,11 +4683,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@welshman/content": {
|
||||
"version": "0.0.12",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/content/-/content-0.0.12.tgz",
|
||||
"integrity": "sha512-hdrZkHlDKJx8i8FdEJo4NFlBMRJWDkZHBYCBCbx77fcxPN8nJ2yKCl7bmIM51XwEFRrZMOQrmQswvYuOr8h1DQ==",
|
||||
"version": "0.0.13",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/content/-/content-0.0.13.tgz",
|
||||
"integrity": "sha512-03usB7VXE5w5Fm2+MfZOf3P1SiHBU8H4pWcv3xX439xWZ3LZlTS7WX9p4GwsfzX4iLCOLPNzEVNzw21JhLYSzA==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@braintree/sanitize-url": "^7.0.2",
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
},
|
||||
@@ -4726,13 +4728,13 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@welshman/net": {
|
||||
"version": "0.0.39",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.39.tgz",
|
||||
"integrity": "sha512-GSzLrTxLNm9fSLMVJtnrFw/6LVhxXvKmC4or0H7/fn/W3lHxYMLI8VuFg58M3CbDGcJuB8FBhPnOzL4TUSiElw==",
|
||||
"version": "0.0.40",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/net/-/net-0.0.40.tgz",
|
||||
"integrity": "sha512-GdvnxWlzNeARw1v3HfJzFcEGccHj4njFclZFdDfe11qqGZcpNvbDdmJ0gPyY2cCeUnaV+9W7o7DYV9JZwTRUng==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/util": "~0.0.46",
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"@welshman/util": "~0.0.48",
|
||||
"isomorphic-ws": "^5.0.0",
|
||||
"ws": "^8.16.0"
|
||||
}
|
||||
@@ -4764,12 +4766,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/@welshman/util": {
|
||||
"version": "0.0.46",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.46.tgz",
|
||||
"integrity": "sha512-kf9pvedUY3osPMUHVsV7rdInKK0JRMMttIYNWXhOgVPmZM7ssGky507fpwrx/6pxoAT1zWsUDuUt/GXJRWt9+w==",
|
||||
"version": "0.0.48",
|
||||
"resolved": "https://registry.npmjs.org/@welshman/util/-/util-0.0.48.tgz",
|
||||
"integrity": "sha512-j+ZnnWvBk19XuhjRWO2YFj16vagUiPxpOQdCWf8TmxZFqCVOBbna9BPsKj89uriVyvDa9KRhv9EY+CMh5kurhQ==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@welshman/lib": "~0.0.27",
|
||||
"@welshman/lib": "~0.0.28",
|
||||
"nostr-tools": "^2.7.2"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user