zh-mapbox 0.1.26 → 0.1.30

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 +1,25 @@
1
+ /**
2
+ * splaytree v3.1.2
3
+ * Fast Splay tree for Node and browser
4
+ *
5
+ * @author Alexander Milevski <info@w8r.name>
6
+ * @license MIT
7
+ * @preserve
8
+ */
9
+
10
+ /*! *****************************************************************************
11
+ Copyright (c) Microsoft Corporation. All rights reserved.
12
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
13
+ this file except in compliance with the License. You may obtain a copy of the
14
+ License at http://www.apache.org/licenses/LICENSE-2.0
15
+
16
+ THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17
+ KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED
18
+ WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE,
19
+ MERCHANTABLITY OR NON-INFRINGEMENT.
20
+
21
+ See the Apache Version 2.0 License for specific language governing permissions
22
+ and limitations under the License.
23
+ ***************************************************************************** */
24
+
1
25
  /*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
package/package.json CHANGED
@@ -1,10 +1,11 @@
1
1
  {
2
2
  "name": "zh-mapbox",
3
- "version": "0.1.26",
3
+ "version": "0.1.30",
4
4
  "description": "mapbox的常用方法",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "author": "zhuanghe",
8
+ "bugs": "289414440@qq.com",
8
9
  "license": "ISC",
9
10
  "keywords": [
10
11
  "mapbox"
@@ -22,14 +23,21 @@
22
23
  "@turf/bbox-polygon": "^6.5.0",
23
24
  "@turf/bearing": "^6.5.0",
24
25
  "@turf/boolean-point-in-polygon": "^6.5.0",
26
+ "@turf/buffer": "^6.5.0",
25
27
  "@turf/centroid": "^6.5.0",
26
28
  "@turf/circle": "^6.5.0",
27
29
  "@turf/distance": "^6.5.0",
28
30
  "@turf/envelope": "^6.5.0",
29
31
  "@turf/helpers": "^6.5.0",
30
32
  "@turf/length": "^6.5.0",
33
+ "@turf/mask": "^6.5.0",
31
34
  "@turf/midpoint": "^6.5.0",
35
+ "@turf/nearest-point-on-line": "^6.5.0",
36
+ "@turf/point-grid": "^6.5.0",
37
+ "@turf/point-to-line-distance": "^6.5.0",
38
+ "@turf/polygon-to-line": "^7.0.0",
32
39
  "@turf/sector": "^6.5.0",
40
+ "@turf/union": "^6.5.0",
33
41
  "apng-js": "^1.1.5",
34
42
  "libgif": "0.0.3"
35
43
  },