@mapgis/mapbox-gl 17.2.3 → 17.4.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mapgis/mapbox-gl",
3
3
  "description": "A WebGL interactive maps library",
4
- "version" : "17.2.3",
4
+ "version" : "17.4.2",
5
5
  "main": "dist/mapbox-gl.js",
6
6
  "style": "dist/mapbox-gl.css",
7
7
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -22,13 +22,15 @@
22
22
  "@mapbox/unitbezier": "^0.0.0",
23
23
  "@mapbox/vector-tile": "^1.3.1",
24
24
  "@mapbox/whoots-js": "^3.1.0",
25
- "@mapgis/geojson-vt": "^17.2.0",
26
- "@mapgis/supercluster": "^17.2.0",
25
+ "@mapgis/geojson-vt": "^17.4.0",
26
+ "@mapgis/supercluster": "^17.4.0",
27
27
  "base64-js": "^1.5.1",
28
28
  "csscolorparser": "~1.0.3",
29
29
  "earcut": "^2.2.2",
30
30
  "gl-matrix": "^3.2.1",
31
31
  "grid-index": "^1.1.0",
32
+ "markdown-it": "^14.1.0",
33
+ "markdown-it-anchor": "^9.2.0",
32
34
  "minimist": "^1.2.5",
33
35
  "murmurhash-js": "^1.0.0",
34
36
  "pako": "^2.0.2",
@@ -73,6 +75,7 @@
73
75
  "gl": "~4.3.3",
74
76
  "glob": "^7.1.4",
75
77
  "is-builtin-module": "^3.0.0",
78
+ "jsdoc": "^4.0.4",
76
79
  "jsdom": "^13.0.0",
77
80
  "json-stringify-pretty-compact": "^2.0.0",
78
81
  "jsonwebtoken": "^8.3.0",
@@ -94,6 +97,7 @@
94
97
  "react": "^16.8.6",
95
98
  "react-dom": "^16.8.6",
96
99
  "request": "^2.88.0",
100
+ "rimraf": "^6.0.1",
97
101
  "rollup": "^1.23.1",
98
102
  "rollup-plugin-buble": "^0.19.8",
99
103
  "rollup-plugin-commonjs": "^10.1.0",
@@ -109,11 +113,13 @@
109
113
  "st": "^1.2.2",
110
114
  "stylelint": "^9.10.1",
111
115
  "stylelint-config-standard": "^18.2.0",
116
+ "taffydb": "^2.7.3",
112
117
  "tap": "~12.4.1",
113
118
  "tap-parser": "^10.0.1",
114
119
  "tape": "^4.13.2",
115
120
  "tape-filter": "^1.0.4",
116
- "testem": "^3.0.0"
121
+ "testem": "^3.0.0",
122
+ "ts-to-jsdoc": "^2.4.0"
117
123
  },
118
124
  "browser": {
119
125
  "./src/shaders/index.js": "./src/shaders/shaders.js",
@@ -122,6 +128,7 @@
122
128
  },
123
129
  "esm": true,
124
130
  "scripts": {
131
+ "build-docs": "npx rimraf ./docs && jsdoc -c ./build/jsdocs/mapboxgl/docs.json -R ./build/jsdocs/mapboxgl/index.md",
125
132
  "build-dev": "rollup -c --environment BUILD:dev",
126
133
  "watch-dev": "rollup -c --environment BUILD:dev --watch",
127
134
  "build-prod": "rollup -c --environment BUILD:production",