@viji-dev/core 0.3.31 → 0.3.33

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.
@@ -542,7 +542,7 @@ declare global {
542
542
  isEnding: boolean;
543
543
  }
544
544
 
545
- const VERSION = "0.3.30";
545
+ const VERSION = "0.3.32";
546
546
 
547
547
  interface VideoAPI {
548
548
  isConnected: boolean;
package/dist/docs-api.js CHANGED
@@ -1,7 +1,7 @@
1
1
  export const docsApi = {
2
2
  "version": "1.0.0",
3
- "coreVersion": "0.3.30",
4
- "generatedAt": "2026-04-07T13:30:28.013Z",
3
+ "coreVersion": "0.3.32",
4
+ "generatedAt": "2026-04-07T20:27:15.975Z",
5
5
  "navigation": [
6
6
  {
7
7
  "id": "getting-started",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viji-dev/core",
3
- "version": "0.3.31",
3
+ "version": "0.3.33",
4
4
  "description": "Universal execution engine for Viji Creative scenes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",