Skip to content

Commit

Permalink
1.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2024
1 parent 43ffe0c commit da8602e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dist/cjs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type TileID = {
* The main pmtile custom source
* @param args
*/
export default class PmTilesSource extends VectorTileSourceImpl {
export declare class PmTilesSource extends VectorTileSourceImpl {
static SOURCE_TYPE: string;
id: string;
scheme: string;
Expand Down Expand Up @@ -105,5 +105,5 @@ export default class PmTilesSource extends VectorTileSourceImpl {
loadRasterTileData(tile: Tile, data: any): void;
loadRasterTile(tile: Tile, callback: Callback<void>): void;
}
export {};
export default PmTilesSource;
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/cjs/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/esm/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type TileID = {
* The main pmtile custom source
* @param args
*/
export default class PmTilesSource extends VectorTileSourceImpl {
export declare class PmTilesSource extends VectorTileSourceImpl {
static SOURCE_TYPE: string;
id: string;
scheme: string;
Expand Down Expand Up @@ -105,5 +105,5 @@ export default class PmTilesSource extends VectorTileSourceImpl {
loadRasterTileData(tile: Tile, data: any): void;
loadRasterTile(tile: Tile, callback: Callback<void>): void;
}
export {};
export default PmTilesSource;
//# sourceMappingURL=index.d.ts.map
2 changes: 1 addition & 1 deletion dist/esm/index.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapbox-pmtiles",
"version": "1.0.15",
"version": "1.0.16",
"type": "module",
"description": "A custom source to add PmTiles support to mapbox gl js",
"scripts": {
Expand Down

0 comments on commit da8602e

Please sign in to comment.