@needle-tools/engine 3.6.0-alpha → 3.6.0-alpha.1
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.js +3 -3
- package/dist/needle-engine.light.js +4956 -4956
- package/dist/needle-engine.light.min.js +3 -3
- package/dist/needle-engine.light.umd.cjs +3 -3
- package/dist/needle-engine.min.js +3 -3
- package/dist/needle-engine.umd.cjs +3 -3
- package/package.json +1 -1
- package/plugins/vite/defines.js +5 -2
package/dist/needle-engine.js
CHANGED
|
@@ -28364,12 +28364,12 @@ function jB(i, A) {
|
|
|
28364
28364
|
return !0;
|
|
28365
28365
|
}
|
|
28366
28366
|
(0, eval)(`
|
|
28367
|
-
if(!globalThis[""
|
|
28368
|
-
globalThis[""
|
|
28367
|
+
if(!globalThis["NEEDLE_ENGINE_VERSION"])
|
|
28368
|
+
globalThis["NEEDLE_ENGINE_VERSION"] = "0.0.0";
|
|
28369
28369
|
if(!globalThis[""undefined""])
|
|
28370
28370
|
globalThis[""undefined""] = "unknown";
|
|
28371
28371
|
`);
|
|
28372
|
-
const oV =
|
|
28372
|
+
const oV = NEEDLE_ENGINE_VERSION, HCA = "undefined", On = "needle_isActiveInHierarchy", fB = "builtin_components", Lu = "needle_editor_guid", CV = /^(?:[0-9a-f]{8}-[0-9a-f]{4}-[1-5][0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12}|00000000-0000-0000-0000-000000000000)$/i;
|
|
28373
28373
|
function sV(i) {
|
|
28374
28374
|
return typeof i == "string" && CV.test(i);
|
|
28375
28375
|
}
|