@maptiler/sdk 3.6.1 → 3.6.2-rc1

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.
@@ -226,4 +226,5 @@ declare class CubemapLayer implements CustomLayerInterface {
226
226
  */
227
227
  hide(): void;
228
228
  }
229
+ export declare function validateSpaceSpecification(space: CubemapDefinition | boolean): boolean;
229
230
  export { CubemapLayer };
@@ -132,3 +132,4 @@ export declare class RadialGradientLayer implements CustomLayerInterface {
132
132
  show(): void;
133
133
  hide(): void;
134
134
  }
135
+ export declare function validateHaloSpecification(halo: RadialGradientLayerConstructorOptions | boolean): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maptiler/sdk",
3
- "version": "3.6.1",
3
+ "version": "3.6.2-rc1",
4
4
  "description": "The Javascript & TypeScript map SDK tailored for MapTiler Cloud",
5
5
  "author": "MapTiler",
6
6
  "module": "dist/maptiler-sdk.mjs",