@mistweaverco/kulala-cli 0.2.0 → 0.3.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.cjs CHANGED
@@ -43,7 +43,7 @@ path = __toESM(path, 1);
43
43
  let stream_promises = require("stream/promises");
44
44
  var package_default = {
45
45
  name: "@mistweaverco/kulala-cli",
46
- version: "0.2.0",
46
+ version: "0.3.0",
47
47
  repository: {
48
48
  "type": "git",
49
49
  "url": "https://github.com/mistweaverco/kulala-cli"
@@ -3465,7 +3465,7 @@ function fileWalker(inputPath, extensions) {
3465
3465
  }
3466
3466
  //#endregion
3467
3467
  //#region src/versions/backend.ts
3468
- var KULALA_CORE_VERSION = "0.20.0";
3468
+ var KULALA_CORE_VERSION = "0.21.0";
3469
3469
  //#endregion
3470
3470
  //#region src/lib/downloader/index.ts
3471
3471
  var BINARY_NAME = "kulala-core";
@@ -29,7 +29,7 @@ let path = require("path");
29
29
  path = __toESM(path, 1);
30
30
  let stream_promises = require("stream/promises");
31
31
  //#region src/versions/backend.ts
32
- var KULALA_CORE_VERSION = "0.20.0";
32
+ var KULALA_CORE_VERSION = "0.21.0";
33
33
  //#endregion
34
34
  //#region src/lib/downloader/index.ts
35
35
  var BINARY_NAME = "kulala-core";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mistweaverco/kulala-cli",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mistweaverco/kulala-cli"