@thi.ng/transducers 9.2.16 → 9.2.17
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/README.md +1 -1
- package/package.json +11 -12
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 201 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers",
|
|
3
|
-
"version": "9.2.
|
|
3
|
+
"version": "9.2.17",
|
|
4
4
|
"description": "Collection of ~170 lightweight, composable transducers, reducers, generators, iterators for functional data transformations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,22 +37,21 @@
|
|
|
37
37
|
"build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
|
|
38
38
|
"clean": "bun ../../tools/src/clean-package.ts",
|
|
39
39
|
"doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
|
|
40
|
-
"doc:ae": "mkdir -p .ae/doc .ae/temp && api-extractor run --local --verbose",
|
|
41
40
|
"doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
|
|
42
41
|
"pub": "yarn npm publish --access public",
|
|
43
42
|
"test": "bun test",
|
|
44
43
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
45
44
|
},
|
|
46
45
|
"dependencies": {
|
|
47
|
-
"@thi.ng/api": "^8.11.
|
|
48
|
-
"@thi.ng/arrays": "^2.10.
|
|
49
|
-
"@thi.ng/checks": "^3.6.
|
|
50
|
-
"@thi.ng/compare": "^2.4.
|
|
51
|
-
"@thi.ng/compose": "^3.0.
|
|
52
|
-
"@thi.ng/errors": "^2.5.
|
|
53
|
-
"@thi.ng/math": "^5.11.
|
|
54
|
-
"@thi.ng/random": "^4.1.
|
|
55
|
-
"@thi.ng/timestamp": "^1.1.
|
|
46
|
+
"@thi.ng/api": "^8.11.19",
|
|
47
|
+
"@thi.ng/arrays": "^2.10.14",
|
|
48
|
+
"@thi.ng/checks": "^3.6.22",
|
|
49
|
+
"@thi.ng/compare": "^2.4.11",
|
|
50
|
+
"@thi.ng/compose": "^3.0.22",
|
|
51
|
+
"@thi.ng/errors": "^2.5.25",
|
|
52
|
+
"@thi.ng/math": "^5.11.19",
|
|
53
|
+
"@thi.ng/random": "^4.1.10",
|
|
54
|
+
"@thi.ng/timestamp": "^1.1.4"
|
|
56
55
|
},
|
|
57
56
|
"devDependencies": {
|
|
58
57
|
"esbuild": "^0.24.2",
|
|
@@ -604,5 +603,5 @@
|
|
|
604
603
|
],
|
|
605
604
|
"year": 2016
|
|
606
605
|
},
|
|
607
|
-
"gitHead": "
|
|
606
|
+
"gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n"
|
|
608
607
|
}
|