@mapbox/mapbox-gl-style-spec 14.5.1 → 14.5.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/dist/index.cjs +17 -23
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.es.js +17 -23
- package/dist/index.es.js.map +1 -1
- package/expression/index.ts +1 -1
- package/package.json +3 -3
- package/reference/v8.json +6 -6
package/expression/index.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mapbox/mapbox-gl-style-spec",
|
|
3
|
-
"version": "14.5.
|
|
3
|
+
"version": "14.5.2",
|
|
4
4
|
"description": "a specification for mapbox gl styles",
|
|
5
5
|
"author": "Mapbox",
|
|
6
6
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
@@ -50,8 +50,8 @@
|
|
|
50
50
|
"csscolorparser": "~1.0.2",
|
|
51
51
|
"json-stringify-pretty-compact": "^4.0.0",
|
|
52
52
|
"minimist": "^1.2.6",
|
|
53
|
-
"quickselect": "^
|
|
53
|
+
"quickselect": "^3.0.0",
|
|
54
54
|
"rw": "^1.3.3",
|
|
55
|
-
"tinyqueue": "^
|
|
55
|
+
"tinyqueue": "^3.0.0"
|
|
56
56
|
}
|
|
57
57
|
}
|
package/reference/v8.json
CHANGED
|
@@ -1262,13 +1262,13 @@
|
|
|
1262
1262
|
},
|
|
1263
1263
|
"clip": {
|
|
1264
1264
|
"doc": "Layer that removes 3D content from map.",
|
|
1265
|
+
"experimental": true,
|
|
1265
1266
|
"sdk-support": {
|
|
1266
1267
|
"basic functionality": {
|
|
1267
1268
|
"js": "3.5.0",
|
|
1268
|
-
"android": "11.
|
|
1269
|
-
"ios": "11.
|
|
1270
|
-
}
|
|
1271
|
-
"experimental": true
|
|
1269
|
+
"android": "11.6.0",
|
|
1270
|
+
"ios": "11.6.0"
|
|
1271
|
+
}
|
|
1272
1272
|
}
|
|
1273
1273
|
}
|
|
1274
1274
|
},
|
|
@@ -1476,8 +1476,8 @@
|
|
|
1476
1476
|
"sdk-support": {
|
|
1477
1477
|
"basic functionality": {
|
|
1478
1478
|
"js": "3.5.0",
|
|
1479
|
-
"android": "11.
|
|
1480
|
-
"ios": "11.
|
|
1479
|
+
"android": "11.6.0",
|
|
1480
|
+
"ios": "11.6.0"
|
|
1481
1481
|
}
|
|
1482
1482
|
},
|
|
1483
1483
|
"expression": {
|