diff --git a/dist/main.js b/dist/main.js index 9cab13c..ae7df47 100644 --- a/dist/main.js +++ b/dist/main.js @@ -29161,7 +29161,7 @@ function requireCryptoBrowserify() { }; return cryptoBrowserify; } -const version = "17.2.0"; +const version = "17.2.1"; const require$$4 = { version }; @@ -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 }", @@ -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 }; diff --git a/package.json b/package.json index ea73215..a6fe989 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6244bd0..51ffe5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,8 +18,8 @@ importers: specifier: 1.0.8 version: 1.0.8(typescript@5.8.3)(zod@4.0.5) dotenv: - specifier: 17.2.0 - version: 17.2.0 + specifier: 17.2.1 + version: 17.2.1 graphql-request: specifier: 7.2.0 version: 7.2.0(graphql@16.9.0) @@ -2394,6 +2394,7 @@ packages: '@smithy/middleware-endpoint@4.1.14': resolution: {integrity: sha512-+BGLpK5D93gCcSEceaaYhUD/+OCGXM1IDaq/jKUQ+ujB0PTWlWN85noodKw/IPFZhIKFCNEe19PGd/reUMeLSQ==} engines: {node: '>=18.0.0'} + deprecated: Please upgrade to @smithy/middleware-endpoint@4.1.15 or higher to fix a bug preventing the resolution of ENV and config file custom endpoints https://github.com/smithy-lang/smithy-typescript/issues/1645 '@smithy/middleware-retry@4.1.15': resolution: {integrity: sha512-iKYUJpiyTQ33U2KlOZeUb0GwtzWR3C0soYcKuCnTmJrvt6XwTPQZhMfsjJZNw7PpQ3TU4Ati1qLSrkSJxnnSMQ==} @@ -3846,16 +3847,12 @@ packages: resolution: {integrity: sha512-QM8q3zDe58hqUqjraQOmzZ1LIH9SWQJTlEKCH4kJ2oQvLZk7RbQXvtDM2XEq3fwkV9CCvvH4LA0AV+ogFsBM2Q==} engines: {node: '>=8'} - dotenv@16.4.5: - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} - engines: {node: '>=12'} - dotenv@16.6.1: resolution: {integrity: sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==} engines: {node: '>=12'} - dotenv@17.2.0: - resolution: {integrity: sha512-Q4sgBT60gzd0BB0lSyYD3xM4YxrXA9y4uBDof1JNYGzOXrQdQ6yX+7XIAqoFOGQFOTK1D3Hts5OllpxMDZFONQ==} + dotenv@17.2.1: + resolution: {integrity: sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==} engines: {node: '>=12'} dset@3.1.4: @@ -9308,7 +9305,7 @@ snapshots: '@whatwg-node/fetch': 0.9.22 chalk: 4.1.2 debug: 4.4.1(supports-color@8.1.1) - dotenv: 16.4.5 + dotenv: 16.6.1 graphql: 16.9.0 graphql-request: 6.1.0(graphql@16.9.0) http-proxy-agent: 7.0.2 @@ -12341,11 +12338,9 @@ snapshots: dependencies: is-obj: 2.0.0 - dotenv@16.4.5: {} - dotenv@16.6.1: {} - dotenv@17.2.0: {} + dotenv@17.2.1: {} dset@3.1.4: {}