vizor_3d 2.2.2 → 2.2.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.
@@ -5,3 +5,12 @@
5
5
  * Copyright 2010-2024 Three.js Authors
6
6
  * SPDX-License-Identifier: MIT
7
7
  */
8
+
9
+ /**
10
+ * @license
11
+ * Lodash <https://lodash.com/>
12
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
13
+ * Released under MIT license <https://lodash.com/license>
14
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
15
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
16
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vizor_3d",
3
- "version": "2.2.2",
3
+ "version": "2.2.3",
4
4
  "description": "vizor 3d render",
5
5
  "main": "dist/vizor_3d.min.js",
6
6
  "module": "dist/vizor_3d.min.js",