Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen committed Sep 20, 2024
1 parent 5054e13 commit b9e464f
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion examples/playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@loaders.gl/csv": "^4.2.0",
"@loaders.gl/draco": "^4.2.0",
"@loaders.gl/gltf": "^4.2.0",
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"brace": "^0.11.1",
"deck.gl": "^9.0.0",
"maplibre-gl": "^3.0.0",
Expand Down
8 changes: 4 additions & 4 deletions modules/aggregation-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/shadertools": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"@luma.gl/shadertools": "^9.1.0-beta.5",
"@math.gl/core": "^4.1.0",
"@math.gl/web-mercator": "^4.1.0",
"d3-hexbin": "^0.2.1"
},
"peerDependencies": {
"@deck.gl/core": "9.0.0-alpha.0",
"@deck.gl/layers": "9.0.0-alpha.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
6 changes: 3 additions & 3 deletions modules/arcgis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"esri-loader": "^3.7.0"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
"@deck.gl/core": "9.0.0-alpha.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"devDependencies": {
"@arcgis/core": "^4.21.0"
Expand Down
6 changes: 3 additions & 3 deletions modules/carto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@loaders.gl/mvt": "^4.2.0",
"@loaders.gl/schema": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/shadertools": "^9.1.0-beta.4",
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/shadertools": "^9.1.0-beta.5",
"@math.gl/web-mercator": "^4.1.0",
"@types/d3-array": "^3.0.2",
"@types/d3-color": "^1.4.2",
Expand All @@ -71,7 +71,7 @@
"@deck.gl/geo-layers": "9.0.0-alpha.0",
"@deck.gl/layers": "9.0.0-alpha.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
10 changes: 5 additions & 5 deletions modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/images": "^4.2.0",
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4",
"@luma.gl/shadertools": "^9.1.0-beta.4",
"@luma.gl/webgl": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5",
"@luma.gl/shadertools": "^9.1.0-beta.5",
"@luma.gl/webgl": "^9.1.0-beta.5",
"@math.gl/core": "^4.1.0",
"@math.gl/sun": "^4.1.0",
"@math.gl/types": "^4.1.0",
Expand Down
8 changes: 4 additions & 4 deletions modules/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/shadertools": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"@luma.gl/shadertools": "^9.1.0-beta.5",
"@math.gl/core": "^4.1.0"
},
"peerDependencies": {
"@deck.gl/core": "9.0.0-alpha.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
8 changes: 4 additions & 4 deletions modules/geo-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
"@loaders.gl/terrain": "^4.2.0",
"@loaders.gl/tiles": "^4.2.0",
"@loaders.gl/wms": "^4.2.0",
"@luma.gl/gltf": "^9.1.0-beta.4",
"@luma.gl/shadertools": "^9.1.0-beta.4",
"@luma.gl/gltf": "^9.1.0-beta.5",
"@luma.gl/shadertools": "^9.1.0-beta.5",
"@math.gl/core": "^4.1.0",
"@math.gl/culling": "^4.1.0",
"@math.gl/web-mercator": "^4.1.0",
Expand All @@ -61,8 +61,8 @@
"@deck.gl/layers": "9.0.0-alpha.0",
"@deck.gl/mesh-layers": "9.0.0-alpha.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
4 changes: 2 additions & 2 deletions modules/google-maps/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"@math.gl/core": "^4.1.0",
"@types/google.maps": "^3.48.6"
},
"peerDependencies": {
"@deck.gl/core": "9.0.0-alpha.0",
"@luma.gl/core": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
2 changes: 1 addition & 1 deletion modules/jupyter-widget/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@loaders.gl/3d-tiles": "^4.2.0",
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/csv": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/core": "^9.1.0-beta.5",
"d3-dsv": "^1.0.8",
"mapbox-gl": "^1.13.2"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"peerDependencies": {
"@deck.gl/core": "9.0.0-alpha.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
4 changes: 2 additions & 2 deletions modules/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
"@deck.gl/react": "9.1.0-alpha.0",
"@deck.gl/widgets": "9.1.0-alpha.0",
"@loaders.gl/core": "^4.2.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"peerDependencies": {
"@arcgis/core": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/mapbox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev"
},
"dependencies": {
"@luma.gl/constants": "^9.1.0-beta.4",
"@luma.gl/constants": "^9.1.0-beta.5",
"@math.gl/web-mercator": "^4.1.0"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/core": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
8 changes: 4 additions & 4 deletions modules/mesh-layers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
},
"dependencies": {
"@loaders.gl/gltf": "^4.2.0",
"@luma.gl/gltf": "^9.1.0-beta.4",
"@luma.gl/shadertools": "^9.1.0-beta.4"
"@luma.gl/gltf": "^9.1.0-beta.5",
"@luma.gl/shadertools": "^9.1.0-beta.5"
},
"peerDependencies": {
"@deck.gl/core": "^9.0.0-alpha",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4"
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5"
},
"gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4"
}
6 changes: 3 additions & 3 deletions modules/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
"src"
],
"dependencies": {
"@luma.gl/test-utils": "^9.1.0-beta.4"
"@luma.gl/test-utils": "^9.1.0-beta.5"
},
"peerDependencies": {
"@deck.gl/core": "^9.1.0-alpha.0",
"@luma.gl/core": "^9.1.0-beta.4",
"@luma.gl/engine": "^9.1.0-beta.4",
"@luma.gl/core": "^9.1.0-beta.5",
"@luma.gl/engine": "^9.1.0-beta.5",
"@probe.gl/test-utils": "^4.0.0"
},
"scripts": {},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@loaders.gl/csv": "^4.2.0",
"@loaders.gl/polyfills": "^4.2.0",
"@luma.gl/webgpu": "^9.1.0-beta.4",
"@luma.gl/webgpu": "^9.1.0-beta.5",
"@math.gl/proj4": "^4.1.0",
"@probe.gl/bench": "^4.0.9",
"jsdom": "^20.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/apps/glsl-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"start-local": "vite --config ../vite.config.local.mjs"
},
"dependencies": {
"@luma.gl/debug": "^9.1.0-beta.4",
"@luma.gl/debug": "^9.1.0-beta.5",
"deck.gl": "^8.4.0",
"glsl-transpiler": "^1.8.5"
},
Expand Down
Binary file modified website/.yarn/install-state.gz
Binary file not shown.
66 changes: 33 additions & 33 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1948,71 +1948,71 @@
jszip "^3.1.5"
md5 "^2.3.0"

