@inweb/viewer-core 27.1.9 → 27.2.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.
@@ -3,7 +3,7 @@ import type { IViewer } from "../viewer/IViewer";
3
3
  /**
4
4
  * Defines the file source to load into the viewer:
5
5
  *
6
- * - `File`, `Assembly` or `Model` instance from the Open Cloud Server
6
+ * - `File`, `Assembly`, or `Model` instance from the Open Cloud Server
7
7
  * - `URL` string
8
8
  * - {@link https://developer.mozilla.org/docs/Web/HTTP/Basics_of_HTTP/Data_URIs | Data URL} string
9
9
  * - {@link https://developer.mozilla.org/docs/Web/API/File | Web API File} object
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-core",
3
- "version": "27.1.9",
3
+ "version": "27.2.0",
4
4
  "description": "3D CAD and BIM data Viewer core",
5
5
  "homepage": "https://cloud.opendesign.com/docs/index.html",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -26,7 +26,7 @@
26
26
  "test": "karma start karma.conf.js"
27
27
  },
28
28
  "dependencies": {
29
- "@inweb/client": "~27.1.9",
30
- "@inweb/eventemitter2": "~27.1.9"
29
+ "@inweb/client": "~27.2.0",
30
+ "@inweb/eventemitter2": "~27.2.0"
31
31
  }
32
32
  }
@@ -27,7 +27,7 @@ import type { IViewer } from "../viewer/IViewer";
27
27
  /**
28
28
  * Defines the file source to load into the viewer:
29
29
  *
30
- * - `File`, `Assembly` or `Model` instance from the Open Cloud Server
30
+ * - `File`, `Assembly`, or `Model` instance from the Open Cloud Server
31
31
  * - `URL` string
32
32
  * - {@link https://developer.mozilla.org/docs/Web/HTTP/Basics_of_HTTP/Data_URIs | Data URL} string
33
33
  * - {@link https://developer.mozilla.org/docs/Web/API/File | Web API File} object