fix(production): Updating to node v16 for IPFS

This commit is contained in:
Chris Troutner
2022-03-05 14:23:14 -08:00
parent 2ad10180d0
commit c2977c5264
4 changed files with 10 additions and 10 deletions
+7 -7
View File
@@ -14,7 +14,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs": "0.60.0", "ipfs": "0.60.0",
"ipfs-coord": "7.1.3", "ipfs-coord": "7.1.4",
"ipfs-http-client": "55.0.0", "ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
@@ -7935,9 +7935,9 @@
} }
}, },
"node_modules/ipfs-coord": { "node_modules/ipfs-coord": {
"version": "7.1.3", "version": "7.1.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.3.tgz", "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.4.tgz",
"integrity": "sha512-mROl9NGj2x2oG/vkiMCa+Uj8StQ2pUi5sKOT9PMlqmjydNVM91/9wpgGdx0b9HDisuGh2M5We+O4sqxNGOR6VA==", "integrity": "sha512-YsCdrQ30JW03uOLNrpZKqNmWr5zmxF9AyKeXSQA/OTPBoOOqM2nomEYhTPVJjGxee9Qa2dtxCQzw3JwsLDCe4Q==",
"dependencies": { "dependencies": {
"axios": "0.21.4", "axios": "0.21.4",
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
@@ -27267,9 +27267,9 @@
} }
}, },
"ipfs-coord": { "ipfs-coord": {
"version": "7.1.3", "version": "7.1.4",
"resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.3.tgz", "resolved": "https://registry.npmjs.org/ipfs-coord/-/ipfs-coord-7.1.4.tgz",
"integrity": "sha512-mROl9NGj2x2oG/vkiMCa+Uj8StQ2pUi5sKOT9PMlqmjydNVM91/9wpgGdx0b9HDisuGh2M5We+O4sqxNGOR6VA==", "integrity": "sha512-YsCdrQ30JW03uOLNrpZKqNmWr5zmxF9AyKeXSQA/OTPBoOOqM2nomEYhTPVJjGxee9Qa2dtxCQzw3JwsLDCe4Q==",
"requires": { "requires": {
"axios": "0.21.4", "axios": "0.21.4",
"bch-encrypt-lib": "2.0.0", "bch-encrypt-lib": "2.0.0",
+1 -1
View File
@@ -29,7 +29,7 @@
"bcryptjs": "2.4.3", "bcryptjs": "2.4.3",
"glob": "7.1.6", "glob": "7.1.6",
"ipfs": "0.60.0", "ipfs": "0.60.0",
"ipfs-coord": "7.1.3", "ipfs-coord": "7.1.4",
"ipfs-http-client": "55.0.0", "ipfs-http-client": "55.0.0",
"jsonrpc-lite": "2.2.0", "jsonrpc-lite": "2.2.0",
"jsonwebtoken": "8.5.1", "jsonwebtoken": "8.5.1",
+1 -1
View File
@@ -10,7 +10,7 @@ RUN apt-get update
RUN apt-get install -y sudo git curl nano gnupg wget RUN apt-get install -y sudo git curl nano gnupg wget
#Install Node and NPM #Install Node and NPM
RUN curl -sL https://deb.nodesource.com/setup_14.x -o nodesource_setup.sh RUN curl -sL https://deb.nodesource.com/setup_16.x -o nodesource_setup.sh
RUN bash nodesource_setup.sh RUN bash nodesource_setup.sh
RUN apt-get install -y nodejs build-essential RUN apt-get install -y nodejs build-essential
+1 -1
View File
@@ -23,7 +23,7 @@ export DEBUG_LEVEL=2
# Change APISERVER to point to your own installation of bch-api # Change APISERVER to point to your own installation of bch-api
export APISERVER=https://api.fullstack.cash/v5/ export APISERVER=https://api.fullstack.cash/v5/
# These settings are used to proxy a subscription to FullStack.cash. # These settings are used to proxy a subscription to FullStack.cash.
export GET_JWT_AT_STARTUP=1 #export GET_JWT_AT_STARTUP=1
export AUTHSERVER=https://auth.fullstack.cash export AUTHSERVER=https://auth.fullstack.cash
export FULLSTACKLOGIN=demo@demo.com export FULLSTACKLOGIN=demo@demo.com
export FULLSTACKPASS=demo export FULLSTACKPASS=demo