@kite3d/engine 0.15.3 → 0.16.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/runtime.js CHANGED
@@ -71633,7 +71633,7 @@ function h$(n) {
71633
71633
  console.error("[kite3d] Runtime error", e), n == null || n(e);
71634
71634
  };
71635
71635
  }
71636
- const u$ = "0.15.3", d$ = {
71636
+ const u$ = "0.16.0", d$ = {
71637
71637
  version: u$
71638
71638
  }, Fee = d$.version, Uee = [], iL = new TextEncoder();
71639
71639
  async function kee(n, e = {}) {
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
- const n = "0.15.3", e = {
1
+ const n = "0.16.0", e = {
2
2
  version: n
3
3
  }, o = e.version;
4
4
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kite3d/engine",
3
- "version": "0.15.3",
3
+ "version": "0.16.0",
4
4
  "description": "The open Kite3D game runtime, project format, scripting helpers, and game plugins.",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",