git.delta.rocks / unique-network / refs/commits / 01f7ba30237e

difftreelog

use dotenv

Max Andreev2023-06-09parent: #aa7728d.patch.diff
in: master

3 files changed

modifiedtests/package.jsondiffbeforeafterboth
17 "@zombienet/utils": "https://gitpkg.now.sh/UniqueNetwork/zombienet/javascript/packages/utils?2476ea76a368f1b1e94038dbfec29c27f114288e",17 "@zombienet/utils": "https://gitpkg.now.sh/UniqueNetwork/zombienet/javascript/packages/utils?2476ea76a368f1b1e94038dbfec29c27f114288e",
18 "chai": "^4.3.6",18 "chai": "^4.3.6",
19 "chai-subset": "^1.6.0",19 "chai-subset": "^1.6.0",
20 "dotenv": "^16.1.4",
20 "eslint": "^8.25.0",21 "eslint": "^8.25.0",
21 "eslint-plugin-mocha": "^10.1.0",22 "eslint-plugin-mocha": "^10.1.0",
22 "mocha": "^10.1.0",23 "mocha": "^10.1.0",
modifiedtests/src/util/frankenstein.tsdiffbeforeafterboth
22import {usingPlaygrounds} from '.';22import {usingPlaygrounds} from '.';
23import {migrations} from './frankensteinMigrate';23import {migrations} from './frankensteinMigrate';
24import fs from 'fs';24import fs from 'fs';
25import * as dotenv from 'dotenv';
26dotenv.config();
2527
26const ZOMBIENET_CREDENTIALS = process.env.ZOMBIENET_CREDENTIALS || '../.env';28const ZOMBIENET_CREDENTIALS = process.env.ZOMBIENET_CREDENTIALS || '../.env';
27const NETWORK_CONFIG_FILE = process.argv[2] ?? '../launch-zombienet.toml';29const NETWORK_CONFIG_FILE = process.argv[2] ?? '../launch-zombienet.toml';
modifiedtests/yarn.lockdiffbeforeafterboth
2116 dependencies:2116 dependencies:
2117 webidl-conversions "^7.0.0"2117 webidl-conversions "^7.0.0"
21182118
2119dotenv@^16.1.4:
2120 version "16.1.4"
2121 resolved "https://registry.yarnpkg.com/dotenv/-/dotenv-16.1.4.tgz#67ac1a10cd9c25f5ba604e4e08bc77c0ebe0ca8c"
2122 integrity sha512-m55RtE8AsPeJBpOIFKihEmqUcoVncQIwo7x9U8ZwLEZw9ZpXboz2c+rvog+jUaJvVrZ5kBOeYQBX5+8Aa/OZQw==
2123
2119ecc-jsbn@~0.1.1:2124ecc-jsbn@~0.1.1:
2120 version "0.1.2"2125 version "0.1.2"
2121 resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"2126 resolved "https://registry.yarnpkg.com/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz#3a83a904e54353287874c564b7549386849a98c9"