@evitcastudio/kit 3.8.0 → 3.10.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/lib/bundle/cli/cli.js +6 -3
- package/lib/types/vylo.d.ts +2471 -312
- package/package.json +4 -1
package/lib/bundle/cli/cli.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
// @bun
|
|
3
3
|
|
|
4
4
|
/*!
|
|
5
|
-
* @evitcastudio/kit@3.
|
|
6
|
-
* Compiled Mon, 14 Sep 2026
|
|
5
|
+
* @evitcastudio/kit@3.10.0 git+https://github.com/EvitcaStudio/Kit.git
|
|
6
|
+
* Compiled Mon, 14 Sep 2026 02:52:57 UTC
|
|
7
7
|
* Copyright (c) 2026 Jared Bates, Evitca Studio, "doubleactii"
|
|
8
8
|
*
|
|
9
9
|
* @evitcastudio/kit is licensed under the MIT License.
|
|
@@ -11486,7 +11486,7 @@ import os2 from "os";
|
|
|
11486
11486
|
// package.json
|
|
11487
11487
|
var package_default = {
|
|
11488
11488
|
name: "@evitcastudio/kit",
|
|
11489
|
-
version: "3.
|
|
11489
|
+
version: "3.10.0",
|
|
11490
11490
|
author: "doubleactii 56242467+doubleactii@users.noreply.github.com (https://evitcastudio.com)",
|
|
11491
11491
|
main: "./lib/index.js",
|
|
11492
11492
|
types: "./lib/index.d.ts",
|
|
@@ -11500,6 +11500,9 @@ var package_default = {
|
|
|
11500
11500
|
"./camera": {
|
|
11501
11501
|
import: "./lib/plugins/camera/index.js",
|
|
11502
11502
|
types: "./lib/plugins/camera/index.d.ts"
|
|
11503
|
+
},
|
|
11504
|
+
"./types/vylo": {
|
|
11505
|
+
types: "./lib/types/vylo.d.ts"
|
|
11503
11506
|
}
|
|
11504
11507
|
},
|
|
11505
11508
|
description: "A single-player/multiplayer framework for the Vylocity Game Engine.",
|