@inweb/viewer-core 25.3.13 → 25.3.17

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Viewer.core
2
2
 
3
- 3D CAD and BIM data Viewer core for the [inWEB Open Cloud](https://www.opendesign.com/products/open-cloud) platform.
3
+ 3D CAD and BIM data Viewer core.
4
4
 
5
5
  ## Copyright and license
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@inweb/viewer-core",
3
- "version": "25.3.13",
4
- "description": "3D CAD and BIM data Viewer core for the inWEB Open Cloud platform.",
3
+ "version": "25.3.17",
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",
7
7
  "author": "Open Design Alliance",
@@ -26,9 +26,9 @@
26
26
  "test": "karma start karma.conf.js"
27
27
  },
28
28
  "devDependencies": {
29
- "@inweb/eventemitter2": "^25.3.12"
29
+ "@inweb/eventemitter2": "^25.3.13"
30
30
  },
31
31
  "peerDependencies": {
32
- "@inweb/eventemitter2": "^25.3.12"
32
+ "@inweb/eventemitter2": "^25.3.13"
33
33
  }
34
34
  }