@gilbarbara/deep-equal
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,3 +6,2 @@ /** | ||
export { equal as default }; | ||
export = equal | ||
export = equal; |
@@ -152,8 +152,2 @@ "use strict"; | ||
} | ||
//# sourceMappingURL=index.js.map | ||
// fix-cjs-exports | ||
if (module.exports.default) { | ||
Object.assign(module.exports.default, module.exports); | ||
module.exports = module.exports.default; | ||
delete module.exports.default; | ||
} | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@gilbarbara/deep-equal", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Tiny deep equal comparator", | ||
@@ -45,3 +45,2 @@ "author": "Gil Barbara <gilbarbara@gmail.com>", | ||
"del-cli": "^5.1.0", | ||
"fix-tsup-cjs": "^1.2.0", | ||
"happy-dom": "^12.7.0", | ||
@@ -61,3 +60,3 @@ "husky": "^8.0.3", | ||
"scripts": { | ||
"build": "npm run clean && tsup && fix-tsup-cjs", | ||
"build": "npm run clean && tsup", | ||
"watch": "tsup --watch", | ||
@@ -77,2 +76,3 @@ "clean": "del dist/*", | ||
"tsup": { | ||
"cjsInterop": true, | ||
"dts": true, | ||
@@ -79,0 +79,0 @@ "entry": [ |
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
22
32687
446