@thi.ng/arrays 2.5.21 → 2.5.22

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.5.21",
3
+ "version": "2.5.22",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,7 +39,7 @@
39
39
  "@thi.ng/compare": "^2.1.38",
40
40
  "@thi.ng/equiv": "^2.1.30",
41
41
  "@thi.ng/errors": "^2.3.5",
42
- "@thi.ng/random": "^3.6.3"
42
+ "@thi.ng/random": "^3.6.4"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@microsoft/api-extractor": "^7.36.4",
@@ -156,5 +156,5 @@
156
156
  "thi.ng": {
157
157
  "year": 2018
158
158
  },
159
- "gitHead": "5929dd20497668496af13415cdf784a4d6f69aa3\n"
159
+ "gitHead": "34c3bd36b0133af05abc7fe66affa01dd99704ac\n"
160
160
  }