@deck.gl/geo-layers 9.1.13 → 9.1.14

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/dist/dist.dev.js CHANGED
@@ -13290,7 +13290,7 @@ struct DirectionalLight {
13290
13290
 
13291
13291
  struct lightingUniforms {
13292
13292
  enabled: i32,
13293
- poightCount: i32,
13293
+ pointLightCount: i32,
13294
13294
  directionalLightCount: i32,
13295
13295
 
13296
13296
  ambientColor: vec3<f32>,
package/dist.min.js CHANGED
@@ -118,7 +118,7 @@ struct DirectionalLight {
118
118
 
119
119
  struct lightingUniforms {
120
120
  enabled: i32,
121
- poightCount: i32,
121
+ pointLightCount: i32,
122
122
  directionalLightCount: i32,
123
123
 
124
124
  ambientColor: vec3<f32>,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "deck.gl layers supporting geospatial use cases and GIS formats",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
- "version": "9.1.13",
6
+ "version": "9.1.14",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
@@ -46,8 +46,8 @@
46
46
  "@loaders.gl/terrain": "^4.2.0",
47
47
  "@loaders.gl/tiles": "^4.2.0",
48
48
  "@loaders.gl/wms": "^4.2.0",
49
- "@luma.gl/gltf": "^9.1.5",
50
- "@luma.gl/shadertools": "^9.1.5",
49
+ "@luma.gl/gltf": "~9.1.9",
50
+ "@luma.gl/shadertools": "~9.1.9",
51
51
  "@math.gl/core": "^4.1.0",
52
52
  "@math.gl/culling": "^4.1.0",
53
53
  "@math.gl/web-mercator": "^4.1.0",
@@ -61,8 +61,8 @@
61
61
  "@deck.gl/layers": "^9.1.0",
62
62
  "@deck.gl/mesh-layers": "^9.1.0",
63
63
  "@loaders.gl/core": "^4.2.0",
64
- "@luma.gl/core": "^9.1.5",
65
- "@luma.gl/engine": "^9.1.5"
64
+ "@luma.gl/core": "~9.1.9",
65
+ "@luma.gl/engine": "~9.1.9"
66
66
  },
67
- "gitHead": "2befca58db3a98e84739804f74806f3cbe94ce38"
67
+ "gitHead": "024534cc087af7c10c5c6d1316cf06bffe01cceb"
68
68
  }