@viji-dev/core 0.3.29 → 0.3.31

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
@@ -1208,7 +1208,7 @@ declare interface TouchPoint {
1208
1208
  */
1209
1209
  declare type TrackingState = 'TRACKING' | 'LOCKED' | 'BREAKDOWN' | 'LOST';
1210
1210
 
1211
- export declare const VERSION = "0.2.20";
1211
+ export declare const VERSION = "0.3.29";
1212
1212
 
1213
1213
  export declare interface VideoAPI {
1214
1214
  isConnected: boolean;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { A, V, a, b } from "./index-CrmZANt9.js";
1
+ import { A, V, a, b } from "./index-vsUdXe52.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.3.29",
3
+ "version": "0.3.31",
4
4
  "description": "Universal execution engine for Viji Creative scenes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -28,6 +28,9 @@
28
28
  "import": "./dist/artist-dts-p5.js",
29
29
  "types": "./dist/artist-dts-p5.d.ts"
30
30
  },
31
+ "./artist-global-p5": {
32
+ "types": "./dist/artist-global-p5.d.ts"
33
+ },
31
34
  "./shader-uniforms": {
32
35
  "import": "./dist/shader-uniforms.js",
33
36
  "types": "./dist/shader-uniforms.d.ts"