@evitcastudio/kit 2.3.0 → 2.3.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/package.json +2 -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@2.3.
|
|
5
|
-
* Compiled Fri, 20 Mar 2026 17:
|
|
4
|
+
* @evitcastudio/kit@2.3.1 git+https://github.com/EvitcaStudio/Kit.git
|
|
5
|
+
* Compiled Fri, 20 Mar 2026 17:37:26 UTC
|
|
6
6
|
* Copyright (c) 2026 Jared Bates, Evitca Studio, "doubleactii"
|
|
7
7
|
*
|
|
8
8
|
* @evitcastudio/kit is licensed under the MIT License.
|
|
@@ -3657,7 +3657,7 @@ import { spawnSync } from "node:child_process";
|
|
|
3657
3657
|
// package.json
|
|
3658
3658
|
var package_default = {
|
|
3659
3659
|
name: "@evitcastudio/kit",
|
|
3660
|
-
version: "2.3.
|
|
3660
|
+
version: "2.3.1",
|
|
3661
3661
|
author: "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)",
|
|
3662
3662
|
main: "./lib/index.js",
|
|
3663
3663
|
types: "./lib/index.d.ts",
|
|
@@ -3716,6 +3716,7 @@ var package_default = {
|
|
|
3716
3716
|
"typescript-eslint": "^8.19.0"
|
|
3717
3717
|
},
|
|
3718
3718
|
dependencies: {
|
|
3719
|
+
"@clack/prompts": "^1.1.0",
|
|
3719
3720
|
chalk: "^5.4.0",
|
|
3720
3721
|
commander: "^12.1.0",
|
|
3721
3722
|
uuid: "^11.0.3"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evitcastudio/kit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.1",
|
|
4
4
|
"author": "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)",
|
|
5
5
|
"main": "./lib/index.js",
|
|
6
6
|
"types": "./lib/index.d.ts",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"typescript-eslint": "^8.19.0"
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
+
"@clack/prompts": "^1.1.0",
|
|
62
63
|
"chalk": "^5.4.0",
|
|
63
64
|
"commander": "^12.1.0",
|
|
64
65
|
"uuid": "^11.0.3"
|