@luma.gl/gltools
Advanced tools
Comparing version 8.6.0-alpha.3 to 8.6.0-alpha.4
@@ -11,5 +11,5 @@ export { log } from '@luma.gl/api'; | ||
export { polyfillContext } from '@luma.gl/webgl'; | ||
export type { GLContextOptions } from './lib/deprecated/context-api'; | ||
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from './lib/deprecated/context-api'; | ||
export { FEATURES } from './lib/deprecated/features'; | ||
export type { GLContextOptions } from '@luma.gl/webgl'; | ||
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from '@luma.gl/webgl'; | ||
export { FEATURES } from '@luma.gl/webgl'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,4 +9,4 @@ export { log } from '@luma.gl/api'; | ||
export { polyfillContext } from '@luma.gl/webgl'; | ||
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from './lib/deprecated/context-api'; | ||
export { FEATURES } from './lib/deprecated/features'; | ||
export { createGLContext, instrumentGLContext, resizeGLContext, hasFeature, hasFeatures, getFeatures, getContextInfo, getGLContextInfo, getContextLimits, getContextDebugInfo } from '@luma.gl/webgl'; | ||
export { FEATURES } from '@luma.gl/webgl'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@luma.gl/gltools", | ||
"version": "8.6.0-alpha.3", | ||
"version": "8.6.0-alpha.4", | ||
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext", | ||
@@ -32,6 +32,6 @@ "license": "MIT", | ||
"@babel/runtime": "^7.0.0", | ||
"@luma.gl/constants": "8.6.0-alpha.3", | ||
"@luma.gl/constants": "8.6.0-alpha.4", | ||
"@probe.gl/log": "^3.5.0" | ||
}, | ||
"gitHead": "a808a90fb8d59b682f5b647b8caa819f26827512" | ||
"gitHead": "c1c84f1bcaa6e6ff4f1e96f5d294baf8ce39846c" | ||
} |
@@ -44,3 +44,3 @@ // Utils | ||
export type {GLContextOptions} from './lib/deprecated/context-api'; | ||
export type {GLContextOptions} from '@luma.gl/webgl'; | ||
export { | ||
@@ -57,5 +57,5 @@ createGLContext, | ||
getContextDebugInfo | ||
} from './lib/deprecated/context-api'; | ||
} from '@luma.gl/webgl'; | ||
// Features | ||
export {FEATURES} from './lib/deprecated/features'; | ||
export {FEATURES} from '@luma.gl/webgl'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
9875
12
79
1
+ Added@luma.gl/constants@8.6.0-alpha.4(transitive)
- Removed@luma.gl/constants@8.6.0-alpha.3(transitive)