@qodalis/cli-core 2.0.0-beta.1 → 2.0.0-beta.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qodalis/cli-core",
3
- "version": "2.0.0-beta.1",
3
+ "version": "2.0.0-beta.2",
4
4
  "description": "Core interfaces, types, and utilities for the @qodalis CLI ecosystem.",
5
5
  "author": "Nicolae Lupei, Qodalis Solutions",
6
6
  "license": "MIT",
package/public-api.d.mts CHANGED
@@ -2256,7 +2256,7 @@ declare const DefaultThemes: DefaultThemesType;
2256
2256
 
2257
2257
  declare const DefaultThemeInfos: Record<string, CliThemeInfo>;
2258
2258
 
2259
- declare const LIBRARY_VERSION = "2.0.0-beta.1";
2259
+ declare const LIBRARY_VERSION = "2.0.0-beta.2";
2260
2260
  declare const API_VERSION = 2;
2261
2261
 
2262
2262
  /**
package/public-api.d.ts CHANGED
@@ -2256,7 +2256,7 @@ declare const DefaultThemes: DefaultThemesType;
2256
2256
 
2257
2257
  declare const DefaultThemeInfos: Record<string, CliThemeInfo>;
2258
2258
 
2259
- declare const LIBRARY_VERSION = "2.0.0-beta.1";
2259
+ declare const LIBRARY_VERSION = "2.0.0-beta.2";
2260
2260
  declare const API_VERSION = 2;
2261
2261
 
2262
2262
  /**
package/public-api.js CHANGED
@@ -2460,7 +2460,7 @@ var utils = {
2460
2460
  };
2461
2461
 
2462
2462
  // src/lib/version.ts
2463
- var LIBRARY_VERSION = "2.0.0-beta.1";
2463
+ var LIBRARY_VERSION = "2.0.0-beta.2";
2464
2464
  var API_VERSION = 2;
2465
2465
 
2466
2466
  // src/lib/modules/cli-module-registry.ts