build: switch to fork for cjs

This commit is contained in:
Derrick Hammer 2023-04-23 08:09:37 -04:00
parent f1ca174022
commit e317a3209d
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
2 changed files with 5 additions and 4 deletions

7
package-lock.json generated
View File

@ -7,6 +7,7 @@
"": { "": {
"name": "@lumeweb/relay", "name": "@lumeweb/relay",
"version": "0.0.0-development", "version": "0.0.0-development",
"hasInstallScript": true,
"dependencies": { "dependencies": {
"@fastify/websocket": "^7.2.0", "@fastify/websocket": "^7.2.0",
"@hyperswarm/dht-relay": "^0.4.0", "@hyperswarm/dht-relay": "^0.4.0",
@ -31,7 +32,7 @@
"msgpackr": "^1.8.5", "msgpackr": "^1.8.5",
"node-cache": "^5.1.2", "node-cache": "^5.1.2",
"node-fetch": "^2.6.9", "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", "p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
"pino": "^8.11.0", "pino": "^8.11.0",
"pino-pretty": "^9.4.0", "pino-pretty": "^9.4.0",
@ -8956,8 +8957,8 @@
}, },
"node_modules/p-defer": { "node_modules/p-defer": {
"version": "4.0.0", "version": "4.0.0",
"resolved": "https://registry.npmjs.org/p-defer/-/p-defer-4.0.0.tgz", "resolved": "git+https://git.lumeweb.com/LumeWeb/p-defer.git#534ba472a8580713d850d338460f6b6afc1e075b",
"integrity": "sha512-Vb3QRvQ0Y5XnF40ZUWW7JfLogicVh/EnA5gBIvKDJoYpeI82+1E3AlB9yOcKFS0AhHrWVnAQO39fbR0G99IVEQ==", "license": "MIT",
"engines": { "engines": {
"node": ">=12" "node": ">=12"
}, },

View File

@ -43,7 +43,7 @@
"msgpackr": "^1.8.5", "msgpackr": "^1.8.5",
"node-cache": "^5.1.2", "node-cache": "^5.1.2",
"node-fetch": "^2.6.9", "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", "p-timeout": "git+https://git.lumeweb.com/LumeWeb/p-timeout.git",
"pino": "^8.11.0", "pino": "^8.11.0",
"pino-pretty": "^9.4.0", "pino-pretty": "^9.4.0",