@shopify/async
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -1,4 +0,1 @@ | ||
function interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : {default: obj}; | ||
} | ||
module.exports = interopRequireDefault(require("./build/cjs/babel-plugin.js")); | ||
module.exports = require("./build/cjs/babel-plugin.js"); |
@@ -1,4 +0,1 @@ | ||
function interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : {default: obj}; | ||
} | ||
module.exports = interopRequireDefault(require("./build/cjs/index.js")); | ||
module.exports = require("./build/cjs/index.js"); |
{ | ||
"name": "@shopify/async", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"license": "MIT", | ||
@@ -57,13 +57,13 @@ "description": "Primitives for loading parts of an application asynchronously", | ||
"./babel": { | ||
"esnext": "./babel.esnext", | ||
"import": "./babel.mjs", | ||
"require": "./babel.js", | ||
"esnext": "./babel.esnext" | ||
"require": "./babel.js" | ||
}, | ||
".": { | ||
"esnext": "./index.esnext", | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"esnext": "./index.esnext" | ||
"require": "./index.js" | ||
} | ||
}, | ||
"gitHead": "33318521eb0324d436711619fbf9a2f0ba201180" | ||
"gitHead": "bbb10becf71853111f455e3561ac79d443703d25" | ||
} |
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
33858
526