array-hyper-unique
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -6,2 +6,12 @@ # Change Log | ||
## [2.1.2](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.1.1...array-hyper-unique@2.1.2) (2022-09-26) | ||
### 🔖 Miscellaneous | ||
* . ([c7f24df](https://github.com/bluelovers/ws-array/commit/c7f24dffc867f36fdb75f618fb3bebee05fa645c)) | ||
## [2.1.1](https://github.com/bluelovers/ws-array/compare/array-hyper-unique@2.0.8...array-hyper-unique@2.1.1) (2022-09-26) | ||
@@ -8,0 +18,0 @@ |
{ | ||
"name": "array-hyper-unique", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"description": "Get unique values of an array. Really, like deeply unique.", | ||
@@ -80,2 +80,3 @@ "keywords": [ | ||
"test:snapshot": "yarn run test -- -u", | ||
"test:tsd": "ynpx tsd", | ||
"posttest": "yarn run build", | ||
@@ -110,17 +111,6 @@ "build": "yarn run build:tsdx && yarn run build:dts", | ||
"deep-eql": "= 4.0.0", | ||
"lodash": "^4.17.21", | ||
"tslib": "^2" | ||
"lodash": "^4.17.21" | ||
}, | ||
"devDependencies": { | ||
"@arr/unique": "^1.0.1", | ||
"arr-unique": "^1.0.2", | ||
"array-uniq": "<3 >=2.1", | ||
"array-unique": "^0.3.2", | ||
"array-unique-deep": "^1.0.1", | ||
"just-unique": "^4.0.1", | ||
"lodash.uniq": "^4.5.0", | ||
"tfk-unique-array": "^2.0.0" | ||
}, | ||
"packageManager": "yarn@^1.22.11", | ||
"gitHead": "1847cf5e4d64c410da4934e8c7bc2de2f2df0960" | ||
"gitHead": "fcebb3831d3a25e50d06481d9d4e9a56b3d3036d" | ||
} |
2
0
62887
- Removedtslib@^2
- Removedtslib@2.8.1(transitive)