Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions dist/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -29161,7 +29161,7 @@ function requireCryptoBrowserify() {
};
return cryptoBrowserify;
}
const version = "17.2.0";
const version = "17.2.1";
const require$$4 = {
version
};
Expand All @@ -29176,9 +29176,12 @@ function requireMain() {
const packageJson = require$$4;
const version2 = packageJson.version;
const TIPS = [
"🔐 encrypt with dotenvx: https://dotenvx.com",
"🔐 encrypt with Dotenvx: https://dotenvx.com",
"🔐 prevent committing .env to code: https://dotenvx.com/precommit",
"🔐 prevent building .env in docker: https://dotenvx.com/prebuild",
"📡 observe env with Radar: https://dotenvx.com/radar",
"📡 auto-backup env with Radar: https://dotenvx.com/radar",
"📡 version env with Radar: https://dotenvx.com/radar",
"🛠️ run anywhere with `dotenvx run -- yourcommand`",
"⚙️ specify custom .env file path with { path: '/custom/path/.env' }",
"⚙️ enable debug logging with { debug: true }",
Expand Down Expand Up @@ -29394,7 +29397,7 @@ function requireMain() {
lastError = e;
}
}
_log(`injecting env (${keysCount}) from ${shortPaths.join(",")} ${dim(`(tip: ${_getRandomTip()})`)}`);
_log(`injecting env (${keysCount}) from ${shortPaths.join(",")} ${dim(`-- tip: ${_getRandomTip()}`)}`);
}
if (lastError) {
return { parsed: parsedAll, error: lastError };
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
"@graphql-typed-document-node/core": "3.2.0",
"@safe-global/protocol-kit": "6.1.0",
"abitype": "1.0.8",
"dotenv": "17.2.0",
"dotenv": "17.2.1",
"graphql-request": "7.2.0",
"lodash-es": "4.17.21",
"viem": "2.31.7",
Expand Down
19 changes: 7 additions & 12 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.