mirror of
https://github.com/visgl/luma.gl.git
synced 2026-02-01 14:33:49 +00:00
v7.2.0-alpha.2
This commit is contained in:
parent
397bf7b499
commit
edaa7caabc
@ -1,6 +1,6 @@
|
||||
{
|
||||
"lerna": "2.0.0",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"exact": true,
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/addons",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "Additional classes for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -31,7 +31,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@loaders.gl/gltf": "^1.0.3",
|
||||
"@luma.gl/constants": "7.2.0-alpha.1",
|
||||
"@luma.gl/constants": "7.2.0-alpha.2",
|
||||
"math.gl": "^2.3.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/constants",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "WebGL and WebGL2 constants",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/core",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -30,11 +30,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.2.0-alpha.1",
|
||||
"@luma.gl/shadertools": "7.2.0-alpha.1",
|
||||
"@luma.gl/webgl": "7.2.0-alpha.1",
|
||||
"@luma.gl/webgl-state-tracker": "7.2.0-alpha.1",
|
||||
"@luma.gl/webgl2-polyfill": "7.2.0-alpha.1",
|
||||
"@luma.gl/constants": "7.2.0-alpha.2",
|
||||
"@luma.gl/shadertools": "7.2.0-alpha.2",
|
||||
"@luma.gl/webgl": "7.2.0-alpha.2",
|
||||
"@luma.gl/webgl-state-tracker": "7.2.0-alpha.2",
|
||||
"@luma.gl/webgl2-polyfill": "7.2.0-alpha.2",
|
||||
"math.gl": "^2.3.0",
|
||||
"probe.gl": "^3.0.2",
|
||||
"seer": "^0.2.4"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/debug",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "Debug utilities for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -30,7 +30,7 @@
|
||||
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.2.0-alpha.1",
|
||||
"@luma.gl/constants": "7.2.0-alpha.2",
|
||||
"glsl-transpiler": "^1.8.5",
|
||||
"math.gl": "^2.3.0",
|
||||
"webgl-debug": "^2.0.1"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@luma.gl/effects",
|
||||
"description": "Rendering and post-processing effects library for luma.gl",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -24,7 +24,7 @@
|
||||
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.2.0-alpha.1"
|
||||
"@luma.gl/constants": "7.2.0-alpha.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@luma.gl/core": "^7.1.0"
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "@luma.gl/glfx",
|
||||
"description": "glfx - image processing packaged as composable shader modules",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/gpgpu",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "Set of gpgpu utility methods based on luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -30,7 +30,7 @@
|
||||
"build-bundle": "webpack --display=minimal --config ../../scripts/bundle.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.2.0-alpha.1"
|
||||
"@luma.gl/constants": "7.2.0-alpha.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@luma.gl/core": "^7.1.0"
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "luma.gl",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "WebGL2 Components for High Performance Rendering and Computation",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -28,8 +28,8 @@
|
||||
],
|
||||
"scripts": {},
|
||||
"dependencies": {
|
||||
"@luma.gl/addons": "7.2.0-alpha.1",
|
||||
"@luma.gl/constants": "7.2.0-alpha.1",
|
||||
"@luma.gl/core": "7.2.0-alpha.1"
|
||||
"@luma.gl/addons": "7.2.0-alpha.2",
|
||||
"@luma.gl/constants": "7.2.0-alpha.2",
|
||||
"@luma.gl/core": "7.2.0-alpha.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
"name": "@luma.gl/scripts",
|
||||
"description": "Scripting with luma.gl",
|
||||
"license": "MIT",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"private": "true",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
@ -24,11 +24,11 @@
|
||||
"build": "npm run build-prod"
|
||||
},
|
||||
"dependencies": {
|
||||
"@luma.gl/constants": "7.2.0-alpha.1",
|
||||
"@luma.gl/core": "7.2.0-alpha.1",
|
||||
"@luma.gl/debug": "7.2.0-alpha.1",
|
||||
"@luma.gl/glfx": "7.2.0-alpha.1",
|
||||
"@luma.gl/shadertools": "7.2.0-alpha.1",
|
||||
"@luma.gl/constants": "7.2.0-alpha.2",
|
||||
"@luma.gl/core": "7.2.0-alpha.2",
|
||||
"@luma.gl/debug": "7.2.0-alpha.2",
|
||||
"@luma.gl/glfx": "7.2.0-alpha.2",
|
||||
"@luma.gl/shadertools": "7.2.0-alpha.2",
|
||||
"math.gl": "^2.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/shadertools",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "Shader module system for luma.gl",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/test-utils",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "Automated WebGL testing utilities with Puppeteer and image diffing",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl-state-tracker",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "WebGL state manager that saves and restores WebGLRenderingContext state",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -27,6 +27,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.2.0-alpha.1"
|
||||
"@luma.gl/constants": "7.2.0-alpha.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "WebGL2 Classes",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
@ -34,9 +34,9 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.2.0-alpha.1",
|
||||
"@luma.gl/webgl-state-tracker": "7.2.0-alpha.1",
|
||||
"@luma.gl/webgl2-polyfill": "7.2.0-alpha.1",
|
||||
"@luma.gl/constants": "7.2.0-alpha.2",
|
||||
"@luma.gl/webgl-state-tracker": "7.2.0-alpha.2",
|
||||
"@luma.gl/webgl2-polyfill": "7.2.0-alpha.2",
|
||||
"probe.gl": "^3.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@luma.gl/webgl2-polyfill",
|
||||
"version": "7.2.0-alpha.1",
|
||||
"version": "7.2.0-alpha.2",
|
||||
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@ -26,6 +26,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.0.0",
|
||||
"@luma.gl/constants": "7.2.0-alpha.1"
|
||||
"@luma.gl/constants": "7.2.0-alpha.2"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1347,6 +1347,11 @@
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.3.1"
|
||||
|
||||
"@luma.gl/constants@^7.0.0-alpha.6":
|
||||
version "7.1.1"
|
||||
resolved "https://registry.yarnpkg.com/@luma.gl/constants/-/constants-7.1.1.tgz#f966fad9069722974e1b7bcae2fcd7a2444090dc"
|
||||
integrity sha512-F+lkZzMJNPvGeTCkOezyHafAb48ottMx10PYx3j1rsKFBM2v1LgBHnV1I37xjkrx8PMhdb/2zMg80nRrniudGw==
|
||||
|
||||
"@mrmlnc/readdir-enhanced@^2.2.1":
|
||||
version "2.2.1"
|
||||
resolved "https://registry.yarnpkg.com/@mrmlnc/readdir-enhanced/-/readdir-enhanced-2.2.1.tgz#524af240d1a360527b730475ecfa1344aa540dde"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user