archgine 1.0.63 → 1.0.64
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/lib/env/constants.d.ts +2 -0
- package/lib/environment.worker.js +1 -1
- package/lib/extras/interfaces.d.ts +1 -0
- package/lib/index.mjs +1792 -1785
- package/lib/index.umd.js +32 -26
- package/lib/renderer.worker.js +1 -1
- package/package.json +1 -1
package/lib/env/constants.d.ts
CHANGED
|
@@ -2,6 +2,8 @@ export declare const PREFIX: string;
|
|
|
2
2
|
export declare const layerSeparator: string;
|
|
3
3
|
export declare const ID_ROOMS: string;
|
|
4
4
|
export declare const ID_ROOM_LABELS: string;
|
|
5
|
+
export declare const ID_WSS: string;
|
|
6
|
+
export declare const ID_WS_LABELS: string;
|
|
5
7
|
export declare function getAssetLayerByType(assetType: string): any;
|
|
6
8
|
export declare function getAssetLabelByType(assetType: string): any;
|
|
7
9
|
export declare const assetTypeConflicts: Record<string, string[]>;
|
|
@@ -4010,7 +4010,7 @@ Fu.__DOMHandler = Eu;
|
|
|
4010
4010
|
Fu.normalizeLineEndings = Le;
|
|
4011
4011
|
Fu.DOMParser = Ie;
|
|
4012
4012
|
var gr = Fu.DOMParser;
|
|
4013
|
-
const Er = "1.0.
|
|
4013
|
+
const Er = "1.0.64";
|
|
4014
4014
|
function vr() {
|
|
4015
4015
|
return typeof window < "u" && ({}.toString.call(window) === "[object Window]" || {}.toString.call(window) === "[object global]");
|
|
4016
4016
|
}
|