@inweb/viewer-visualize 25.12.0 → 25.12.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-visualize",
3
- "version": "25.12.0",
3
+ "version": "25.12.2",
4
4
  "description": "JavaScript library for rendering CAD and BIM files in a browser using VisualizeJS",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -29,10 +29,10 @@
29
29
  "docs": "typedoc"
30
30
  },
31
31
  "dependencies": {
32
- "@inweb/client": "~25.12.0",
33
- "@inweb/eventemitter2": "~25.12.0",
34
- "@inweb/markup": "~25.12.0",
35
- "@inweb/viewer-core": "~25.12.0"
32
+ "@inweb/client": "~25.12.2",
33
+ "@inweb/eventemitter2": "~25.12.2",
34
+ "@inweb/markup": "~25.12.2",
35
+ "@inweb/viewer-core": "~25.12.2"
36
36
  },
37
- "visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/master/Visualize.js"
37
+ "visualizeJS": "https://public-fhemb7e3embacwec.z02.azurefd.net/libs/visualizejs/25.12/Visualize.js"
38
38
  }
@@ -148,5 +148,5 @@ export interface OdTvPoint {
148
148
  getPointNormal(ind: number);
149
149
  }
150
150
 
151
- // eslint-disable-next-line @typescript-eslint/no-empty-interface
151
+ // eslint-disable-next-line @typescript-eslint/no-empty-object-type
152
152
  export interface OdTvVector {}