@mistweaverco/kulala-core 0.22.1 → 0.24.0
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.js +1 -1
- package/dist/index.js +1 -1
- package/dist/install-backend.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ import { chmodSync, createWriteStream } from "node:fs";
|
|
|
11
11
|
import { pipeline } from "node:stream/promises";
|
|
12
12
|
|
|
13
13
|
// src/versions/backend.ts
|
|
14
|
-
var KULALA_CORE_VERSION = "0.
|
|
14
|
+
var KULALA_CORE_VERSION = "0.24.0";
|
|
15
15
|
|
|
16
16
|
// src/lib/downloader/index.ts
|
|
17
17
|
var PACKAGE_ROOT = path.dirname(fileURLToPath(import.meta.url));
|
package/dist/index.js
CHANGED
|
@@ -9,7 +9,7 @@ import { chmodSync, createWriteStream } from "node:fs";
|
|
|
9
9
|
import { pipeline } from "node:stream/promises";
|
|
10
10
|
|
|
11
11
|
// src/versions/backend.ts
|
|
12
|
-
var KULALA_CORE_VERSION = "0.
|
|
12
|
+
var KULALA_CORE_VERSION = "0.24.0";
|
|
13
13
|
|
|
14
14
|
// src/lib/downloader/index.ts
|
|
15
15
|
var PACKAGE_ROOT = path.dirname(fileURLToPath(import.meta.url));
|
package/dist/install-backend.js
CHANGED
|
@@ -11,7 +11,7 @@ import { chmodSync, createWriteStream } from "node:fs";
|
|
|
11
11
|
import { pipeline } from "node:stream/promises";
|
|
12
12
|
|
|
13
13
|
// src/versions/backend.ts
|
|
14
|
-
var KULALA_CORE_VERSION = "0.
|
|
14
|
+
var KULALA_CORE_VERSION = "0.24.0";
|
|
15
15
|
|
|
16
16
|
// src/lib/downloader/index.ts
|
|
17
17
|
var PACKAGE_ROOT = path.dirname(fileURLToPath(import.meta.url));
|