vizor_maps 1.3.9 → 1.4.1

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.
@@ -1,3 +1,15 @@
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
+
1
13
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
2
14
 
3
15
  /**
package/package.json CHANGED
@@ -1,14 +1,13 @@
1
1
  {
2
2
  "name": "vizor_maps",
3
- "version": "1.3.9",
4
- "description": "desciption of libname",
3
+ "version": "1.4.1",
4
+ "description": "vizor_maps libray",
5
5
  "main": "dist/vizor_maps.min.js",
6
6
  "module": "dist/vizor_maps.min.js",
7
7
  "exports": {
8
8
  ".": "./dist/vizor_maps.min.js"
9
9
  },
10
-
11
- "files":[
10
+ "files": [
12
11
  "README.md",
13
12
  "dist"
14
13
  ],
@@ -22,8 +21,8 @@
22
21
  "@tweenjs/tween.js": "^18.6.0",
23
22
  "deepmerge": "^4.2.2",
24
23
  "geolib": "^3.3.1",
24
+ "jszip": "^3.10.1",
25
25
  "osmtogeojson": "^1.0.0"
26
-
27
26
  },
28
27
  "devDependencies": {
29
28
  "@babel/core": "^7.25.2",