@saulx/utils
Advanced tools
Comparing version 1.4.3 to 1.4.4
@@ -7,3 +7,3 @@ "use strict"; | ||
const hash_1 = require("./hash"); | ||
const is_plain_object_1 = __importDefault(require("is-plain-object")); | ||
const is_plain_obj_1 = __importDefault(require("is-plain-obj")); | ||
const defaultDedup = (...args) => { | ||
@@ -17,3 +17,3 @@ let x = ''; | ||
} | ||
else if (is_plain_object_1.default(arg)) { | ||
else if (is_plain_obj_1.default(arg)) { | ||
x += hash_1.hashObjectIgnoreKeyOrder(arg); | ||
@@ -20,0 +20,0 @@ } |
{ | ||
"name": "@saulx/utils", | ||
"main": "./dist/index.js", | ||
"version": "1.4.3", | ||
"version": "1.4.4", | ||
"scripts": { | ||
@@ -39,3 +39,3 @@ "build": "tsc", | ||
"dependencies": { | ||
"is-plain-object": "^5.0.0" | ||
"is-plain-obj": "^3.0.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
49417
+ Addedis-plain-obj@^3.0.0
+ Addedis-plain-obj@3.0.0(transitive)
- Removedis-plain-object@^5.0.0
- Removedis-plain-object@5.0.0(transitive)