@kite3d/engine 0.15.0 → 0.15.2
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 +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
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.
|
|
71636
|
+
const u$ = "0.15.2", 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