"@luma.gl/[email protected].4", "@luma.gl/constants@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.1.0-beta.4.tgz#c01e87a07afd9d8a3b9c9dbaa9deddfd35c53c2b"
integrity sha512-4vMdAz3x6bOENy8K46wovFbYiVmb9IV0M+PUEmC5D+x0DFT4GBfsJpe6u3NVfBP/TlyrKzOryp519dhu3Kj3Eg==
"@luma.gl/[email protected].5", "@luma.gl/constants@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.1.0-beta.5.tgz#c30122736c3057cf7442ac70122fd63588f2e716"
integrity sha512-EUMNJyOiiIgU27ZLAnviFI8RfBIVMGBTxx/VxU7gU+1H7xqoPlCv/OdrefxDyi9QCxUJRUqeJQA+WcXBPyU1pQ==

"@luma.gl/core@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.1.0-beta.4.tgz#113b18f56c28001eb4b01ebd8c27669739046f87"
integrity sha512-ipEfb9jA9zyLX5lNUVUDX+n5n2NzlcGjOM07KI4wFkQhPRiA/xM5m7VB34PfrbxAEQFDP/3YyAwxSZ8ZKHvgpA==
"@luma.gl/core@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.1.0-beta.5.tgz#8a10e2e855a744e42fbb7014f2bc31b6b7fda39a"
integrity sha512-Xi/ERcNtpTo/CzOn0JeyFNUZLbsQCUO49lvHhrNz/6UTpq5P35ppb6kBAbT2jzUKtrmkd0E3MmdW+b/0xjxbcw==
dependencies:
"@math.gl/types" "^4.1.0"
"@probe.gl/env" "^4.0.8"
"@probe.gl/log" "^4.0.8"
"@probe.gl/stats" "^4.0.8"
"@types/offscreencanvas" "^2019.6.4"

"@luma.gl/engine@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.1.0-beta.4.tgz#196e11d68a1aa7c4d562d441ade2b67af32ecc14"
integrity sha512-U9adot4FgcpGvQxp9e+Qw+nKVBaUL5HzGfl2IhwTXwX1hrtjbL8JCd61OYbIBSnw+JSgjbykuoCi3xd3iz/X8g==
"@luma.gl/engine@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.1.0-beta.5.tgz#7fae0db4fbe6150872b9587b6aec25cb56aebd7e"
integrity sha512-15+F3vtOQLDSEkzDD7lzdJ0aaKhCW3vkJd4gdFUXj3DCyj8W2d9rVCsfXFROQMZY/u9WS/S6jKWe0j+xiNIloQ==
dependencies:
"@math.gl/core" "^4.1.0"
"@math.gl/types" "^4.1.0"
"@probe.gl/log" "^4.0.8"
"@probe.gl/stats" "^4.0.8"

