@thi.ng/arrays 2.7.5 → 2.7.7

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-11-24T09:35:46Z
3
+ - **Last updated**: 2023-12-09T19:12:03Z
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.5",
3
+ "version": "2.7.7",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -33,19 +33,18 @@
33
33
  "test": "bun test"
34
34
  },
35
35
  "dependencies": {
36
- "@thi.ng/api": "^8.9.9",
37
- "@thi.ng/checks": "^3.4.9",
38
- "@thi.ng/compare": "^2.2.5",
39
- "@thi.ng/equiv": "^2.1.34",
40
- "@thi.ng/errors": "^2.4.3",
41
- "@thi.ng/random": "^3.6.15"
36
+ "@thi.ng/api": "^8.9.11",
37
+ "@thi.ng/checks": "^3.4.11",
38
+ "@thi.ng/compare": "^2.2.7",
39
+ "@thi.ng/equiv": "^2.1.36",
40
+ "@thi.ng/errors": "^2.4.5",
41
+ "@thi.ng/random": "^3.6.17"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@microsoft/api-extractor": "^7.38.3",
45
- "@thi.ng/testament": "^0.4.2",
46
45
  "rimraf": "^5.0.5",
47
46
  "tools": "^0.0.1",
48
- "typedoc": "^0.25.3",
47
+ "typedoc": "^0.25.4",
49
48
  "typescript": "^5.3.2"
50
49
  },
51
50
  "keywords": [
@@ -164,5 +163,5 @@
164
163
  "thi.ng": {
165
164
  "year": 2018
166
165
  },
167
- "gitHead": "f6de41f4991704fdbbb2899bb430ed4f4f6efab0\n"
166
+ "gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
168
167
  }