v7.0.0-alpha.21

This commit is contained in:
Ib Green 2019-03-28 17:46:45 -07:00
parent 6dad5d7501
commit a607b4ecbf
8 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
{
"lerna": "2.0.0",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"npmClient": "yarn",
"useWorkspaces": true,
"exact": true,

View File

@ -1,6 +1,6 @@
{
"name": "@luma.gl/addons",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "Additional classes for luma.gl",
"license": "MIT",
"repository": {
@ -40,7 +40,7 @@
"@loaders.gl/draco": "1.0.0-alpha.2",
"@loaders.gl/gltf": "1.0.0-alpha.2",
"@luma.gl/constants": "^7.0.0-alpha.19",
"@luma.gl/core": "7.0.0-alpha.20",
"@luma.gl/core": "7.0.0-alpha.21",
"@luma.gl/shadertools": "^7.0.0-alpha.19",
"@luma.gl/webgl": "^7.0.0-alpha.19",
"math.gl": "^2.3.1"

View File

@ -1,6 +1,6 @@
{
"name": "@luma.gl/core",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"publishConfig": {

View File

@ -1,6 +1,6 @@
{
"name": "@luma.gl/debug",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "Debug utilities for luma.gl",
"license": "MIT",
"repository": {
@ -37,7 +37,7 @@
},
"dependencies": {
"@luma.gl/constants": "^7.0.0-alpha.19",
"@luma.gl/core": "7.0.0-alpha.20",
"@luma.gl/core": "7.0.0-alpha.21",
"glsl-transpiler": "^1.8.5",
"math.gl": "^2.3.0-beta.2",
"webgl-debug": "^2.0.1"

View File

@ -1,7 +1,7 @@
{
"name": "@luma.gl/glfx",
"description": "glfx - image processing packaged as composable shader modules",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"license": "MIT",
"repository": {
"type": "git",
@ -28,6 +28,6 @@
},
"dependencies": {
"@luma.gl/constants": "^7.0.0-alpha.19",
"@luma.gl/core": "7.0.0-alpha.20"
"@luma.gl/core": "7.0.0-alpha.21"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@luma.gl/gpgpu",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "Set of gpgpu utility methods based on luma.gl",
"license": "MIT",
"repository": {
@ -37,6 +37,6 @@
},
"dependencies": {
"@luma.gl/constants": "^7.0.0-alpha.19",
"@luma.gl/core": "7.0.0-alpha.20"
"@luma.gl/core": "7.0.0-alpha.21"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "luma.gl",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "WebGL2 Components for High Performance Rendering and Computation",
"license": "MIT",
"repository": {
@ -34,8 +34,8 @@
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'"
},
"dependencies": {
"@luma.gl/addons": "7.0.0-alpha.20",
"@luma.gl/addons": "7.0.0-alpha.21",
"@luma.gl/constants": "^7.0.0-alpha.19",
"@luma.gl/core": "7.0.0-alpha.20"
"@luma.gl/core": "7.0.0-alpha.21"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "@luma.gl/test-utils",
"version": "7.0.0-alpha.20",
"version": "7.0.0-alpha.21",
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
"license": "MIT",
"publishConfig": {
@ -33,7 +33,7 @@
},
"dependencies": {
"@babel/runtime": "^7.0.0",
"@luma.gl/core": "7.0.0-alpha.20",
"@luma.gl/core": "7.0.0-alpha.21",
"@luma.gl/webgl-state-tracker": "^7.0.0-alpha.19"
},
"peerDependencies": {