viral-viewer-2 6.9.2 → 6.9.3

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.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { p as i, s as r, C as l, r as s, o as t, q as n, D as o, E as V, F as u, G as d, H as m, I as E, L as M, u as T, T as c, V as g, f as y, v as f, g as p, w as v, e as C, d as h, t as R, c as S, b as B, m as D, l as F, i as k, h as w, x as G, k as H, j as L, y as b, n as x } from "./index-DFLlwciS.mjs";
1
+ import { p as i, s as r, C as l, r as s, o as t, q as n, D as o, E as V, F as u, G as d, H as m, I as E, L as M, u as T, T as c, V as g, f as y, v as f, g as p, w as v, e as C, d as h, t as R, c as S, b as B, m as D, l as F, i as k, h as w, x as G, k as H, j as L, y as b, n as x } from "./index-Dz6pKFVp.mjs";
2
2
  export {
3
3
  i as BufferElement,
4
4
  r as CheckClashResult,
package/dist/types.d.ts CHANGED
@@ -145,7 +145,7 @@ export declare class ViralutionTrackingModel {
145
145
  [key: number]: number[][];
146
146
  };
147
147
  CameraData: ViralutionCamera;
148
- Translation: number[];
148
+ Translation?: number[];
149
149
  }
150
150
  export declare class IFCTrackingModel {
151
151
  Data: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "6.9.2",
3
+ "version": "6.9.3",
4
4
  "description": "",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",