@deck.gl-community/leaflet 9.2.0-beta.8 → 9.2.8

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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # @deck.gl-community/leaflet
2
2
 
3
+ [![NPM Version](https://img.shields.io/npm/v/@deck.gl-community/leaflet.svg)](https://www.npmjs.com/package/@deck.gl-community/leaflet)
4
+ [![NPM Downloads](https://img.shields.io/npm/dw/@deck.gl-community/leaflet.svg)](https://www.npmjs.com/package/@deck.gl-community/leaflet)
5
+
3
6
  This module allows [Leaflet](https://leafletjs.com/) to be used as a [deck.gl](https://deck.gl) basemap.
4
7
 
5
8
  More precisely, it provides a Leaflet custom layer that wraps a deck.gl renderer, enabling deck.gl to render layers synchronized with the Leaflet basemap.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@deck.gl-community/leaflet",
3
3
  "description": "deck.gl integration with Leaflet",
4
4
  "license": "MIT",
5
- "version": "9.2.0-beta.8",
5
+ "version": "9.2.8",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
@@ -39,7 +39,7 @@
39
39
  "test-watch": "vitest"
40
40
  },
41
41
  "dependencies": {
42
- "@deck.gl/core": "~9.2.1"
42
+ "@deck.gl/core": "~9.2.8"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/leaflet": "^1.9.18",
@@ -48,5 +48,5 @@
48
48
  "peerDependencies": {
49
49
  "leaflet": "^1.9.4"
50
50
  },
51
- "gitHead": "cc866d0fda6b21627421d6168d2f0abec86ab425"
51
+ "gitHead": "9cb179aa3d1707f32116034150ab7130ce88b18c"
52
52
  }
package/src/bundle.ts CHANGED
@@ -1,4 +1,4 @@
1
1
  // Import from package name instead of relative path
2
2
  // This will be resolved to src or dist by esbuild depending on bundle settings
3
3
  // dist has TS transformers applied
4
- export * from './index';
4
+ export * from './index';