henrybuilt-js-library
Advanced tools
Comparing version 1.8.309 to 1.8.310
{ | ||
"name": "henrybuilt-js-library", | ||
"version": "1.8.309", | ||
"version": "1.8.310", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
if (typeof(window) !== 'undefined') global.fetch = require('whatwg-fetch').fetch; | ||
global.lib = { | ||
var _lib; global.lib = { | ||
...((typeof(lib) !== 'undefined' && lib) || {}), | ||
@@ -34,2 +34,2 @@ ...require('./core/lib'), | ||
module.exports = lib; | ||
module.exports = _lib; |
Sorry, the diff of this file is too big to display
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
877443