@modelhealth/modelhealth 0.3.0 → 0.4.0

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/types.d.ts CHANGED
@@ -599,7 +599,7 @@ export type SessionScalingSetup = "upright_standing_pose" | "any_pose";
599
599
  /**
600
600
  * Core processing engine version.
601
601
  *
602
- * `"v1.0"` is currently in beta.
602
+ * `"v1.0"` is the default.
603
603
  *
604
604
  * @group Enumerations
605
605
  */
@@ -678,7 +678,7 @@ export interface SessionConfig {
678
678
  opensimModel?: SessionOpenSimModel;
679
679
  /** Pose used for subject scaling. Default: `"upright_standing_pose"`. */
680
680
  scalingSetup?: SessionScalingSetup;
681
- /** Core processing engine version. Default: `"v0.3"`. */
681
+ /** Core processing engine version. Default: `"v1.0"`. */
682
682
  coreEngine?: SessionCoreEngine;
683
683
  /** Low-pass filter frequency. Default: `{ type: "default" }`. */
684
684
  filterFrequency?: FilterFrequency;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@modelhealth/modelhealth",
3
- "version": "0.3.0",
3
+ "version": "0.4.0",
4
4
  "description": "Model Health SDK for TypeScript/JavaScript",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
Binary file