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.
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
  /////////////////////////////////////////////////////////////////////////////////////////////////