@shopify/async
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -1,1 +0,4 @@ | ||
module.exports = require("./build/cjs/babel-plugin.js"); | ||
function interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : {default: obj}; | ||
} | ||
module.exports = interopRequireDefault(require("./build/cjs/babel-plugin.js")); |
@@ -66,3 +66,3 @@ export function createResolver({ id, load }) { | ||
} | ||
catch (_a) { | ||
catch { | ||
// Just ignore failures | ||
@@ -75,3 +75,3 @@ } | ||
} | ||
catch (_b) { | ||
catch { | ||
// Just ignore failures | ||
@@ -78,0 +78,0 @@ } |
@@ -1,1 +0,4 @@ | ||
module.exports = require("./build/cjs/index.js"); | ||
function interopRequireDefault(obj) { | ||
return obj && obj.__esModule ? obj : {default: obj}; | ||
} | ||
module.exports = interopRequireDefault(require("./build/cjs/index.js")); |
{ | ||
"name": "@shopify/async", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"license": "MIT", | ||
"description": "Primitives for loading parts of an application asynchronously", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"types": "./build/ts/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"babel": [ | ||
"./build/ts/babel-plugin.d.ts" | ||
] | ||
} | ||
}, | ||
"sideEffects": false, | ||
@@ -41,8 +48,5 @@ "publishConfig": { | ||
"index.esnext", | ||
"index.d.ts", | ||
"babel.js", | ||
"babel.mjs", | ||
"babel.esnext", | ||
"babel.d.ts", | ||
"babel.js" | ||
"babel.esnext" | ||
], | ||
@@ -64,3 +68,3 @@ "module": "index.mjs", | ||
}, | ||
"gitHead": "0edc9e3b7df7b6a4805cc3ff1443641cdb8e8a72" | ||
"gitHead": "c7d64cb78303f2752c172f6df52b78bc56bebd40" | ||
} |
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
298563
722
36