"@luma.gl/gltf@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.1.0-beta.4.tgz#c720a9d5de8abfef778258affd258295074d2a06"
integrity sha512-Wd2GO3Uf9+fKwKcd+GNFccIVBECY0SB2oAzwK6lt9XzSS50FuyNYwV/c6YQ+fzSleSGsR5Z+iuW4gi0y+XANVg==
"@luma.gl/gltf@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.1.0-beta.5.tgz#a79f0c457e3d6a7ec0bb8ce646f5af868ff2ed68"
integrity sha512-afyDGW7z9krcloYlHnUA0v1nQk5PwNbzmAIVZmVK4MSO1aRvVPoXPVF3h2P6QlDzD16xGk8c6xUcbNjnMKpYEA==
dependencies:
"@loaders.gl/core" "^4.2.0"
"@loaders.gl/textures" "^4.2.0"
"@math.gl/core" "^4.1.0"

"@luma.gl/shadertools@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.1.0-beta.4.tgz#4785f3d760f15138dad0a24ff45724b58f9df4ed"
integrity sha512-SJlcJepUCOeKAhSZwgTgWYvEayzIXjkbelfi64r7bvY30SmprT2ngSAUZjInD6V2TwDr5/ZnsVfYrxq5WBu9Vg==
"@luma.gl/shadertools@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.1.0-beta.5.tgz#a7deda335f261082bfc6aa4517624e08f318fe4b"
integrity sha512-NjTEUfcG0dZOyLxVun4mehzkQyFdKvc7jTKp+8kRSEcmGlTJaneMRWGlTydIFLXSnhj4XN460lYPuMAQ6RpUNA==
dependencies:
"@math.gl/core" "^4.1.0"
"@math.gl/types" "^4.1.0"
wgsl_reflect "^1.0.1"

"@luma.gl/test-utils@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.1.0-beta.4.tgz#d85d2a439c07244f6a934a5eafd85fe0d27f189c"
integrity sha512-aK+eYKkNO6fdZ/ahm6YqXUJ1nwryxEbgdcYuOSzml4EoFx9bV/2notMwWSg3ycI9BnH2rRAum5+TrY00NQ315g==
"@luma.gl/test-utils@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.1.0-beta.5.tgz#22d27a3ac426b3ed6b790b6c566462c7d066ff2f"
integrity sha512-2Z1AYVt24vTigZ/kIwpkWzVDX7sMPPLp0fW/cxZwi0Vli6T5sI+wSc5vhJmz9dxUJ1O3nqwtd2azXOyQx4VNSw==
dependencies:
"@probe.gl/env" "^4.0.8"
"@probe.gl/stats" "^4.0.8"

"@luma.gl/webgl@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.1.0-beta.4.tgz#149d5dc56faf4cb95719f56950b1946cc1443b5a"
integrity sha512-Sn21ZnjPhBbgmjxV9YqDd2+OevVPuBbqjU8SW/eye11qZneawMVwoLZ+Wjk4RJA2rbAJHxL2oRlGE7vVeDBQ0g==
"@luma.gl/webgl@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.1.0-beta.5.tgz#61f4f7494da012ba42eeb703b4538dd78021450e"
integrity sha512-snvSO3zWaWsAXC+FMyQwuvf6hDKa9brTu2g6ZZp6M7L8VSAPGb4LWPZVB3Z0QMe8IXNBXzUuBCD/N3BbR5Ai3g==
dependencies:
"@luma.gl/constants" "9.1.0-beta.4"
"@luma.gl/constants" "9.1.0-beta.5"
"@math.gl/types" "^4.1.0"
"@probe.gl/env" "^4.0.8"

"@luma.gl/webgpu@^9.1.0-beta.4":
version "9.1.0-beta.4"
resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.1.0-beta.4.tgz#b8daf20b0a2ad191eec493517ebb399b9eae59bf"
integrity sha512-3+yeba/khSVtG+OCetx3xi7Rl1iil4ST7ZolBXN6iZbIboM5nLyA7cnR3ccTa3Js4vI0YVsy3KNuMWuuEPVW8Q==
"@luma.gl/webgpu@^9.1.0-beta.5":
version "9.1.0-beta.5"
resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.1.0-beta.5.tgz#47e801e91e46cf171239061eee53fb6a23ff6905"
integrity sha512-w7NCv5hBG+SZxVZsHPyYih+yM1RK2H1N7p9TgFLzdrS5mTqn6o/NAgCut6knPQOCWYLpFG9KLMiaTFIEjVPTrw==
dependencies:
"@probe.gl/env" "^4.0.8"
"@webgpu/types" "^0.1.34"
Expand Down

0 comments on commit b9e464f

Please sign in to comment.