@thi.ng/arrays 2.9.0 → 2.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/arrays",
3
- "version": "2.9.0",
3
+ "version": "2.9.1",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -38,7 +38,7 @@
38
38
  "dependencies": {
39
39
  "@thi.ng/api": "^8.9.31",
40
40
  "@thi.ng/checks": "^3.5.5",
41
- "@thi.ng/compare": "^2.2.27",
41
+ "@thi.ng/compare": "^2.3.0",
42
42
  "@thi.ng/equiv": "^2.1.53",
43
43
  "@thi.ng/errors": "^2.5.2",
44
44
  "@thi.ng/random": "^3.7.1"
@@ -169,5 +169,5 @@
169
169
  "thi.ng": {
170
170
  "year": 2018
171
171
  },
172
- "gitHead": "db5f5a5d1b223a8e6b4999d67836678038fd3560\n"
172
+ "gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n"
173
173
  }