diff --git a/examples/playground/package.json b/examples/playground/package.json index 1c824665461..cf1849724af 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -14,7 +14,7 @@ "@loaders.gl/csv": "^4.2.0-alpha.5", "@loaders.gl/draco": "^4.2.0-alpha.5", "@loaders.gl/gltf": "^4.2.0-alpha.5", - "@luma.gl/constants": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", "brace": "^0.11.1", "deck.gl": "^8.8.0", "maplibre-gl": "^3.0.0", diff --git a/modules/aggregation-layers/package.json b/modules/aggregation-layers/package.json index f09f88c5dbc..8d0dbdcf571 100644 --- a/modules/aggregation-layers/package.json +++ b/modules/aggregation-layers/package.json @@ -38,16 +38,16 @@ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev" }, "dependencies": { - "@luma.gl/constants": "9.0.0-beta.8", - "@luma.gl/shadertools": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", + "@luma.gl/shadertools": "9.0.0-beta.10", "@math.gl/web-mercator": "^4.0.0", "d3-hexbin": "^0.2.1" }, "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", "@deck.gl/layers": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/arcgis/package.json b/modules/arcgis/package.json index e8dac5cc7df..237875e0dfb 100644 --- a/modules/arcgis/package.json +++ b/modules/arcgis/package.json @@ -36,14 +36,14 @@ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev" }, "dependencies": { - "@luma.gl/constants": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", "esri-loader": "^3.3.0" }, "peerDependencies": { "@arcgis/core": "^4.0.0", "@deck.gl/core": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/carto/package.json b/modules/carto/package.json index 8c7f23832ec..d7be3032a71 100644 --- a/modules/carto/package.json +++ b/modules/carto/package.json @@ -47,7 +47,7 @@ "@loaders.gl/mvt": "^4.2.0-alpha.5", "@loaders.gl/schema": "^4.2.0-alpha.5", "@loaders.gl/tiles": "^4.2.0-alpha.5", - "@luma.gl/constants": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", "@math.gl/web-mercator": "^4.0.0", "@types/d3-array": "^3.0.2", "@types/d3-color": "^1.4.2", @@ -70,7 +70,7 @@ "@deck.gl/geo-layers": "^9.0.0-beta", "@deck.gl/layers": "^9.0.0-beta", "@loaders.gl/core": "^4.2.0-alpha.5", - "@luma.gl/core": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/core/package.json b/modules/core/package.json index b3294cfaf95..21acaf15cb1 100644 --- a/modules/core/package.json +++ b/modules/core/package.json @@ -42,11 +42,11 @@ "dependencies": { "@loaders.gl/core": "^4.2.0-alpha.5", "@loaders.gl/images": "^4.2.0-alpha.5", - "@luma.gl/constants": "9.0.0-beta.8", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8", - "@luma.gl/shadertools": "9.0.0-beta.8", - "@luma.gl/webgl": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10", + "@luma.gl/shadertools": "9.0.0-beta.10", + "@luma.gl/webgl": "9.0.0-beta.10", "@math.gl/core": "^4.0.0", "@math.gl/sun": "^4.0.0", "@math.gl/web-mercator": "^4.0.0", diff --git a/modules/extensions/package.json b/modules/extensions/package.json index d063d12c457..682ba4a3907 100644 --- a/modules/extensions/package.json +++ b/modules/extensions/package.json @@ -38,14 +38,14 @@ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev" }, "dependencies": { - "@luma.gl/constants": "9.0.0-beta.8", - "@luma.gl/shadertools": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", + "@luma.gl/shadertools": "9.0.0-beta.10", "@math.gl/core": "^4.0.0" }, "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/geo-layers/package.json b/modules/geo-layers/package.json index c4e043a4879..db4877559b3 100644 --- a/modules/geo-layers/package.json +++ b/modules/geo-layers/package.json @@ -46,8 +46,8 @@ "@loaders.gl/terrain": "^4.2.0-alpha.5", "@loaders.gl/tiles": "^4.2.0-alpha.5", "@loaders.gl/wms": "^4.2.0-alpha.5", - "@luma.gl/gltf": "9.0.0-beta.8", - "@luma.gl/shadertools": "9.0.0-beta.8", + "@luma.gl/gltf": "9.0.0-beta.10", + "@luma.gl/shadertools": "9.0.0-beta.10", "@math.gl/core": "^4.0.0", "@math.gl/culling": "^4.0.0", "@math.gl/web-mercator": "^4.0.0", @@ -61,8 +61,8 @@ "@deck.gl/layers": "^9.0.0-beta", "@deck.gl/mesh-layers": "^9.0.0-beta", "@loaders.gl/core": "^4.2.0-alpha.5", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/google-maps/package.json b/modules/google-maps/package.json index 51235fdc723..f8fab7ff179 100644 --- a/modules/google-maps/package.json +++ b/modules/google-maps/package.json @@ -38,13 +38,13 @@ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev" }, "dependencies": { - "@luma.gl/constants": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", "@math.gl/core": "^4.0.0", "@types/google.maps": "^3.48.6" }, "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/jupyter-widget/package.json b/modules/jupyter-widget/package.json index 5cf935992ae..fcc022a416f 100644 --- a/modules/jupyter-widget/package.json +++ b/modules/jupyter-widget/package.json @@ -39,7 +39,7 @@ "@loaders.gl/3d-tiles": "^4.2.0-alpha.5", "@loaders.gl/core": "^4.2.0-alpha.5", "@loaders.gl/csv": "^4.2.0-alpha.5", - "@luma.gl/core": "9.0.0-beta.8", + "@luma.gl/core": "9.0.0-beta.10", "d3-dsv": "^1.0.8", "mapbox-gl": "^1.13.2" }, diff --git a/modules/layers/package.json b/modules/layers/package.json index 4032b12e799..242baa7b43a 100644 --- a/modules/layers/package.json +++ b/modules/layers/package.json @@ -48,8 +48,8 @@ "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", "@loaders.gl/core": "^4.2.0-alpha.5", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/mapbox/package.json b/modules/mapbox/package.json index 490f0932b56..5e415381f10 100644 --- a/modules/mapbox/package.json +++ b/modules/mapbox/package.json @@ -38,12 +38,12 @@ "prepublishOnly": "npm run build-bundle && npm run build-bundle -- --env=dev" }, "dependencies": { - "@luma.gl/constants": "9.0.0-beta.8", + "@luma.gl/constants": "9.0.0-beta.10", "@math.gl/web-mercator": "^4.0.0" }, "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/mesh-layers/package.json b/modules/mesh-layers/package.json index 726c08b0a40..f4265f61c9e 100644 --- a/modules/mesh-layers/package.json +++ b/modules/mesh-layers/package.json @@ -39,13 +39,13 @@ }, "dependencies": { "@loaders.gl/gltf": "^4.2.0-alpha.5", - "@luma.gl/gltf": "9.0.0-beta.8", - "@luma.gl/shadertools": "9.0.0-beta.8" + "@luma.gl/gltf": "9.0.0-beta.10", + "@luma.gl/shadertools": "9.0.0-beta.10" }, "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8" + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10" }, "gitHead": "13ace64fc2cee08c133afc882fc307253489a4e4" } diff --git a/modules/test-utils/package.json b/modules/test-utils/package.json index 5981301ad67..1777ea2b6ec 100644 --- a/modules/test-utils/package.json +++ b/modules/test-utils/package.json @@ -33,12 +33,12 @@ "typed" ], "dependencies": { - "@luma.gl/test-utils": "9.0.0-beta.8" + "@luma.gl/test-utils": "9.0.0-beta.10" }, "peerDependencies": { "@deck.gl/core": "^9.0.0-beta", - "@luma.gl/core": "9.0.0-beta.8", - "@luma.gl/engine": "9.0.0-beta.8", + "@luma.gl/core": "9.0.0-beta.10", + "@luma.gl/engine": "9.0.0-beta.10", "@probe.gl/test-utils": "^4.0.0" }, "scripts": {}, diff --git a/package.json b/package.json index 443df587a41..67d7cae7f6e 100644 --- a/package.json +++ b/package.json @@ -58,8 +58,8 @@ "@babel/register": "^7.13.0", "@loaders.gl/csv": "^4.2.0-alpha.5", "@loaders.gl/polyfills": "^4.2.0-alpha.5", - "@luma.gl/test-utils": "9.0.0-beta.8", - "@luma.gl/webgpu": "9.0.0-beta.8", + "@luma.gl/test-utils": "9.0.0-beta.10", + "@luma.gl/webgpu": "9.0.0-beta.10", "@math.gl/proj4": "^4.0.0", "@probe.gl/bench": "^4.0.9", "@probe.gl/test-utils": "^4.0.9", diff --git a/yarn.lock b/yarn.lock index a11cc3a5ca8..d547c39252c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2603,15 +2603,15 @@ jszip "^3.1.5" md5 "^2.3.0" -"@luma.gl/constants@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.0-beta.8.tgz#1e5c02644508838384baad2bb5d0118f11cb279b" - integrity sha512-MsgruU5HyTxkWPMn9IXEE+3qlHXX2tVMBaE9wdlsNfxOpPXO6Orl9MVOLhkYx77s2SVLY9emoj9HZhiVR2Xhjg== +"@luma.gl/constants@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-9.0.0-beta.10.tgz#ac807c050758dbc6458082876900a5580b25c7e3" + integrity sha512-L95lTrRG0/iF/TEN1OZMlrKEP6tlNFeFMphlw31jeo2MWo7kdrrOfsjhGoxtrT3u7fBfWPDcfqfM2OPa5dFIGQ== -"@luma.gl/core@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.0-beta.8.tgz#9d0134c67923052d72a022887fec5ec2495d79c3" - integrity sha512-YCJG4Sk7CINo2mVsG0P3otJjkDNMQ2mMisRaTcanRka21BBNTMywnFksD9liztDfPUiklnVX9JUmb/K8PV/QtQ== +"@luma.gl/core@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/core/-/core-9.0.0-beta.10.tgz#b0ebc22bb29e3d4525e79d77a45abc679b073c66" + integrity sha512-RWuwUxQ/0BJUwDsDLZG7B438IFvymU0jpBcYm45xvUV76zMKxn+sUdGfhh6vTuzZfJV6ctmJutzHnC9TDOTsrA== dependencies: "@math.gl/types" "^4.0.0" "@probe.gl/env" "^4.0.2" @@ -2619,53 +2619,53 @@ "@probe.gl/stats" "^4.0.2" "@types/offscreencanvas" "^2019.6.4" -"@luma.gl/engine@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.0-beta.8.tgz#1df9af7f7fd9c18494ba71de6e791b235937d121" - integrity sha512-hx66E6+gdgGwX/yKfA64xQGbjhVG7VoKwT68vhsS6grKALQxZcQY7RURP5ou1b/DZyRZHAMkAiPQytFk67Ly2w== +"@luma.gl/engine@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/engine/-/engine-9.0.0-beta.10.tgz#0e1aee84952303c0e518a126e3b602e47794262f" + integrity sha512-AQ9T0P/ko1/HfPo6hIJoEkbeISV1Xlu6zBT/kB9h7+11t+2+86cPEdKqpDCNByd8Ycu0PGBH32BLf9mMKCvJGA== dependencies: - "@luma.gl/shadertools" "9.0.0-beta.8" + "@luma.gl/shadertools" "9.0.0-beta.10" "@math.gl/core" "^4.0.0" "@probe.gl/log" "^4.0.2" "@probe.gl/stats" "^4.0.2" -"@luma.gl/gltf@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.0-beta.8.tgz#be2303e29d89477d273a329bc7bed0e1d906a873" - integrity sha512-0wh6hUJuvSscu4gulGrYKq5yVZIQ6HiR9fkBFIrjH23V28rSV+3w5qZsculHUkI0GDarQRwTfxpvuqCBp/4Gww== +"@luma.gl/gltf@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/gltf/-/gltf-9.0.0-beta.10.tgz#d7135d784bc70649b9385bab1cba7b345cb6f81d" + integrity sha512-x5KabkIxQOryOw6j4ve3C1sM/NK799/uQZvOU+xKpc4URjyz1GIrsanotGShMoap0/yxVQ1jQenvypld4GKt1A== dependencies: "@loaders.gl/textures" "^4.1.0" - "@luma.gl/shadertools" "9.0.0-beta.8" + "@luma.gl/shadertools" "9.0.0-beta.10" "@math.gl/core" "^4.0.0" -"@luma.gl/shadertools@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.0-beta.8.tgz#a29d8fe7349ecf81344af6558cdd0f97499e3d82" - integrity sha512-oU1vz5zdLaqSa7nBVyFHJGlTbowfknCUdPtYN5RG35M/1ACwRqGF9ed6tgWNBhsTit3UDooZ5jWcFdOmD4txWA== +"@luma.gl/shadertools@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/shadertools/-/shadertools-9.0.0-beta.10.tgz#ff790abcf5b6d6aa50bd36160782da8bcdbb5527" + integrity sha512-Xe/s+K3gXHyuJAI8U9P8QULSETEnsD211mibLTiBdftxLel+BibNmdgLCXZlrh3/Y0asvuiVDxicoyU2gS912g== dependencies: "@math.gl/core" "^4.0.0" "@math.gl/types" "^4.0.0" -"@luma.gl/test-utils@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.0-beta.8.tgz#54c81ac45b19b40521593947f2c6eded785d0c5b" - integrity sha512-WED73qZHD9/3fqINlpAVhXGUGdaGBsVb9rmu+gwLCgYWvWJXqmB0LQCy1G8zEHs+eAAK/5Zt/wjp4lPIDpawuw== +"@luma.gl/test-utils@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/test-utils/-/test-utils-9.0.0-beta.10.tgz#c94f3c0a33795d8ddc1e79ea931c1384baf2b144" + integrity sha512-XPDk3OTwKRCpCG/tG7ZzxVVJgtoRgVoZf3AJdzrkWd1kaZ7dYQwK3JHQPpKYLWYYp7iMBDtWl8WmIOMsY4268A== dependencies: "@probe.gl/env" "^4.0.2" "@probe.gl/stats" "^4.0.2" -"@luma.gl/webgl@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.0-beta.8.tgz#37a55fe5651e6c479995708dc0a0cd7665edbec3" - integrity sha512-eVrlC2rErvxo4iFVierJWRIxMTRHVbA6HJruBqjYcfnd4AqV9F0RB0mR7nB7GCW2RwUgNFFDwYDN42GB3uOk0g== +"@luma.gl/webgl@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/webgl/-/webgl-9.0.0-beta.10.tgz#5c31918001ff50b05a1e89fc041a8b6acc4aa006" + integrity sha512-BFf5iKkdFn2JeF5p0ni8dr5ixthwp1Lvc0l4PnUFQ5sJGruYEVMn5puqp4DRjcWm4UtBTdJjGQgWGfiWWvWwkg== dependencies: - "@luma.gl/constants" "9.0.0-beta.8" + "@luma.gl/constants" "9.0.0-beta.10" "@probe.gl/env" "^4.0.2" -"@luma.gl/webgpu@9.0.0-beta.8": - version "9.0.0-beta.8" - resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.0-beta.8.tgz#981702a01a23caa8ed650a8f8e82a7e1c5a84c43" - integrity sha512-p9P8KzZwti2vnMsQULmHs61SMdu1eNSjacx2cerSjNmsCjsZwHCW8N9ucKBhuhWbKu+NTQkiB17Xhlye3qIOiw== +"@luma.gl/webgpu@9.0.0-beta.10": + version "9.0.0-beta.10" + resolved "https://registry.yarnpkg.com/@luma.gl/webgpu/-/webgpu-9.0.0-beta.10.tgz#b8d9f306a0937d813ebc4e443b3409f0f149bf84" + integrity sha512-5MRh2acGzel8ivGyWNcYouOw/CG2O0iOGPcA7/cOEbQB5uPdM4lThTAxfqhuN0O9Ur3A/IWUXmyfdtC4C4lcAA== dependencies: "@probe.gl/env" "^4.0.2" "@webgpu/types" "^0.1.34"