Skip to content

Commit

Permalink
chore: Bump to math.gl@4.1.0 (#2249)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Sep 8, 2024
1 parent d7be0d8 commit db17c58
Show file tree
Hide file tree
Showing 21 changed files with 46 additions and 46 deletions.
2 changes: 1 addition & 1 deletion examples/api/animation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@luma.gl/engine": "9.1.0-alpha.19",
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/api/cubemap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/api/texture-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase/instancing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase/persistence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/showcase/postprocessing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/hello-cube/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@luma.gl/engine": "9.1.0-alpha.19",
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/hello-gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/hello-instanced-cubes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/hello-triangle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@luma.gl/engine": "9.1.0-alpha.19",
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/hello-two-cubes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@luma.gl/engine": "9.1.0-alpha.19",
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgpu": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/tutorials/lighting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@luma.gl/engine": "9.1.0-alpha.19",
"@luma.gl/shadertools": "9.1.0-alpha.19",
"@luma.gl/webgl": "9.1.0-alpha.19",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"devDependencies": {
"typescript": "^5.5.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"prepublishOnly": "npm run build-minified-bundle && npm run build-dev-bundle"
},
"dependencies": {
"@math.gl/types": "4.1.0-alpha.3",
"@math.gl/types": "^4.1.0",
"@probe.gl/env": "^4.0.8",
"@probe.gl/log": "^4.0.8",
"@probe.gl/stats": "^4.0.8",
Expand Down
4 changes: 2 additions & 2 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@luma.gl/shadertools": "9.1.0-alpha.19"
},
"dependencies": {
"@math.gl/core": "4.1.0-alpha.3",
"@math.gl/types": "4.1.0-alpha.3",
"@math.gl/core": "^4.1.0",
"@math.gl/types": "^4.1.0",
"wgsl_reflect": "^1.0.1"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
Expand Down
4 changes: 2 additions & 2 deletions modules/engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@luma.gl/shadertools": "9.1.0-alpha.19"
},
"dependencies": {
"@math.gl/core": "4.1.0-alpha.3",
"@math.gl/types": "4.1.0-alpha.3",
"@math.gl/core": "^4.1.0",
"@math.gl/types": "^4.1.0",
"@probe.gl/log": "^4.0.8",
"@probe.gl/stats": "^4.0.8"
},
Expand Down
2 changes: 1 addition & 1 deletion modules/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/textures": "^4.2.0",
"@math.gl/core": "4.1.0-alpha.3"
"@math.gl/core": "^4.1.0"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
}
4 changes: 2 additions & 2 deletions modules/shadertools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@
"@luma.gl/core": "9.1.0-alpha.19"
},
"dependencies": {
"@math.gl/core": "4.1.0-alpha.3",
"@math.gl/types": "4.1.0-alpha.3",
"@math.gl/core": "^4.1.0",
"@math.gl/types": "^4.1.0",
"wgsl_reflect": "^1.0.1"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
// SPDX-License-Identifier: MIT
// Copyright (c) vis.gl contributors

import type {Vector3Like} from '@math.gl/core';
import type {NumberArray3} from '@math.gl/core';
import {ShaderModule} from '../../../lib/shader-module/shader-module';

export type DirlightProps = {
lightDirection?: Vector3Like;
lightDirection?: NumberArray3;
};

export type DirlightUniforms = DirlightProps;
Expand Down
2 changes: 1 addition & 1 deletion modules/webgl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@luma.gl/constants": "9.1.0-alpha.19",
"@math.gl/types": "4.1.0-alpha.3",
"@math.gl/types": "^4.1.0",
"@probe.gl/env": "^4.0.8"
},
"gitHead": "c636c34b8f1581eed163e94543a8eb1f4382ba8e"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
},
"volta": {
"node": "20.11.1",
"yarn": "4.4.0"
"yarn": "4.4.1"
}
}
44 changes: 22 additions & 22 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/core@workspace:modules/core"
dependencies:
"@math.gl/types": "npm:4.1.0-alpha.3"
"@math.gl/types": "npm:^4.1.0"
"@probe.gl/env": "npm:^4.0.8"
"@probe.gl/log": "npm:^4.0.8"
"@probe.gl/stats": "npm:^4.0.8"
Expand All @@ -1015,8 +1015,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/effects@workspace:modules/effects"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.3"
"@math.gl/types": "npm:4.1.0-alpha.3"
"@math.gl/core": "npm:^4.1.0"
"@math.gl/types": "npm:^4.1.0"
wgsl_reflect: "npm:^1.0.1"
peerDependencies:
"@luma.gl/shadertools": 9.1.0-alpha.19
Expand All @@ -1027,8 +1027,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/engine@workspace:modules/engine"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.3"
"@math.gl/types": "npm:4.1.0-alpha.3"
"@math.gl/core": "npm:^4.1.0"
"@math.gl/types": "npm:^4.1.0"
"@probe.gl/log": "npm:^4.0.8"
"@probe.gl/stats": "npm:^4.0.8"
peerDependencies:
Expand All @@ -1043,7 +1043,7 @@ __metadata:
dependencies:
"@loaders.gl/core": "npm:^4.2.0"
"@loaders.gl/textures": "npm:^4.2.0"
"@math.gl/core": "npm:4.1.0-alpha.3"
"@math.gl/core": "npm:^4.1.0"
peerDependencies:
"@luma.gl/core": 9.1.0-alpha.19
"@luma.gl/engine": 9.1.0-alpha.19
Expand All @@ -1055,8 +1055,8 @@ __metadata:
version: 0.0.0-use.local
resolution: "@luma.gl/shadertools@workspace:modules/shadertools"
dependencies:
"@math.gl/core": "npm:4.1.0-alpha.3"
"@math.gl/types": "npm:4.1.0-alpha.3"
"@math.gl/core": "npm:^4.1.0"
"@math.gl/types": "npm:^4.1.0"
wgsl_reflect: "npm:^1.0.1"
peerDependencies:
"@luma.gl/core": 9.1.0-alpha.19
Expand All @@ -1083,7 +1083,7 @@ __metadata:
resolution: "@luma.gl/webgl@workspace:modules/webgl"
dependencies:
"@luma.gl/constants": "npm:9.1.0-alpha.19"
"@math.gl/types": "npm:4.1.0-alpha.3"
"@math.gl/types": "npm:^4.1.0"
"@probe.gl/env": "npm:^4.0.8"
peerDependencies:
"@luma.gl/core": 9.1.0-alpha.19
Expand All @@ -1101,15 +1101,6 @@ __metadata:
languageName: unknown
linkType: soft

