@evitcastudio/kit 3.0.0 → 3.0.1
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/lib/bundle/cli/cli.js +4 -3
- package/lib/cli/init.d.ts.map +1 -1
- package/lib/cli/init.js +1 -0
- package/package.json +1 -1
package/lib/bundle/cli/cli.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
3
|
/*!
|
|
4
|
-
* @evitcastudio/kit@3.0.
|
|
5
|
-
* Compiled Fri, 20 Mar 2026
|
|
4
|
+
* @evitcastudio/kit@3.0.1 git+https://github.com/EvitcaStudio/Kit.git
|
|
5
|
+
* Compiled Fri, 20 Mar 2026 19:02:00 UTC
|
|
6
6
|
* Copyright (c) 2026 Jared Bates, Evitca Studio, "doubleactii"
|
|
7
7
|
*
|
|
8
8
|
* @evitcastudio/kit is licensed under the MIT License.
|
|
@@ -3677,7 +3677,7 @@ import os2 from "node:os";
|
|
|
3677
3677
|
// package.json
|
|
3678
3678
|
var package_default = {
|
|
3679
3679
|
name: "@evitcastudio/kit",
|
|
3680
|
-
version: "3.0.
|
|
3680
|
+
version: "3.0.1",
|
|
3681
3681
|
author: "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)",
|
|
3682
3682
|
main: "./lib/index.js",
|
|
3683
3683
|
types: "./lib/index.d.ts",
|
|
@@ -3827,6 +3827,7 @@ Note: Kit projects cannot build or run without Bun.`);
|
|
|
3827
3827
|
Vt2(`Please install Bun manually: ${source_default.cyan("https://bun.sh/")}`, "Manual Installation Required");
|
|
3828
3828
|
process.exit(1);
|
|
3829
3829
|
}
|
|
3830
|
+
sInstall.stop();
|
|
3830
3831
|
}
|
|
3831
3832
|
let projectName = pOptions.projectName;
|
|
3832
3833
|
let gameType = "single";
|
package/lib/cli/init.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/cli/init.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAyFD;;;GAGG;AACH,wBAAsB,WAAW,CAAC,QAAQ,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,
|
|
1
|
+
{"version":3,"file":"init.d.ts","sourceRoot":"","sources":["../../src/cli/init.ts"],"names":[],"mappings":"AASA;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,OAAO,CAAC;CACrB;AAyFD;;;GAGG;AACH,wBAAsB,WAAW,CAAC,QAAQ,EAAE,WAAW,GAAG,OAAO,CAAC,IAAI,CAAC,CA8JtE"}
|
package/lib/cli/init.js
CHANGED
|
@@ -111,6 +111,7 @@ export async function processInit(pOptions) {
|
|
|
111
111
|
note(`Please install Bun manually: ${chalk.cyan('https://bun.sh/')}`, 'Manual Installation Required');
|
|
112
112
|
process.exit(1);
|
|
113
113
|
}
|
|
114
|
+
sInstall.stop();
|
|
114
115
|
}
|
|
115
116
|
let projectName = pOptions.projectName;
|
|
116
117
|
let gameType = 'single';
|