@shapediver/viewer.rendering-engine.rendering-engine 3.7.0 → 3.7.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.
Files changed (2) hide show
  1. package/LICENSE +2 -2
  2. package/package.json +6 -6
package/LICENSE CHANGED
@@ -1,4 +1,4 @@
1
- Required Notice: Copyright 2023 ShapeDiver GmbH (https://www.shapediver.com)
1
+ Required Notice: Copyright 2025 ShapeDiver GmbH (https://www.shapediver.com)
2
2
 
3
3
  https://polyformproject.org/licenses/noncommercial/1.0.0
4
4
 
@@ -18,7 +18,7 @@ Notices
18
18
 
19
19
  You must ensure that anyone who gets a copy of any part of the software from you also gets a copy of these terms or the URL for them above, as well as copies of any plain-text lines beginning with Required Notice: that the licensor provided with the software. For example:
20
20
 
21
- Required Notice: Copyright 2023 ShapeDiver GmbH (https://www.shapediver.com)
21
+ Required Notice: Copyright 2025 ShapeDiver GmbH (https://www.shapediver.com)
22
22
 
23
23
  Changes and New Works License
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shapediver/viewer.rendering-engine.rendering-engine",
3
- "version": "3.7.0",
3
+ "version": "3.7.2",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "Michael Oppitz <michael@shapediver.com>",
@@ -38,11 +38,11 @@
38
38
  "testEnvironment": "node"
39
39
  },
40
40
  "dependencies": {
41
- "@shapediver/viewer.shared.math": "3.7.0",
42
- "@shapediver/viewer.shared.node-tree": "3.7.0",
43
- "@shapediver/viewer.shared.services": "3.7.0",
44
- "@shapediver/viewer.shared.types": "3.7.0",
41
+ "@shapediver/viewer.shared.math": "3.7.2",
42
+ "@shapediver/viewer.shared.node-tree": "3.7.2",
43
+ "@shapediver/viewer.shared.services": "3.7.2",
44
+ "@shapediver/viewer.shared.types": "3.7.2",
45
45
  "gl-matrix": "3.3.0"
46
46
  },
47
- "gitHead": "8349de91e9ca3a3ea0a283363c01eccca89eb70b"
47
+ "gitHead": "1e917317013049a399b16de416a6474db74c3a66"
48
48
  }