@thi.ng/transducers 8.3.37 → 8.3.38
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 +15 -15
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers",
|
|
3
|
-
"version": "8.3.
|
|
3
|
+
"version": "8.3.38",
|
|
4
4
|
"description": "Lightweight transducer implementations for ES6 / TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"scripts": {
|
|
31
31
|
"build": "yarn clean && tsc --declaration",
|
|
32
|
-
"clean": "rimraf '*.js' '*.d.ts' '*.map' doc internal",
|
|
32
|
+
"clean": "rimraf --glob '*.js' '*.d.ts' '*.map' doc internal",
|
|
33
33
|
"doc": "typedoc --excludePrivate --excludeInternal --out doc src/index.ts",
|
|
34
34
|
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
35
35
|
"doc:readme": "yarn doc:stats && tools:readme",
|
|
@@ -38,21 +38,21 @@
|
|
|
38
38
|
"test": "testament test"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@thi.ng/api": "^8.7.
|
|
42
|
-
"@thi.ng/arrays": "^2.5.
|
|
43
|
-
"@thi.ng/checks": "^3.3.
|
|
44
|
-
"@thi.ng/compare": "^2.1.
|
|
45
|
-
"@thi.ng/compose": "^2.1.
|
|
46
|
-
"@thi.ng/errors": "^2.2.
|
|
47
|
-
"@thi.ng/math": "^5.4.
|
|
48
|
-
"@thi.ng/random": "^3.3.
|
|
41
|
+
"@thi.ng/api": "^8.7.4",
|
|
42
|
+
"@thi.ng/arrays": "^2.5.8",
|
|
43
|
+
"@thi.ng/checks": "^3.3.10",
|
|
44
|
+
"@thi.ng/compare": "^2.1.27",
|
|
45
|
+
"@thi.ng/compose": "^2.1.29",
|
|
46
|
+
"@thi.ng/errors": "^2.2.13",
|
|
47
|
+
"@thi.ng/math": "^5.4.5",
|
|
48
|
+
"@thi.ng/random": "^3.3.27"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
|
-
"@microsoft/api-extractor": "^7.34.
|
|
52
|
-
"@thi.ng/testament": "^0.3.
|
|
53
|
-
"rimraf": "^4.
|
|
51
|
+
"@microsoft/api-extractor": "^7.34.4",
|
|
52
|
+
"@thi.ng/testament": "^0.3.13",
|
|
53
|
+
"rimraf": "^4.4.0",
|
|
54
54
|
"tools": "^0.0.1",
|
|
55
|
-
"typedoc": "^0.23.
|
|
55
|
+
"typedoc": "^0.23.26",
|
|
56
56
|
"typescript": "^4.9.5"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
@@ -571,5 +571,5 @@
|
|
|
571
571
|
],
|
|
572
572
|
"year": 2016
|
|
573
573
|
},
|
|
574
|
-
"gitHead": "
|
|
574
|
+
"gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
|
|
575
575
|
}
|