@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 +1 -1
- package/public-api.d.mts +1 -1
- package/public-api.d.ts +1 -1
- package/public-api.js +1 -1
- package/public-api.js.map +1 -1
- package/public-api.mjs +1 -1
- package/public-api.mjs.map +1 -1
package/package.json
CHANGED
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.
|
|
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.
|
|
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