@mapbox/mapbox-gl-style-spec 14.16.1 → 14.17.0-beta.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.
- package/dist/index.cjs +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +0 -3
- package/dist/index.es.js +3 -2
- package/dist/index.es.js.map +1 -1
- package/package.json +1 -1
- package/reference/v8.json +3 -2
- package/types.ts +0 -3
package/dist/index.cjs
CHANGED
|
@@ -1541,7 +1541,6 @@
|
|
|
1541
1541
|
},
|
|
1542
1542
|
model: {
|
|
1543
1543
|
doc: "A 3D model",
|
|
1544
|
-
experimental: true,
|
|
1545
1544
|
"sdk-support": {
|
|
1546
1545
|
"basic functionality": {
|
|
1547
1546
|
js: "3.0.0",
|
|
@@ -10552,9 +10551,11 @@
|
|
|
10552
10551
|
interpolated: false
|
|
10553
10552
|
},
|
|
10554
10553
|
"property-type": "data-constant",
|
|
10555
|
-
experimental: true,
|
|
10556
10554
|
"sdk-support": {
|
|
10557
10555
|
"basic functionality": {
|
|
10556
|
+
js: "3.17.0",
|
|
10557
|
+
android: "11.10.0",
|
|
10558
|
+
ios: "11.10.0"
|
|
10558
10559
|
}
|
|
10559
10560
|
}
|
|
10560
10561
|
}
|