@thi.ng/arrays 2.0.3 → 2.0.4

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 +8 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
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
+ ## [2.0.4](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@2.0.3...@thi.ng/arrays@2.0.4) (2021-10-25)
7
+
8
+ **Note:** Version bump only for package @thi.ng/arrays
9
+
10
+
11
+
12
+
13
+
6
14
  ## [2.0.3](https://github.com/thi-ng/umbrella/compare/@thi.ng/arrays@2.0.2...@thi.ng/arrays@2.0.3) (2021-10-15)
7
15
 
8
16
  **Note:** Version bump only for package @thi.ng/arrays
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/arrays",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "Array / Arraylike utilities",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,15 +34,15 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.0.3",
38
- "@thi.ng/checks": "^3.0.3",
39
- "@thi.ng/compare": "^2.0.3",
40
- "@thi.ng/equiv": "^2.0.3",
41
- "@thi.ng/errors": "^2.0.3",
42
- "@thi.ng/random": "^3.0.3"
37
+ "@thi.ng/api": "^8.0.4",
38
+ "@thi.ng/checks": "^3.0.4",
39
+ "@thi.ng/compare": "^2.0.4",
40
+ "@thi.ng/equiv": "^2.0.4",
41
+ "@thi.ng/errors": "^2.0.4",
42
+ "@thi.ng/random": "^3.1.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@thi.ng/testament": "^0.1.3"
45
+ "@thi.ng/testament": "^0.1.4"
46
46
  },
47
47
  "keywords": [
48
48
  "aos",
@@ -135,5 +135,5 @@
135
135
  "thi.ng": {
136
136
  "year": 2018
137
137
  },
138
- "gitHead": "1fb38cac74d6c009d96855c28784a267a81badf1"
138
+ "gitHead": "9ff00a103f76cc4917ef3f244132e218f2300a05"
139
139
  }