"@math.gl/core@npm:4.1.0-alpha.3":
version: 4.1.0-alpha.3
resolution: "@math.gl/core@npm:4.1.0-alpha.3"
dependencies:
"@math.gl/types": "npm:4.1.0-alpha.3"
checksum: 10c0/750b51a88c138db88f55f92504c040782fb4ece3b01e1f325596c539931818f3f24e2f9bcf7f81f187e8521caed928064f12e2844311b59b62ca21708b19dbfc
languageName: node
linkType: hard

"@math.gl/core@npm:^4.0.0":
version: 4.0.1
resolution: "@math.gl/core@npm:4.0.1"
Expand All @@ -1119,17 +1110,26 @@ __metadata:
languageName: node
linkType: hard

"@math.gl/core@npm:^4.1.0":
version: 4.1.0
resolution: "@math.gl/core@npm:4.1.0"
dependencies:
"@math.gl/types": "npm:4.1.0"
checksum: 10c0/495934dc2be0b60cd6ff2cc16a0215608c9254919db741a0074b6b41cef9a0543c7f790eda7d529afa102d2937490608ef75fcc64c789ef2876ae750fd0ed3d6
languageName: node
linkType: hard

"@math.gl/types@npm:4.0.1, @math.gl/types@npm:^4.0.1":
version: 4.0.1
resolution: "@math.gl/types@npm:4.0.1"
checksum: 10c0/1488cd0ac119ae21de42ca86e4fee6703962ba620c84257fcdeda63962afd1749868a68e490c41338edc2470c2795b90f1cf9c2006bb0fa079a27fde1508c0f8
languageName: node
linkType: hard

"@math.gl/types@npm:4.1.0-alpha.3":
version: 4.1.0-alpha.3
resolution: "@math.gl/types@npm:4.1.0-alpha.3"
checksum: 10c0/49b3302a4aec2a70bfb71bc2ddff3aab6d43f2cd6ad3e23850119c516a663745ebd992e5e39736fc5998539a5fc8ff618c9958674bf2d468a673422577f482bb
"@math.gl/types@npm:4.1.0, @math.gl/types@npm:^4.1.0":
version: 4.1.0
resolution: "@math.gl/types@npm:4.1.0"
checksum: 10c0/3c4dfa5ac5c9e2cef24d31f56b89c1dde785a5d70fd1a7030386346cb7dd4fa2cce5ba983b89842c1971492e30870dd22a078d64893f9c66887e38367bf992fa
languageName: node
linkType: hard

Expand Down

0 comments on commit db17c58

Please sign in to comment.