Skip to content

Commit

Permalink
v7.3.0-alpha.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jianhuang01 committed Sep 12, 2019
1 parent 66acb14 commit 2453615
Show file tree
Hide file tree
Showing 19 changed files with 72 additions and 72 deletions.
6 changes: 3 additions & 3 deletions examples/core/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"open-vr": "adb reverse tcp:8080 tcp:8080 && adb shell am start -a android.intent.action.VIEW -d http://localhost:8080/"
},
"dependencies": {
"@loaders.gl/core": "^1.3.0-beta.1",
"@loaders.gl/draco": "^1.3.0-beta.1",
"@loaders.gl/polyfills": "^1.3.0-beta.1",
"@loaders.gl/core": "^1.3.0-beta.2",
"@loaders.gl/draco": "^1.3.0-beta.2",
"@loaders.gl/polyfills": "^1.3.0-beta.2",
"@luma.gl/addons": "^7.2.0-beta",
"@luma.gl/constants": "^7.2.0-beta",
"@luma.gl/core": "^7.2.0-beta",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true,
Expand Down
12 changes: 6 additions & 6 deletions modules/addons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/addons",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "Additional classes for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,16 +30,16 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@loaders.gl/gltf": "^1.3.0-beta.1",
"@loaders.gl/images": "^1.3.0-beta.1",
"@luma.gl/constants": "7.3.0-alpha.7",
"@loaders.gl/gltf": "^1.3.0-beta.2",
"@loaders.gl/images": "^1.3.0-beta.2",
"@luma.gl/constants": "7.3.0-alpha.8",
"math.gl": "^3.0.0-beta.3"
},
"peerDependencies": {
"@luma.gl/core": "^7.1.0"
},
"devDependencies": {
"@loaders.gl/core": "^1.3.0-beta.1",
"@loaders.gl/polyfills": "^1.3.0-beta.1"
"@loaders.gl/core": "^1.3.0-beta.2",
"@loaders.gl/polyfills": "^1.3.0-beta.2"
}
}
2 changes: 1 addition & 1 deletion modules/constants/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/constants",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "WebGL and WebGL2 constants",
"license": "MIT",
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions modules/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -31,11 +31,11 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.3.0-alpha.7",
"@luma.gl/shadertools": "7.3.0-alpha.7",
"@luma.gl/webgl": "7.3.0-alpha.7",
"@luma.gl/webgl-state-tracker": "7.3.0-alpha.7",
"@luma.gl/webgl2-polyfill": "7.3.0-alpha.7",
"@luma.gl/constants": "7.3.0-alpha.8",
"@luma.gl/shadertools": "7.3.0-alpha.8",
"@luma.gl/webgl": "7.3.0-alpha.8",
"@luma.gl/webgl-state-tracker": "7.3.0-alpha.8",
"@luma.gl/webgl2-polyfill": "7.3.0-alpha.8",
"math.gl": "^3.0.0-beta.3",
"probe.gl": "^3.1.0-beta.3",
"seer": "^0.2.4"
Expand Down
4 changes: 2 additions & 2 deletions modules/debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/debug",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "Debug utilities for luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@luma.gl/constants": "7.3.0-alpha.7",
"@luma.gl/constants": "7.3.0-alpha.8",
"glsl-transpiler": "^1.8.5",
"math.gl": "^3.0.0-beta.3",
"webgl-debug": "^2.0.1"
Expand Down
4 changes: 2 additions & 2 deletions modules/effects/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@luma.gl/effects",
"description": "Rendering and post-processing effects library for luma.gl",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -24,7 +24,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@luma.gl/constants": "7.3.0-alpha.7"
"@luma.gl/constants": "7.3.0-alpha.8"
},
"peerDependencies": {
"@luma.gl/core": "^7.1.0"
Expand Down
2 changes: 1 addition & 1 deletion modules/glfx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@luma.gl/glfx",
"description": "glfx - image processing packaged as composable shader modules",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions modules/gpgpu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/gpgpu",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "Set of gpgpu utility methods based on luma.gl",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
},
"dependencies": {
"@luma.gl/constants": "7.3.0-alpha.7"
"@luma.gl/constants": "7.3.0-alpha.8"
},
"peerDependencies": {
"@luma.gl/core": "^7.1.0"
Expand Down
8 changes: 4 additions & 4 deletions modules/main/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "luma.gl",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,8 +28,8 @@
],
"scripts": {},
"dependencies": {
"@luma.gl/addons": "7.3.0-alpha.7",
"@luma.gl/constants": "7.3.0-alpha.7",
"@luma.gl/core": "7.3.0-alpha.7"
"@luma.gl/addons": "7.3.0-alpha.8",
"@luma.gl/constants": "7.3.0-alpha.8",
"@luma.gl/core": "7.3.0-alpha.8"
}
}
12 changes: 6 additions & 6 deletions modules/script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@luma.gl/scripts",
"description": "Scripting with luma.gl",
"license": "MIT",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"private": "true",
"publishConfig": {
"access": "public"
Expand All @@ -24,11 +24,11 @@
"build": "npm run build-prod"
},
"dependencies": {
"@luma.gl/constants": "7.3.0-alpha.7",
"@luma.gl/core": "7.3.0-alpha.7",
"@luma.gl/debug": "7.3.0-alpha.7",
"@luma.gl/glfx": "7.3.0-alpha.7",
"@luma.gl/shadertools": "7.3.0-alpha.7",
"@luma.gl/constants": "7.3.0-alpha.8",
"@luma.gl/core": "7.3.0-alpha.8",
"@luma.gl/debug": "7.3.0-alpha.8",
"@luma.gl/glfx": "7.3.0-alpha.8",
"@luma.gl/shadertools": "7.3.0-alpha.8",
"math.gl": "^3.0.0-beta.3"
}
}
2 changes: 1 addition & 1 deletion modules/shadertools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/shadertools",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "Shader module system for luma.gl",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion modules/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"license": "MIT",
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions modules/webgl-state-tracker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl-state-tracker",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "WebGL state manager that saves and restores WebGLRenderingContext state",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -28,6 +28,6 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.3.0-alpha.7"
"@luma.gl/constants": "7.3.0-alpha.8"
}
}
8 changes: 4 additions & 4 deletions modules/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "WebGL2 Classes",
"license": "MIT",
"publishConfig": {
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.3.0-alpha.7",
"@luma.gl/webgl-state-tracker": "7.3.0-alpha.7",
"@luma.gl/webgl2-polyfill": "7.3.0-alpha.7",
"@luma.gl/constants": "7.3.0-alpha.8",
"@luma.gl/webgl-state-tracker": "7.3.0-alpha.8",
"@luma.gl/webgl2-polyfill": "7.3.0-alpha.8",
"probe.gl": "^3.1.0-beta.3"
}
}
4 changes: 2 additions & 2 deletions modules/webgl2-polyfill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@luma.gl/webgl2-polyfill",
"version": "7.3.0-alpha.7",
"version": "7.3.0-alpha.8",
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
"license": "MIT",
"repository": {
Expand All @@ -26,6 +26,6 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/constants": "7.3.0-alpha.7"
"@luma.gl/constants": "7.3.0-alpha.8"
}
}
4 changes: 2 additions & 2 deletions website-gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"clean-examples": "rm -rf examples ; (find ../examples -name node_modules -exec rm -rf {} \\; || true)"
},
"dependencies": {
"@loaders.gl/draco": "^1.3.0-beta.1",
"@loaders.gl/polyfills": "^1.3.0-beta.1",
"@loaders.gl/draco": "^1.3.0-beta.2",
"@loaders.gl/polyfills": "^1.3.0-beta.2",
"@probe.gl/stats-widget": "^3.1.0-beta.3",
"react": "^16.6.0",
"react-dom": "^16.6.0"
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"highlight.js": "^9.7.0",
"immutable": "^3.7.5",
"@luma.gl/core": "^7.0.0-beta",
"@loaders.gl/core": "^1.3.0-beta.1",
"@loaders.gl/draco": "^1.3.0-beta.1",
"@loaders.gl/gltf": "^1.3.0-beta.1",
"@loaders.gl/core": "^1.3.0-beta.2",
"@loaders.gl/draco": "^1.3.0-beta.2",
"@loaders.gl/gltf": "^1.3.0-beta.2",
"@probe.gl/stats-widget": "^3.1.0-beta.3",
"marked": "^0.3.6",
"math.gl": "^3.0.0-beta.3",
Expand Down
46 changes: 23 additions & 23 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1319,38 +1319,38 @@
npmlog "^4.1.2"
write-file-atomic "^2.3.0"

"@loaders.gl/core@1.3.0-beta.1", "@loaders.gl/core@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-1.3.0-beta.1.tgz#7a047dc1934fa444858a33dc1667c15a5aa18c53"
integrity sha512-XGlc8QaUH9QS7X3QPvA9eABriZJRu9oIXNTJ+ld9KXKkbK4S3VQ0puFugN6iLvzc1Gs+qpZO+MC8Ta2nyOt4Qg==
"@loaders.gl/core@1.3.0-beta.2", "@loaders.gl/core@^1.3.0-beta.2":
version "1.3.0-beta.2"
resolved "https://registry.yarnpkg.com/@loaders.gl/core/-/core-1.3.0-beta.2.tgz#199efb0f5b135eab85507d4b61852032bffac3e1"
integrity sha512-cqM1UJVKU8GEgHbLH8MdBwZaM9g3dZf6fP1tC1T0xshiwnMns3HOnLjXsm387aVlja2hiZB5FeBx/5kairL4kw==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/gltf@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-1.3.0-beta.1.tgz#78d9283e4cd07355759decd363d7f7dade567565"
integrity sha512-U++DYT4RWPlANuzVQlHkpfM8/XXZ5kSQf6iqU4207FPIaw5Mi+NmGWul5hwmAdPAqGzmy4zIbjeVzf+V0mdEMA==
"@loaders.gl/gltf@^1.3.0-beta.2":
version "1.3.0-beta.2"
resolved "https://registry.yarnpkg.com/@loaders.gl/gltf/-/gltf-1.3.0-beta.2.tgz#63283cd7fadcc7379da57a11aa4a1dd8e26dea50"
integrity sha512-uwHZSH6zJly0uBFLDej8nWl/kIg1FWFUwMNYnKBYDIXwhGkRGlMCOTfWwuu39DFAg/YiE3eUVBpxACXyejaKkg==
dependencies:
"@loaders.gl/core" "1.3.0-beta.1"
"@loaders.gl/images" "1.3.0-beta.1"
"@loaders.gl/loader-utils" "1.3.0-beta.1"
"@loaders.gl/core" "1.3.0-beta.2"
"@loaders.gl/images" "1.3.0-beta.2"
"@loaders.gl/loader-utils" "1.3.0-beta.2"

"@loaders.gl/images@1.3.0-beta.1", "@loaders.gl/images@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-1.3.0-beta.1.tgz#c8ad656f74f6df4df1b5a785799535eb8b1669b4"
integrity sha512-0X3svz6JEmw0e9GG05NjmfYkKzYYsjNFJGYryProI4bdJw2BN10bbAZtfwtov6ibd/TouJtrkF5ncs2mBHZM1Q==
"@loaders.gl/images@1.3.0-beta.2", "@loaders.gl/images@^1.3.0-beta.2":
version "1.3.0-beta.2"
resolved "https://registry.yarnpkg.com/@loaders.gl/images/-/images-1.3.0-beta.2.tgz#08b8859fa04f58d8b381892f142b4e84af22375b"
integrity sha512-22yqBompuOTDAXnoEBHvqWlN4wq39TBgsQaK7vuZQ7saOlW6SPuMVFSGy1W0lYAXsh9UhOIsSqymLSx0bBCupw==

"@loaders.gl/loader-utils@1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-1.3.0-beta.1.tgz#bad5f8ae9ae9ca23f15c7279d8aa731a73b9c195"
integrity sha512-aBYdJPuGuMdAkkkDX8x6KpeKP6rmxqGAF0f+K2XoqjkvmngSt6R9dTFXc6XGU56edxOr9sLB+upqrGEXnO1V+g==
"@loaders.gl/loader-utils@1.3.0-beta.2":
version "1.3.0-beta.2"
resolved "https://registry.yarnpkg.com/@loaders.gl/loader-utils/-/loader-utils-1.3.0-beta.2.tgz#6ce994dba3f87d01aa86e41626e38716fa1255a5"
integrity sha512-jRNcfAeTousya9vivoa1LnkvsYKjLm75mjOYHcPR095C1SbEETB86Jex2zVq5hLH4dY3nMTRQgzN8GBw/qYghA==
dependencies:
"@babel/runtime" "^7.3.1"

"@loaders.gl/polyfills@^1.3.0-beta.1":
version "1.3.0-beta.1"
resolved "https://registry.yarnpkg.com/@loaders.gl/polyfills/-/polyfills-1.3.0-beta.1.tgz#56e3a4a7916940e712ffad5883e378cfed278203"
integrity sha512-nVp2jec+cvNH3ngC0PMnPjqT8xba4gheFMHr725e0a5fyA4yKca1bwoqm1SheJH3QAbT+IIYafZXAKh2ziJngg==
"@loaders.gl/polyfills@^1.3.0-beta.2":
version "1.3.0-beta.2"
resolved "https://registry.yarnpkg.com/@loaders.gl/polyfills/-/polyfills-1.3.0-beta.2.tgz#947ea34f19bb397d2eb31e919d30ddf6db06082a"
integrity sha512-lpJj8/EieHPrZje/XLC2K/IbzsSwoExYA9j4SLqxYZNIkNEZL8bbxhu9ZoOnKPRtegxjHug9nn6NE6HnF6kF3A==
dependencies:
get-pixels "^3.3.2"
ndarray "^1.0.18"
Expand Down

0 comments on commit 2453615

Please sign in to comment.