@luma.gl/webgl-state-tracker
Advanced tools
Comparing version 7.0.0-beta.1 to 7.0.0-beta.2
{ | ||
"name": "@luma.gl/webgl-state-tracker", | ||
"version": "7.0.0-beta.1", | ||
"version": "7.0.0-beta.2", | ||
"description": "WebGL state manager that saves and restores WebGLRenderingContext state", | ||
@@ -24,20 +24,7 @@ "license": "MIT", | ||
], | ||
"browser": { | ||
"gl": false, | ||
"gl/wrap": false | ||
}, | ||
"scripts": { | ||
"clean": "rm -fr dist dist-es6 && mkdir -p dist/es5 dist/esm dist/es6", | ||
"build": "npm run clean && npm run build-es6 && npm run build-esm && npm run build-es5", | ||
"build-es6": "BABEL_ENV=es6 babel src --config-file ../../babel.config.js --out-dir dist/es6 --source-maps --ignore 'node_modules/'", | ||
"build-esm": "BABEL_ENV=esm babel src --config-file ../../babel.config.js --out-dir dist/esm --source-maps --ignore 'node_modules/'", | ||
"build-es5": "BABEL_ENV=es5 babel src --config-file ../../babel.config.js --out-dir dist/es5 --source-maps --ignore 'node_modules/'" | ||
}, | ||
"scripts": {}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.0.0", | ||
"@luma.gl/constants": "7.0.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"probe.gl": "^2.0.1" | ||
"@luma.gl/constants": "7.0.0-beta.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
0
331863
+ Added@luma.gl/constants@7.0.0-beta.2(transitive)
- Removed@luma.gl/constants@7.0.0-beta.1(transitive)