@pitcher/canvas-ui 2025.12.4-164350-beta → 2025.12.5-123108-beta

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.
@@ -5974,5 +5974,6 @@ export default function useCanvas(): {
5974
5974
  } | null>;
5975
5975
  getSafeContext: (context?: any, _temporaryContextKeys?: string[]) => any;
5976
5976
  watchCanvas: () => import('vue').WatchHandle;
5977
+ mergeWithArrayReplacement: (...sources: any[]) => any;
5977
5978
  };
5978
5979
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pitcher/canvas-ui",
3
- "version": "2025.12.4-164350-beta",
3
+ "version": "2025.12.5-123108-beta",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"