goatdee-canvas 0.0.89 → 0.0.91
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/ZHCanvasCore.wasm +0 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/wasm-single/ZHCanvasCoreSingle.wasm +0 -0
- package/package.json +1 -1
package/dist/ZHCanvasCore.wasm
CHANGED
|
Binary file
|
package/dist/index.cjs
CHANGED
|
@@ -5390,7 +5390,7 @@ const debug = () => {
|
|
|
5390
5390
|
if (typeof window === "undefined") {
|
|
5391
5391
|
return;
|
|
5392
5392
|
}
|
|
5393
|
-
window.__gd = { ...ManagerAPI };
|
|
5393
|
+
window.__gd = { ...window.__gd, ...ManagerAPI };
|
|
5394
5394
|
};
|
|
5395
5395
|
|
|
5396
5396
|
/////////////////////////////////////////////////////////////////////////////////////////////////
|