Skip to content
Snippets Groups Projects
Commit d2b90ed3 authored by Bartek Wrona's avatar Bartek Wrona Committed by Bartek Wrona
Browse files

Added dotenv dependency (required by CORS proxy)

parent 2b3f2eaa
No related branches found
No related tags found
1 merge request!1Add alternate testnet network with initminer access to the examples to improve user experience with testing
......@@ -51,7 +51,8 @@
"class-validator": "^0.14.0",
"events": "^3.3.0",
"rxjs": "^7.8.1",
"tslib": "^2.6.2"
"tslib": "^2.6.2",
"dotenv": "^16.3.1"
},
"repository": {
"type": "git",
......
......@@ -17,6 +17,9 @@ dependencies:
class-validator:
specifier: ^0.14.0
version: 0.14.0
dotenv:
specifier: ^16.3.1
version: 16.3.1
events:
specifier: ^3.3.0
version: 3.3.0
......@@ -1120,6 +1123,11 @@ packages:
domhandler: 4.3.1
dev: true
/dotenv@16.3.1:
resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==}
engines: {node: '>=12'}
dev: false
/eastasianwidth@0.2.0:
resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==}
dev: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment