dotenv-diff 2.7.4 → 2.7.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/README.md +2 -2
- package/dist/src/commands/prompts/prompts.d.ts.map +1 -1
- package/dist/src/commands/prompts/prompts.js +4 -0
- package/dist/src/commands/prompts/prompts.js.map +1 -1
- package/dist/src/config/constants.d.ts +7 -4
- package/dist/src/config/constants.d.ts.map +1 -1
- package/dist/src/config/constants.js +7 -4
- package/dist/src/config/constants.js.map +1 -1
- package/dist/src/core/frameworks/sveltekitRules.d.ts.map +1 -1
- package/dist/src/core/frameworks/sveltekitRules.js +3 -1
- package/dist/src/core/frameworks/sveltekitRules.js.map +1 -1
- package/dist/src/core/scan/patterns.d.ts.map +1 -1
- package/dist/src/core/scan/patterns.js +23 -0
- package/dist/src/core/scan/patterns.js.map +1 -1
- package/dist/src/services/detectEnvExpirations.d.ts.map +1 -1
- package/dist/src/services/detectEnvExpirations.js +26 -5
- package/dist/src/services/detectEnvExpirations.js.map +1 -1
- package/dist/src/services/fileWalker.js +1 -1
- package/dist/src/services/fileWalker.js.map +1 -1
- package/dist/src/ui/compare/printErrorNotFound.d.ts.map +1 -1
- package/dist/src/ui/compare/printErrorNotFound.js +4 -4
- package/dist/src/ui/compare/printErrorNotFound.js.map +1 -1
- package/dist/src/ui/compare/printIssues.d.ts.map +1 -1
- package/dist/src/ui/compare/printIssues.js +5 -5
- package/dist/src/ui/compare/printIssues.js.map +1 -1
- package/dist/src/ui/compare/printPrompt.d.ts.map +1 -1
- package/dist/src/ui/compare/printPrompt.js +8 -8
- package/dist/src/ui/compare/printPrompt.js.map +1 -1
- package/dist/src/ui/compare/printStats.d.ts.map +1 -1
- package/dist/src/ui/compare/printStats.js +2 -2
- package/dist/src/ui/compare/printStats.js.map +1 -1
- package/dist/src/ui/scan/printConsolelogWarning.d.ts.map +1 -1
- package/dist/src/ui/scan/printConsolelogWarning.js +3 -3
- package/dist/src/ui/scan/printConsolelogWarning.js.map +1 -1
- package/dist/src/ui/scan/printExampleWarnings.d.ts.map +1 -1
- package/dist/src/ui/scan/printExampleWarnings.js +2 -2
- package/dist/src/ui/scan/printExampleWarnings.js.map +1 -1
- package/dist/src/ui/scan/printExpireWarnings.d.ts.map +1 -1
- package/dist/src/ui/scan/printExpireWarnings.js +2 -2
- package/dist/src/ui/scan/printExpireWarnings.js.map +1 -1
- package/dist/src/ui/scan/printFrameworkWarnings.d.ts.map +1 -1
- package/dist/src/ui/scan/printFrameworkWarnings.js +3 -4
- package/dist/src/ui/scan/printFrameworkWarnings.js.map +1 -1
- package/dist/src/ui/scan/printHeader.d.ts.map +1 -1
- package/dist/src/ui/scan/printHeader.js +2 -2
- package/dist/src/ui/scan/printHeader.js.map +1 -1
- package/dist/src/ui/scan/printHealthScore.d.ts.map +1 -1
- package/dist/src/ui/scan/printHealthScore.js +3 -3
- package/dist/src/ui/scan/printHealthScore.js.map +1 -1
- package/dist/src/ui/scan/printInconsistentNamingWarning.d.ts.map +1 -1
- package/dist/src/ui/scan/printInconsistentNamingWarning.js +2 -2
- package/dist/src/ui/scan/printInconsistentNamingWarning.js.map +1 -1
- package/dist/src/ui/scan/printMissing.js +2 -2
- package/dist/src/ui/scan/printMissing.js.map +1 -1
- package/dist/src/ui/scan/printMissingExample.d.ts.map +1 -1
- package/dist/src/ui/scan/printMissingExample.js +2 -2
- package/dist/src/ui/scan/printMissingExample.js.map +1 -1
- package/dist/src/ui/scan/printSecrets.d.ts.map +1 -1
- package/dist/src/ui/scan/printSecrets.js +2 -2
- package/dist/src/ui/scan/printSecrets.js.map +1 -1
- package/dist/src/ui/scan/printStats.d.ts.map +1 -1
- package/dist/src/ui/scan/printStats.js +2 -2
- package/dist/src/ui/scan/printStats.js.map +1 -1
- package/dist/src/ui/scan/printUnused.d.ts.map +1 -1
- package/dist/src/ui/scan/printUnused.js +2 -2
- package/dist/src/ui/scan/printUnused.js.map +1 -1
- package/dist/src/ui/scan/printUppercaseWarning.d.ts.map +1 -1
- package/dist/src/ui/scan/printUppercaseWarning.js +2 -2
- package/dist/src/ui/scan/printUppercaseWarning.js.map +1 -1
- package/dist/src/ui/shared/printAutoFix.d.ts.map +1 -1
- package/dist/src/ui/shared/printAutoFix.js +5 -5
- package/dist/src/ui/shared/printAutoFix.js.map +1 -1
- package/dist/src/ui/shared/printConfigStatus.d.ts.map +1 -1
- package/dist/src/ui/shared/printConfigStatus.js +4 -4
- package/dist/src/ui/shared/printConfigStatus.js.map +1 -1
- package/dist/src/ui/shared/printDuplicates.d.ts.map +1 -1
- package/dist/src/ui/shared/printDuplicates.js +3 -3
- package/dist/src/ui/shared/printDuplicates.js.map +1 -1
- package/dist/src/ui/shared/printGitignore.d.ts.map +1 -1
- package/dist/src/ui/shared/printGitignore.js +4 -4
- package/dist/src/ui/shared/printGitignore.js.map +1 -1
- package/dist/src/ui/shared/printInitStatus.d.ts.map +1 -1
- package/dist/src/ui/shared/printInitStatus.js +3 -3
- package/dist/src/ui/shared/printInitStatus.js.map +1 -1
- package/dist/src/ui/shared/printOptionErrors.d.ts.map +1 -1
- package/dist/src/ui/shared/printOptionErrors.js +7 -7
- package/dist/src/ui/shared/printOptionErrors.js.map +1 -1
- package/dist/src/ui/theme.d.ts +2 -0
- package/dist/src/ui/theme.d.ts.map +1 -1
- package/dist/src/ui/theme.js +3 -1
- package/dist/src/ui/theme.js.map +1 -1
- package/package.json +1 -17
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { label, value, warning, error, divider, header } from '../theme.js';
|
|
1
|
+
import { UI_LABEL_WIDTH, label, value, warning, error, divider, header, } from '../theme.js';
|
|
2
2
|
/**
|
|
3
3
|
* Prints an error for invalid --only categories and exits.
|
|
4
4
|
* @param flagName - The name of the flag.
|
|
@@ -9,9 +9,9 @@ export function printInvalidCategory(flagName, bad, allowed) {
|
|
|
9
9
|
console.log();
|
|
10
10
|
console.log(`${error('▸')} ${header('Invalid flag')}`);
|
|
11
11
|
console.log(`${divider}`);
|
|
12
|
-
console.log(`${label('Flag'.padEnd(
|
|
13
|
-
console.log(`${label('Invalid values'.padEnd(
|
|
14
|
-
console.log(`${label('Allowed'.padEnd(
|
|
12
|
+
console.log(`${label('Flag'.padEnd(UI_LABEL_WIDTH))}${error(flagName)}`);
|
|
13
|
+
console.log(`${label('Invalid values'.padEnd(UI_LABEL_WIDTH))}${error(bad.join(', '))}`);
|
|
14
|
+
console.log(`${label('Allowed'.padEnd(UI_LABEL_WIDTH))}${value(allowed.join(', '))}`);
|
|
15
15
|
console.log(`${divider}`);
|
|
16
16
|
process.exit(1);
|
|
17
17
|
}
|
|
@@ -23,7 +23,7 @@ export function printInvalidRegex(pattern) {
|
|
|
23
23
|
console.log();
|
|
24
24
|
console.log(`${error('▸')} ${header('Invalid regex')}`);
|
|
25
25
|
console.log(`${divider}`);
|
|
26
|
-
console.log(`${label('Pattern'.padEnd(
|
|
26
|
+
console.log(`${label('Pattern'.padEnd(UI_LABEL_WIDTH))}${error(pattern)}`);
|
|
27
27
|
console.log(`${divider}`);
|
|
28
28
|
process.exit(1);
|
|
29
29
|
}
|
|
@@ -35,8 +35,8 @@ export function printCiYesWarning() {
|
|
|
35
35
|
console.log();
|
|
36
36
|
console.log(`${warning('▸')} ${header('Flag conflict')}`);
|
|
37
37
|
console.log(`${divider}`);
|
|
38
|
-
console.log(`${label('Issue'.padEnd(
|
|
39
|
-
console.log(`${label('Resolution'.padEnd(
|
|
38
|
+
console.log(`${label('Issue'.padEnd(UI_LABEL_WIDTH))}${warning('Both --ci and --yes provided')}`);
|
|
39
|
+
console.log(`${label('Resolution'.padEnd(UI_LABEL_WIDTH))}${value('proceeding with --yes')}`);
|
|
40
40
|
console.log(`${divider}`);
|
|
41
41
|
}
|
|
42
42
|
//# sourceMappingURL=printOptionErrors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"printOptionErrors.js","sourceRoot":"","sources":["../../../../src/ui/shared/printOptionErrors.ts"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"printOptionErrors.js","sourceRoot":"","sources":["../../../../src/ui/shared/printOptionErrors.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,cAAc,EACd,KAAK,EACL,KAAK,EACL,OAAO,EACP,KAAK,EACL,OAAO,EACP,MAAM,GACP,MAAM,aAAa,CAAC;AAErB;;;;;GAKG;AACH,MAAM,UAAU,oBAAoB,CAClC,QAAgB,EAChB,GAAa,EACb,OAA0B;IAE1B,OAAO,CAAC,GAAG,EAAE,CAAC;IACd,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC;IACvD,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1B,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC;IACzE,OAAO,CAAC,GAAG,CACT,GAAG,KAAK,CAAC,gBAAgB,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,CAC5E,CAAC;IACF,OAAO,CAAC,GAAG,CACT,GAAG,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,EAAE,CACzE,CAAC;IACF,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,iBAAiB,CAAC,OAAe;IAC/C,OAAO,CAAC,GAAG,EAAE,CAAC;IACd,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IACxD,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1B,OAAO,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,SAAS,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,OAAO,CAAC,EAAE,CAAC,CAAC;IAC3E,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1B,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC;AAED;;;GAGG;AACH,MAAM,UAAU,iBAAiB;IAC/B,OAAO,CAAC,GAAG,EAAE,CAAC;IACd,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,eAAe,CAAC,EAAE,CAAC,CAAC;IAC1D,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC,CAAC;IAC1B,OAAO,CAAC,GAAG,CACT,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,GAAG,OAAO,CAAC,8BAA8B,CAAC,EAAE,CACrF,CAAC;IACF,OAAO,CAAC,GAAG,CACT,GAAG,KAAK,CAAC,YAAY,CAAC,MAAM,CAAC,cAAc,CAAC,CAAC,GAAG,KAAK,CAAC,uBAAuB,CAAC,EAAE,CACjF,CAAC;IACF,OAAO,CAAC,GAAG,CAAC,GAAG,OAAO,EAAE,CAAC,CAAC;AAC5B,CAAC"}
|
package/dist/src/ui/theme.d.ts
CHANGED
|
@@ -6,6 +6,8 @@ export declare const warning: import("chalk").ChalkInstance;
|
|
|
6
6
|
export declare const error: import("chalk").ChalkInstance;
|
|
7
7
|
export declare const divider: string;
|
|
8
8
|
export declare const header: import("chalk").ChalkInstance;
|
|
9
|
+
/** The width of labels in the UI */
|
|
10
|
+
export declare const UI_LABEL_WIDTH = 28;
|
|
9
11
|
/**
|
|
10
12
|
* Wraps framework warning reasons to a max line length, indenting wrapped lines to align with the start of the reason text.
|
|
11
13
|
* @param reason The warning reason text to wrap
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/ui/theme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,+BAAuB,CAAC;AACxC,eAAO,MAAM,KAAK,+BAAuB,CAAC;AAC1C,eAAO,MAAM,KAAK,+BAA4B,CAAC;AAC/C,eAAO,MAAM,MAAM,+BAAuB,CAAC;AAC3C,eAAO,MAAM,OAAO,+BAAuB,CAAC;AAC5C,eAAO,MAAM,KAAK,+BAAuB,CAAC;AAC1C,eAAO,MAAM,OAAO,QAAsB,CAAC;AAC3C,eAAO,MAAM,MAAM,+BAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../src/ui/theme.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,+BAAuB,CAAC;AACxC,eAAO,MAAM,KAAK,+BAAuB,CAAC;AAC1C,eAAO,MAAM,KAAK,+BAA4B,CAAC;AAC/C,eAAO,MAAM,MAAM,+BAAuB,CAAC;AAC3C,eAAO,MAAM,OAAO,+BAAuB,CAAC;AAC5C,eAAO,MAAM,KAAK,+BAAuB,CAAC;AAC1C,eAAO,MAAM,OAAO,QAAsB,CAAC;AAC3C,eAAO,MAAM,MAAM,+BAAmB,CAAC;AAEvC,oCAAoC;AACpC,eAAO,MAAM,cAAc,KAAK,CAAC;AAQjC;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAgBjE"}
|
package/dist/src/ui/theme.js
CHANGED
|
@@ -5,8 +5,10 @@ export const value = chalk.hex('#e0e0e0').bold;
|
|
|
5
5
|
export const accent = chalk.hex('#00d4aa');
|
|
6
6
|
export const warning = chalk.hex('#ffae42');
|
|
7
7
|
export const error = chalk.hex('#ff4d4d');
|
|
8
|
-
export const divider = dim('─'.repeat(
|
|
8
|
+
export const divider = dim('─'.repeat(70));
|
|
9
9
|
export const header = chalk.white.bold;
|
|
10
|
+
/** The width of labels in the UI */
|
|
11
|
+
export const UI_LABEL_WIDTH = 28;
|
|
10
12
|
/**
|
|
11
13
|
* This is the maximum line length for reason text in warnings.
|
|
12
14
|
* If a reason exceeds this length, it will be wrapped to the next line with indentation.
|
package/dist/src/ui/theme.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/ui/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AACxC,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC1C,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC;AAC/C,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC1C,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC;AAEvC;;;GAGG;AACH,MAAM,UAAU,GAAG,EAAE,CAAC;AAEtB;;;;;GAKG;AACH,MAAM,UAAU,UAAU,CAAC,MAAc,EAAE,MAAc;IACvD,IAAI,MAAM,CAAC,MAAM,IAAI,UAAU;QAAE,OAAO,MAAM,CAAC;IAC/C,MAAM,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/B,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAChC,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,OAAO,GAAG,EAAE,CAAC;IACjB,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC,MAAM,GAAG,UAAU,EAAE,CAAC;YACzC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;YAC9B,OAAO,GAAG,IAAI,GAAG,GAAG,CAAC;QACvB,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,IAAI,GAAG,GAAG,CAAC;QACxB,CAAC;IACH,CAAC;IACD,IAAI,OAAO,CAAC,IAAI,EAAE;QAAE,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAClD,OAAO,KAAK,CAAC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC,CAAC;AAChC,CAAC"}
|
|
1
|
+
{"version":3,"file":"theme.js","sourceRoot":"","sources":["../../../src/ui/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,CAAC,MAAM,GAAG,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AACxC,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC1C,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC,IAAI,CAAC;AAC/C,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,OAAO,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;AAC1C,MAAM,CAAC,MAAM,OAAO,GAAG,GAAG,CAAC,GAAG,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,CAAC;AAC3C,MAAM,CAAC,MAAM,MAAM,GAAG,KAAK,CAAC,KAAK,CAAC,IAAI,CAAC;AAEvC,oCAAoC;AACpC,MAAM,CAAC,MAAM,cAAc,GAAG,EAAE,CAAC;AAEjC;;;GAGG;AACH,MAAM,UAAU,GAAG,EAAE,CAAC;AAEtB;;;;;GAKG;AACH,MAAM,UAAU,UAAU,CAAC,MAAc,EAAE,MAAc;IACvD,IAAI,MAAM,CAAC,MAAM,IAAI,UAAU;QAAE,OAAO,MAAM,CAAC;IAC/C,MAAM,GAAG,GAAG,GAAG,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IAC/B,MAAM,KAAK,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IAChC,MAAM,KAAK,GAAa,EAAE,CAAC;IAC3B,IAAI,OAAO,GAAG,EAAE,CAAC;IACjB,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC,MAAM,GAAG,UAAU,EAAE,CAAC;YACzC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;YAC9B,OAAO,GAAG,IAAI,GAAG,GAAG,CAAC;QACvB,CAAC;aAAM,CAAC;YACN,OAAO,IAAI,IAAI,GAAG,GAAG,CAAC;QACxB,CAAC;IACH,CAAC;IACD,IAAI,OAAO,CAAC,IAAI,EAAE;QAAE,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,OAAO,EAAE,CAAC,CAAC;IAClD,OAAO,KAAK,CAAC,IAAI,CAAC,KAAK,GAAG,EAAE,CAAC,CAAC;AAChC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dotenv-diff",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Detects environment variable issues, usage, and potential security risks.",
|
|
6
6
|
"bin": {
|
|
@@ -57,22 +57,6 @@
|
|
|
57
57
|
"commander": "^14.0.3",
|
|
58
58
|
"prompts": "^2.4.2"
|
|
59
59
|
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@release-it/conventional-changelog": "^10.0.5",
|
|
62
|
-
"@types/node": "^25.5.0",
|
|
63
|
-
"@types/prompts": "^2.4.9",
|
|
64
|
-
"@typescript-eslint/eslint-plugin": "^8.57.0",
|
|
65
|
-
"@typescript-eslint/parser": "^8.57.0",
|
|
66
|
-
"@vitest/coverage-v8": "4.0.18",
|
|
67
|
-
"eslint": "^9.39.4",
|
|
68
|
-
"husky": "^9.1.7",
|
|
69
|
-
"release-it": "^19.2.4",
|
|
70
|
-
"turbo": "^2.8.16",
|
|
71
|
-
"typescript": "^5.9.3",
|
|
72
|
-
"vitest": "^4.1.0",
|
|
73
|
-
"@repo/tsconfig": "2.7.4",
|
|
74
|
-
"@repo/eslint-config": "2.7.4"
|
|
75
|
-
},
|
|
76
60
|
"scripts": {
|
|
77
61
|
"build": "tsc",
|
|
78
62
|
"dev": "npx dotenv-diff",
|