@viji-dev/core 0.5.7 → 0.6.1

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
@@ -1167,11 +1167,11 @@ export declare interface FaceData {
1167
1167
  };
1168
1168
  /** Estimated head rotation. All zero unless face mesh is enabled. */
1169
1169
  headPose: {
1170
- /** Up/down rotation in degrees (-90..90). */
1170
+ /** Up/down rotation in degrees (-90..90). Positive = head looking up, negative = looking down. */
1171
1171
  pitch: number;
1172
- /** Left/right rotation in degrees (-90..90). */
1172
+ /** Left/right rotation in degrees (-90..90). Positive = head turned to the subject's right, negative = to the left. */
1173
1173
  yaw: number;
1174
- /** Tilt rotation in degrees (-180..180). */
1174
+ /** Tilt rotation in degrees (-180..180). Positive = head tilted to the subject's right (right ear toward right shoulder). */
1175
1175
  roll: number;
1176
1176
  };
1177
1177
  /** 52 ARKit-compatible facial muscle coefficients. All zero unless emotion detection is enabled. */
package/dist/index.js CHANGED
@@ -1,8 +1,8 @@
1
- import { A, V, a, b } from "./index-CwwVLcjs.js";
1
+ import { A as a, V as i, a as s, b as e } from "./index-DfAcgMbB.js";
2
2
  export {
3
- A as AudioSystem,
4
- V as VERSION,
5
- a as VijiCore,
6
- b as VijiCoreError
3
+ a as AudioSystem,
4
+ i as VERSION,
5
+ s as VijiCore,
6
+ e as VijiCoreError
7
7
  };
8
8
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@viji-dev/core",
3
- "version": "0.5.7",
3
+ "version": "0.6.1",
4
4
  "description": "Universal execution engine for Viji Creative scenes",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -43,8 +43,8 @@
43
43
  "files": [
44
44
  "dist/*.js",
45
45
  "dist/*.d.ts",
46
- "dist/*.map",
47
46
  "dist/assets",
47
+ "!dist/**/*.map",
48
48
  "README.md"
49
49
  ],
50
50
  "scripts": {
@@ -91,6 +91,7 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "@mediapipe/tasks-vision": "^0.10.20",
94
+ "@noble/curves": "^2.2.0",
94
95
  "essentia.js": "^0.1.3",
95
96
  "fft.js": "^4.0.4",
96
97
  "sucrase": "^3.35.1"