@evitcastudio/kit 3.9.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.
@@ -2,8 +2,8 @@
2
2
  // @bun
3
3
 
4
4
  /*!
5
- * @evitcastudio/kit@3.9.0 git+https://github.com/EvitcaStudio/Kit.git
6
- * Compiled Mon, 14 Sep 2026 01:07:41 UTC
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.9.0",
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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evitcastudio/kit",
3
- "version": "3.9.0",
3
+ "version": "3.10.0",
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",
@@ -14,6 +14,9 @@
14
14
  "./camera": {
15
15
  "import": "./lib/plugins/camera/index.js",
16
16
  "types": "./lib/plugins/camera/index.d.ts"
17
+ },
18
+ "./types/vylo": {
19
+ "types": "./lib/types/vylo.d.ts"
17
20
  }
18
21
  },
19
22
  "description": "A single-player/multiplayer framework for the Vylocity Game Engine.",