@thi.ng/arrays 2.5.13 → 2.5.15

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 +7 -1
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-06-14T07:58:51Z
3
+ - **Last updated**: 2023-08-04T10:58:19Z
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.
@@ -9,6 +9,12 @@ See [Conventional Commits](https://conventionalcommits.org/) for commit guidelin
9
9
  **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
10
10
  and/or version bumps of transitive dependencies.
11
11
 
12
+ ### [2.5.15](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.5.15) (2023-08-04)
13
+
14
+ #### ♻️ Refactoring
15
+
16
+ - update `identity` usage in various pkgs ([b6db053](https://github.com/thi-ng/umbrella/commit/b6db053))
17
+
12
18
  ## [2.5.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/arrays@2.5.0) (2022-12-29)
13
19
 
14
20
  #### 🚀 Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/arrays",
3
- "version": "2.5.13",
3
+ "version": "2.5.15",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,20 +34,20 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.8.2",
38
- "@thi.ng/checks": "^3.3.14",
39
- "@thi.ng/compare": "^2.1.32",
40
- "@thi.ng/equiv": "^2.1.24",
41
- "@thi.ng/errors": "^2.2.17",
42
- "@thi.ng/random": "^3.4.2"
37
+ "@thi.ng/api": "^8.9.0",
38
+ "@thi.ng/checks": "^3.4.0",
39
+ "@thi.ng/compare": "^2.1.33",
40
+ "@thi.ng/equiv": "^2.1.25",
41
+ "@thi.ng/errors": "^2.3.0",
42
+ "@thi.ng/random": "^3.5.1"
43
43
  },
44
44
  "devDependencies": {
45
- "@microsoft/api-extractor": "^7.35.3",
46
- "@thi.ng/testament": "^0.3.17",
45
+ "@microsoft/api-extractor": "^7.36.3",
46
+ "@thi.ng/testament": "^0.3.18",
47
47
  "rimraf": "^5.0.1",
48
48
  "tools": "^0.0.1",
49
49
  "typedoc": "^0.24.8",
50
- "typescript": "^5.1.3"
50
+ "typescript": "^5.1.6"
51
51
  },
52
52
  "keywords": [
53
53
  "aos",
@@ -156,5 +156,5 @@
156
156
  "thi.ng": {
157
157
  "year": 2018
158
158
  },
159
- "gitHead": "54e825a976c72067a244cff8725ca98f5416d26d\n"
159
+ "gitHead": "9fa3f7f8169efa30e3c71b43c82f77393581c3b5\n"
160
160
  }