build: switch to fork for cjs
This commit is contained in:
parent
f1ca174022
commit
e317a3209d
|
@ -7,6 +7,7 @@
|
|||
"": {
|
||||
"name": "@lumeweb/relay",
|
||||
"version": "0.0.0-development",
|
||||
"hasInstallScript": true,
|
||||
"dependencies": {
|
||||
"@fastify/websocket": "^7.2.0",
|
||||
"@hyperswarm/dht-relay": "^0.4.0",
|
||||
|
@ -31,7 +32,7 @@
|
|||
"msgpackr": "^1.8.5",
|
||||
"node-cache": "^5.1.2",
|
||||
"node-fetch": "^2.6.9",
|
||||
"p-defer": "^4.0.0",
|
||||
"p-defer": "git+https://git.lumeweb.com/LumeWeb/p-defer.git",
|
||||
"p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
|
||||
"pino": "^8.11.0",
|
||||
"pino-pretty": "^9.4.0",
|
||||
|
@ -8956,8 +8957,8 @@
|
|||
},
|
||||
"node_modules/p-defer": {
|
||||
"version": "4.0.0",
|
||||
"resolved": "https://registry.npmjs.org/p-defer/-/p-defer-4.0.0.tgz",
|
||||
"integrity": "sha512-Vb3QRvQ0Y5XnF40ZUWW7JfLogicVh/EnA5gBIvKDJoYpeI82+1E3AlB9yOcKFS0AhHrWVnAQO39fbR0G99IVEQ==",
|
||||
"resolved": "git+https://git.lumeweb.com/LumeWeb/p-defer.git#534ba472a8580713d850d338460f6b6afc1e075b",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">=12"
|
||||
},
|
||||
|
|
|
@ -43,7 +43,7 @@
|
|||
"msgpackr": "^1.8.5",
|
||||
"node-cache": "^5.1.2",
|
||||
"node-fetch": "^2.6.9",
|
||||
"p-defer": "^4.0.0",
|
||||
"p-defer": "git+https://git.lumeweb.com/LumeWeb/p-defer.git",
|
||||
"p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
|
||||
"pino": "^8.11.0",
|
||||
"pino-pretty": "^9.4.0",
|
||||
|
|
Loading…
Reference in New Issue