architwin 1.0.20 → 1.0.21

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.min.js",
6
6
  "types": "./lib/architwin.d.ts",
@@ -1,34 +0,0 @@
1
- /*!
2
-
3
- JSZip v3.10.1 - A JavaScript class for generating and reading zip files
4
- <http://stuartk.com/jszip>
5
-
6
- (c) 2009-2016 Stuart Knightley <stuart [at] stuartk.com>
7
- Dual licenced under the MIT license or GPLv3. See https://raw.github.com/Stuk/jszip/main/LICENSE.markdown.
8
-
9
- JSZip uses the library pako released under the MIT license :
10
- https://github.com/nodeca/pako/blob/main/LICENSE
11
- */
12
-
13
- /*!
14
- * decimal.js v10.4.3
15
- * An arbitrary-precision Decimal type for JavaScript.
16
- * https://github.com/MikeMcl/decimal.js
17
- * Copyright (c) 2022 Michael Mclaughlin <M8ch88l@gmail.com>
18
- * MIT Licence
19
- */
20
-
21
- /**
22
- * @license Complex.js v2.1.1 12/05/2020
23
- *
24
- * Copyright (c) 2020, Robert Eisele (robert@xarg.org)
25
- * Dual licensed under the MIT or GPL Version 2 licenses.
26
- **/
27
-
28
- /**
29
- * @license Fraction.js v4.2.0 05/03/2022
30
- * https://www.xarg.org/2014/03/rational-numbers-in-javascript/
31
- *
32
- * Copyright (c) 2021, Robert Eisele (robert@xarg.org)
33
- * Dual licensed under the MIT or GPL Version 2 licenses.
34
- **/