depfixer 1.1.6 → 1.1.7

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/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const CLI_VERSION = "1.1.4";
1
+ export declare const CLI_VERSION = "1.1.7";
2
2
  //# sourceMappingURL=version.d.ts.map
package/dist/version.js CHANGED
@@ -1,3 +1,3 @@
1
1
  // Single source of truth for CLI version
2
- export const CLI_VERSION = '1.1.4';
2
+ export const CLI_VERSION = '1.1.7';
3
3
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "depfixer",
3
- "version": "1.1.6",
3
+ "version": "1.1.7",
4
4
  "description": "CLI tool for analyzing and fixing JavaScript/TypeScript dependency conflicts",
5
5
  "main": "dist/index.js",
6
6
  "bin": {