@inweb/viewer-core 26.6.1 → 26.6.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.
@@ -107,6 +107,8 @@ export interface DatabaseChunkEvent {
107
107
  /**
108
108
  * Event that fires before viewer resources has been released.
109
109
  *
110
+ * No more events will be received after the `dispose` event until the viewer is initialized again.
111
+ *
110
112
  * @event
111
113
  */
112
114
  export interface DisposeEvent {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inweb/viewer-core",
3
- "version": "26.6.1",
3
+ "version": "26.6.3",
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": "~26.6.1",
30
- "@inweb/eventemitter2": "~26.6.1"
29
+ "@inweb/client": "~26.6.3",
30
+ "@inweb/eventemitter2": "~26.6.3"
31
31
  }
32
32
  }
@@ -118,6 +118,8 @@ export interface DatabaseChunkEvent {
118
118
  /**
119
119
  * Event that fires before viewer resources has been released.
120
120
  *
121
+ * No more events will be received after the `dispose` event until the viewer is initialized again.
122
+ *
121
123
  * @event
122
124
  */
123
125
  export interface DisposeEvent {