@wry/equality
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -196,4 +196,3 @@ var _a = Object.prototype, toString = _a.toString, hasOwnProperty = _a.hasOwnProperty; | ||
export default equal; | ||
export { equal }; | ||
export { equal as default, equal }; | ||
//# sourceMappingURL=equality.esm.js.map |
@@ -200,4 +200,4 @@ 'use strict'; | ||
exports.default = equal; | ||
exports['default'] = equal; | ||
exports.equal = equal; | ||
//# sourceMappingURL=equality.js.map |
{ | ||
"name": "@wry/equality", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"author": "Ben Newman <ben@eloper.dev>", | ||
@@ -25,7 +25,7 @@ "description": "Structural equality checking for JavaScript values", | ||
"mocha": "../../scripts/test.sh lib/tests.cjs.js", | ||
"prepublish": "npm run build", | ||
"prepare": "npm run build", | ||
"test": "npm run build && npm run mocha" | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.1.0" | ||
"tslib": "^2.3.0" | ||
}, | ||
@@ -35,3 +35,3 @@ "engines": { | ||
}, | ||
"gitHead": "68cd692e25876dd8b73ddcfa2c9dc35da1881c36" | ||
"gitHead": "91655122045a99ad445aa330e88905feb3775db6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
59340
13
474
Updatedtslib@^2.3.0