@viji-dev/core 0.5.6 → 0.5.7

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/index.d.ts CHANGED
@@ -2267,7 +2267,7 @@ declare type TrackingState = 'TRACKING' | 'LOCKED' | 'BREAKDOWN' | 'LOST';
2267
2267
  /** Returned by `on*` listener registration calls; invoke to unsubscribe. */
2268
2268
  export declare type Unsubscribe = () => void;
2269
2269
 
2270
- export declare const VERSION = "0.5.6";
2270
+ export declare const VERSION = "0.5.7";
2271
2271
 
2272
2272
  /**
2273
2273
  * Real-time video API: drawable frame, dimensions, and the source-side
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A, V, a, b } from "./index-Yg6_UX8C.js";
1
+ import { A, V, a, b } from "./index-CwwVLcjs.js";
2
2
  export {
3
3
  A as AudioSystem,
4
4
  V as VERSION,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viji-dev/core",
3
- "version": "0.5.6",
3
+ "version": "0.5.7",
4
4
  "description": "Universal execution engine for Viji Creative scenes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",