@thi.ng/arrays 2.7.8 → 2.7.10

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +9 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-12-11T10:07:09Z
3
+ - **Last updated**: 2023-12-19T11:01:47Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/arrays",
3
- "version": "2.7.8",
3
+ "version": "2.7.10",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,18 +35,17 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.12",
39
- "@thi.ng/checks": "^3.4.12",
40
- "@thi.ng/compare": "^2.2.8",
41
- "@thi.ng/equiv": "^2.1.37",
42
- "@thi.ng/errors": "^2.4.6",
43
- "@thi.ng/random": "^3.6.18"
38
+ "@thi.ng/api": "^8.9.14",
39
+ "@thi.ng/checks": "^3.4.14",
40
+ "@thi.ng/compare": "^2.2.10",
41
+ "@thi.ng/equiv": "^2.1.39",
42
+ "@thi.ng/errors": "^2.4.8",
43
+ "@thi.ng/random": "^3.6.20"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.38.3",
47
47
  "esbuild": "^0.19.8",
48
48
  "rimraf": "^5.0.5",
49
- "tools": "^0.0.1",
50
49
  "typedoc": "^0.25.4",
51
50
  "typescript": "^5.3.2"
52
51
  },
@@ -68,7 +67,7 @@
68
67
  "access": "public"
69
68
  },
70
69
  "engines": {
71
- "node": ">=12.7"
70
+ "node": ">=18"
72
71
  },
73
72
  "files": [
74
73
  "./*.js",
@@ -166,5 +165,5 @@
166
165
  "thi.ng": {
167
166
  "year": 2018
168
167
  },
169
- "gitHead": "5e7bafedfc3d53bc131469a28de31dd8e5b4a3ff\n"
168
+ "gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n"
170
169
  }