@deck.gl/carto 9.1.10 → 9.1.12

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
@@ -3,7 +3,7 @@
3
3
  "description": "CARTO official integration with Deck.gl. Build geospatial applications using CARTO and Deck.gl.",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "9.1.10",
6
+ "version": "9.1.12",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -75,5 +75,5 @@
75
75
  "@loaders.gl/core": "^4.2.0",
76
76
  "@luma.gl/core": "^9.1.5"
77
77
  },
78
- "gitHead": "f0dc529ad3196bcdbf4acb842c7aa81ca13cb689"
78
+ "gitHead": "ed876a5eee0f612cd876244b0b2835ab871733ac"
79
79
  }
@@ -48,7 +48,7 @@ type _VectorTileLayerProps = {
48
48
  * If true, create labels for lines and polygons.
49
49
  * Specify uniqueIdProperty to only create a single label for each unique feature.
50
50
  */
51
- autoLabels: boolean | {uniqueIdProperty: string};
51
+ autoLabels?: boolean | {uniqueIdProperty: string};
52
52
  };
53
53
 
54
54
  // @ts-ignore