Compare commits
2 Commits
1da240ecd6
...
90ef9e3386
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | 90ef9e3386 | |
Derrick Hammer | ca65db07a3 |
|
@ -41,7 +41,7 @@
|
|||
"json-stable-stringify": "^1.0.1",
|
||||
"json-stringify-deterministic": "^1.0.7",
|
||||
"loady": "https://github.com/LumeWeb/loady.git",
|
||||
"micro-ed25519-hdkey": "^0.1.2",
|
||||
"micro-ed25519-hdkey": "patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch",
|
||||
"msgpackr": "^1.6.1",
|
||||
"node-cache": "^5.1.2",
|
||||
"node-cron": "^3.0.1",
|
||||
|
@ -72,5 +72,8 @@
|
|||
"supports-color": "https://github.com/LumeWeb/supports-color.git",
|
||||
"typescript": "^4.9.4"
|
||||
},
|
||||
"packageManager": "yarn@4.0.0-rc.33"
|
||||
"packageManager": "yarn@4.0.0-rc.33",
|
||||
"resolutions": {
|
||||
"micro-ed25519-hdkey@npm:^0.1.2": "patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch"
|
||||
}
|
||||
}
|
||||
|
|
18
yarn.lock
18
yarn.lock
|
@ -650,13 +650,13 @@ __metadata:
|
|||
|
||||
"@lumeweb/dht-flood@https://git.lumeweb.com/LumeWeb/dht-flood.git":
|
||||
version: 0.1.0
|
||||
resolution: "@lumeweb/dht-flood@https://git.lumeweb.com/LumeWeb/dht-flood.git#commit=ebaba22213d1b9f051af9f9a0ec04ee28e7cfa61"
|
||||
resolution: "@lumeweb/dht-flood@https://git.lumeweb.com/LumeWeb/dht-flood.git#commit=993eff5398ce3018dc52f281d71750676d4cb700"
|
||||
dependencies:
|
||||
compact-encoding: "npm:^2.11.0"
|
||||
lru: "npm:^3.1.0"
|
||||
protocol-buffers-encodings: "npm:^1.2.0"
|
||||
protomux-rpc: "npm:^1.3.0"
|
||||
checksum: a1a864eb002b5eace8da4b25e24095a669995f7068fbea452b0dd7386a7740822a388115e5c3d22855b165781fae526740cfb701ce19f5991dbaf79baa64c02e
|
||||
checksum: 181d25e531c54185a4db2d6adfdd0b2d506aceee3e7fc9af5217c0038f1e6e291e5b093a45d570febce85210bdb58aa701fda6fa27004dcfb685608c215a0883
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -707,7 +707,7 @@ __metadata:
|
|||
json-stable-stringify: "npm:^1.0.1"
|
||||
json-stringify-deterministic: "npm:^1.0.7"
|
||||
loady: "https://github.com/LumeWeb/loady.git"
|
||||
micro-ed25519-hdkey: "npm:^0.1.2"
|
||||
micro-ed25519-hdkey: "patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch"
|
||||
msgpackr: "npm:^1.6.1"
|
||||
node-cache: "npm:^5.1.2"
|
||||
node-cron: "npm:^3.0.1"
|
||||
|
@ -2686,7 +2686,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"micro-ed25519-hdkey@npm:^0.1.2":
|
||||
"micro-ed25519-hdkey@npm:0.1.2":
|
||||
version: 0.1.2
|
||||
resolution: "micro-ed25519-hdkey@npm:0.1.2"
|
||||
dependencies:
|
||||
|
@ -2696,6 +2696,16 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"micro-ed25519-hdkey@patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch":
|
||||
version: 0.1.2
|
||||
resolution: "micro-ed25519-hdkey@patch:micro-ed25519-hdkey@npm%3A0.1.2#~/.yarn/patches/micro-ed25519-hdkey-npm-0.1.2-5d1d767d1d.patch::version=0.1.2&hash=60e3c0"
|
||||
dependencies:
|
||||
"@noble/ed25519": "npm:~1.7.1"
|
||||
"@noble/hashes": "npm:~1.1.1"
|
||||
checksum: f5d0979de75e826f22b03188ad6bea06a6556f45ba866806360233ce418877bae26ff294c662c9a455e333d33b8bede73c1f1c65ff10538b639e513f98a3d254
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"micromatch@npm:^4.0.4":
|
||||
version: 4.0.5
|
||||
resolution: "micromatch@npm:4.0.5"
|
||||
|
|
Loading…
Reference in New Issue