@mistweaverco/kulala-cli 0.10.1 → 0.10.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/dist/cli.cjs +2 -2
- package/dist/install-backend.cjs +1 -1
- package/package.json +1 -1
package/dist/cli.cjs
CHANGED
|
@@ -46,7 +46,7 @@ node_readline = __toESM(node_readline, 1);
|
|
|
46
46
|
let node_async_hooks = require("node:async_hooks");
|
|
47
47
|
var package_default = {
|
|
48
48
|
name: "@mistweaverco/kulala-cli",
|
|
49
|
-
version: "0.10.
|
|
49
|
+
version: "0.10.2",
|
|
50
50
|
repository: {
|
|
51
51
|
"type": "git",
|
|
52
52
|
"url": "https://github.com/mistweaverco/kulala-cli"
|
|
@@ -3528,7 +3528,7 @@ async function withSpinner(message, fn) {
|
|
|
3528
3528
|
}
|
|
3529
3529
|
//#endregion
|
|
3530
3530
|
//#region src/versions/backend.ts
|
|
3531
|
-
var KULALA_CORE_VERSION = "0.24.
|
|
3531
|
+
var KULALA_CORE_VERSION = "0.24.5";
|
|
3532
3532
|
//#endregion
|
|
3533
3533
|
//#region src/lib/downloader/index.ts
|
|
3534
3534
|
var BINARY_NAME = "kulala-core";
|
package/dist/install-backend.cjs
CHANGED