viral-viewer-2 6.9.9 → 7.0.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/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
- import { s as i, v as r, C as l, u as s, r as t, t as n, D as o, E as V, F as u, G as d, H as g, I as m, L as c, x as E, T as M, c as T, V as y, i as f, d as h, y as p, j as v, z as C, h as D, g as R, b, w as B, f as S, e as F, p as k, o as w, l as G, k as H, A as I, n as L, m as P, J as x, q as z } from "./index-DQMkPpPd.mjs";
1
+ import { s as i, v as r, C as l, u as s, r as t, t as n, D as o, E as V, F as u, G as d, H as g, I as m, L as c, x as E, T as M, c as T, V as y, i as f, d as h, y as p, j as v, z as C, h as D, g as R, b, w as B, f as S, e as F, p as k, o as w, l as G, k as H, A as I, n as L, m as P, J as x, q as z } from "./index-D6VcfG2I.mjs";
2
2
  export {
3
3
  i as BufferElement,
4
4
  r as CheckClashResult,
package/dist/types.d.ts CHANGED
@@ -104,7 +104,8 @@ export declare enum ViralutionEvent {
104
104
  LOADED_CUBE = 4,
105
105
  LOADED_TOOLS = 5,
106
106
  LOADED_SEPERATE_MODEL = 6,
107
- GENERATED_MERGE_MODEL = 7
107
+ GENERATED_MERGE_MODEL = 7,
108
+ LOADED_DATA = 8
108
109
  }
109
110
  export declare class Dictionary<TKey, TValue> {
110
111
  private items;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "viral-viewer-2",
3
- "version": "6.9.9",
3
+ "version": "7.0.0",
4
4
  "description": "",
5
5
  "main": "dist/index.mjs",
6
6
  "types": "dist/index.d.ts",