@luma.gl/webgl2-polyfill
Advanced tools
Comparing version 7.2.0-alpha.2 to 7.2.0-alpha.3
@@ -94,3 +94,3 @@ (function webpackUniversalModuleDefinition(root, factory) { | ||
/******/ // Load entry module and return exports | ||
/******/ return __webpack_require__(__webpack_require__.s = "./src/bundle.js"); | ||
/******/ return __webpack_require__(__webpack_require__.s = "./bundle.js"); | ||
/******/ }) | ||
@@ -977,2 +977,21 @@ /************************************************************************/ | ||
/***/ "./bundle.js": | ||
/*!*******************!*\ | ||
!*** ./bundle.js ***! | ||
\*******************/ | ||
/*! no static exports found */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/* WEBPACK VAR INJECTION */(function(global) {/* global window, global */ | ||
const moduleExports = __webpack_require__(/*! ./src */ "./src/index.js"); | ||
const _global = typeof window === 'undefined' ? global : window; | ||
_global.loaders = _global.luma || {}; | ||
module.exports = Object.assign(_global.luma, moduleExports); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js"))) | ||
/***/ }), | ||
/***/ "./src/assert.js": | ||
@@ -997,21 +1016,2 @@ /*!***********************!*\ | ||
/***/ "./src/bundle.js": | ||
/*!***********************!*\ | ||
!*** ./src/bundle.js ***! | ||
\***********************/ | ||
/*! no static exports found */ | ||
/***/ (function(module, exports, __webpack_require__) { | ||
/* WEBPACK VAR INJECTION */(function(global) {/* global window, global */ | ||
const moduleExports = __webpack_require__(/*! ./index */ "./src/index.js"); | ||
const _global = typeof window === 'undefined' ? global : window; | ||
_global.loaders = _global.luma || {}; | ||
module.exports = Object.assign(_global.luma, moduleExports); | ||
/* WEBPACK VAR INJECTION */}.call(this, __webpack_require__(/*! ./../../../node_modules/webpack/buildin/global.js */ "../../node_modules/webpack/buildin/global.js"))) | ||
/***/ }), | ||
/***/ "./src/index.js": | ||
@@ -1018,0 +1018,0 @@ /*!**********************!*\ |
{ | ||
"name": "@luma.gl/webgl2-polyfill", | ||
"version": "7.2.0-alpha.2", | ||
"version": "7.2.0-alpha.3", | ||
"description": "WebGL2 API Polyfills for WebGL1 WebGLRenderingContext", | ||
@@ -29,5 +29,5 @@ "license": "MIT", | ||
"@babel/runtime": "^7.0.0", | ||
"@luma.gl/constants": "7.2.0-alpha.2" | ||
"@luma.gl/constants": "7.2.0-alpha.3" | ||
}, | ||
"gitHead": "edaa7caabc3aa3e422eb7a4c3c90377968c867af" | ||
"gitHead": "ca4f57e62c5b48e931743e7a6f469e1da7914e0e" | ||
} |
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
208483
40
2606
+ Added@luma.gl/constants@7.2.0-alpha.3(transitive)
- Removed@luma.gl/constants@7.2.0-alpha.2(transitive)