tango-api-schema 1.0.53 → 1.0.54

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -31,7 +31,7 @@ import liveDetectionDataModel from "./schema/liveDetectionData.model.js";
31
31
  import liveProcessedDataModel from "./schema/liveProcessedData.model.js";
32
32
  import reportParameterModel from "./schema/reportParameter.model.js";
33
33
  import dlZoneModel from "./schema/dlZone.model.js";
34
- import eyeTestModel from './schema/eyeTest.model'
34
+ import eyeTestModel from './schema/eyeTest.model.js'
35
35
  export default {
36
36
  clientModel,
37
37
  cameraModel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tango-api-schema",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
4
4
  "description": "tangoEye model schema",
5
5
  "main": "index.js",
6
6
  "type": "module",