Skip to content

Commit

Permalink
1.0.22
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 10, 2024
1 parent ca13edb commit 6f32d33
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
1 change: 0 additions & 1 deletion dist/cjs/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export declare class PmTilesSource extends VectorTileSourceImpl {
_implementation: PmTilesOptions;
_protocol: Protocol;
_instance: PMTiles;
_collectResourceTiming: boolean;
_tileJSONRequest: Promise<any> | undefined;
loadTile: (tile: Tile, callback: Callback<void>) => void;
tileType: TileType;
Expand Down
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.

1 change: 0 additions & 1 deletion dist/esm/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ export declare class PmTilesSource extends VectorTileSourceImpl {
_implementation: PmTilesOptions;
_protocol: Protocol;
_instance: PMTiles;
_collectResourceTiming: boolean;
_tileJSONRequest: Promise<any> | undefined;
loadTile: (tile: Tile, callback: Callback<void>) => void;
tileType: TileType;
Expand Down
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.21",
"version": "1.0.22",
"type": "module",
"description": "A custom source to add PmTiles support to mapbox gl js",
"scripts": {
Expand Down

0 comments on commit 6f32d33

Please sign in to comment.