@needle-tools/engine 4.16.5 → 4.16.6
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/{needle-engine.bundle-_FYakfzP.js → needle-engine.bundle-BN_X4iTv.js} +3 -3
- package/dist/{needle-engine.bundle-D7PAIzue.umd.cjs → needle-engine.bundle-D-slQEcs.umd.cjs} +68 -68
- package/dist/{needle-engine.bundle-Cndz6kVg.min.js → needle-engine.bundle-DY-lNV9M.min.js} +1 -1
- package/dist/needle-engine.js +2 -2
- package/dist/needle-engine.min.js +1 -1
- package/dist/needle-engine.umd.cjs +1 -1
- package/package.json +1 -1
|
@@ -1986,11 +1986,11 @@ Ro('if(!globalThis["NEEDLE_ENGINE_VERSION"]) globalThis["NEEDLE_ENGINE_VERSION"]
|
|
|
1986
1986
|
Ro('if(!globalThis["NEEDLE_ENGINE_GENERATOR"]) globalThis["NEEDLE_ENGINE_GENERATOR"] = "unknown";');
|
|
1987
1987
|
Ro('if(!globalThis["NEEDLE_PROJECT_BUILD_TIME"]) globalThis["NEEDLE_PROJECT_BUILD_TIME"] = "unknown";');
|
|
1988
1988
|
Ro('if(!globalThis["NEEDLE_PUBLIC_KEY"]) globalThis["NEEDLE_PUBLIC_KEY"] = "unknown";');
|
|
1989
|
-
Ro('globalThis["__NEEDLE_ENGINE_VERSION__"] = "4.16.
|
|
1989
|
+
Ro('globalThis["__NEEDLE_ENGINE_VERSION__"] = "4.16.6";');
|
|
1990
1990
|
Ro('globalThis["__NEEDLE_ENGINE_GENERATOR__"] = "undefined";');
|
|
1991
|
-
Ro('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "
|
|
1991
|
+
Ro('globalThis["__NEEDLE_PROJECT_BUILD_TIME__"] = "Fri Mar 20 2026 16:57:12 GMT+0000 (Coordinated Universal Time)";');
|
|
1992
1992
|
Ro('globalThis["__NEEDLE_PUBLIC_KEY__"] = "' + NEEDLE_PUBLIC_KEY + '";');
|
|
1993
|
-
const qi = "4.16.
|
|
1993
|
+
const qi = "4.16.6", Tc = "undefined", Fd = "Fri Mar 20 2026 16:57:12 GMT+0000 (Coordinated Universal Time)";
|
|
1994
1994
|
n0 && console.log(`Engine version: ${qi} (generator: ${Tc})
|
|
1995
1995
|
Project built at ${Fd}`);
|
|
1996
1996
|
const gr = NEEDLE_PUBLIC_KEY, vs = "needle_isActiveInHierarchy", da = "builtin_components", hd = "needle_editor_guid";
|