@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.
- package/CHANGELOG.md +1 -1
- package/package.json +9 -10
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/arrays",
|
|
3
|
-
"version": "2.7.
|
|
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.
|
|
37
|
-
"@thi.ng/checks": "^3.4.
|
|
38
|
-
"@thi.ng/compare": "^2.2.
|
|
39
|
-
"@thi.ng/equiv": "^2.1.
|
|
40
|
-
"@thi.ng/errors": "^2.4.
|
|
41
|
-
"@thi.ng/random": "^3.6.
|
|
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.
|
|
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": "
|
|
166
|
+
"gitHead": "25f2ac8ff795a432a930119661b364d4d93b59a0\n"
|
|
168
167
|
}
|