@thi.ng/arrays 1.0.2 → 1.0.3

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 -49
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -3,55 +3,7 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [1.0.2](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@1.0.1...@thi.ng/arrays@1.0.2) (2021-08-17)
7
-
8
- **Note:** Version bump only for package @thi.ng/arrays
9
-
10
-
11
-
12
-
13
-
14
- ## [1.0.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.16...@thi.ng/arrays@1.0.1) (2021-08-08)
15
-
16
- **Note:** Version bump only for package @thi.ng/arrays
17
-
18
-
19
-
20
-
21
-
22
- ## [0.10.16](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.15...@thi.ng/arrays@0.10.16) (2021-08-08)
23
-
24
- **Note:** Version bump only for package @thi.ng/arrays
25
-
26
-
27
-
28
-
29
-
30
- ## [0.10.15](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.14...@thi.ng/arrays@0.10.15) (2021-08-04)
31
-
32
- **Note:** Version bump only for package @thi.ng/arrays
33
-
34
-
35
-
36
-
37
-
38
- ## [0.10.14](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.13...@thi.ng/arrays@0.10.14) (2021-08-04)
39
-
40
- **Note:** Version bump only for package @thi.ng/arrays
41
-
42
-
43
-
44
-
45
-
46
- ## [0.10.13](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.12...@thi.ng/arrays@0.10.13) (2021-07-01)
47
-
48
- **Note:** Version bump only for package @thi.ng/arrays
49
-
50
-
51
-
52
-
53
-
54
- ## [0.10.12](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@0.10.11...@thi.ng/arrays@0.10.12) (2021-06-08)
6
+ ## [1.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@1.0.2...@thi.ng/arrays@1.0.3) (2021-09-03)
55
7
 
56
8
  **Note:** Version bump only for package @thi.ng/arrays
57
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/arrays",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "module": "./index.js",
6
6
  "main": "./lib/index.js",
@@ -38,12 +38,12 @@
38
38
  "pub": "yarn build:release && yarn publish --access public"
39
39
  },
40
40
  "dependencies": {
41
- "@thi.ng/api": "^7.1.9",
42
- "@thi.ng/checks": "^2.9.10",
43
- "@thi.ng/compare": "^1.3.33",
41
+ "@thi.ng/api": "^7.2.0",
42
+ "@thi.ng/checks": "^2.9.11",
43
+ "@thi.ng/compare": "^1.3.34",
44
44
  "@thi.ng/equiv": "^1.0.45",
45
45
  "@thi.ng/errors": "^1.3.4",
46
- "@thi.ng/random": "^2.4.7"
46
+ "@thi.ng/random": "^2.4.8"
47
47
  },
48
48
  "files": [
49
49
  "*.js",
@@ -67,5 +67,5 @@
67
67
  "thi.ng": {
68
68
  "year": 2018
69
69
  },
70
- "gitHead": "3365151f112c39f224541f5ac4cedf3370eb9ba4"
70
+ "gitHead": "d971cb3f9b215a95483f78f1a8614015e331146f"
71
71
  }