@thi.ng/transducers 9.0.7 → 9.0.8
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 +13 -13
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 188 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.0.
|
|
3
|
+
"version": "9.0.8",
|
|
4
4
|
"description": "Lightweight transducer implementations for ES6 / TypeScript",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.11.
|
|
44
|
-
"@thi.ng/arrays": "^2.9.
|
|
45
|
-
"@thi.ng/checks": "^3.6.
|
|
46
|
-
"@thi.ng/compare": "^2.3.
|
|
47
|
-
"@thi.ng/compose": "^3.0.
|
|
48
|
-
"@thi.ng/errors": "^2.5.
|
|
49
|
-
"@thi.ng/math": "^5.11.
|
|
50
|
-
"@thi.ng/random": "^3.8.
|
|
43
|
+
"@thi.ng/api": "^8.11.5",
|
|
44
|
+
"@thi.ng/arrays": "^2.9.9",
|
|
45
|
+
"@thi.ng/checks": "^3.6.7",
|
|
46
|
+
"@thi.ng/compare": "^2.3.8",
|
|
47
|
+
"@thi.ng/compose": "^3.0.7",
|
|
48
|
+
"@thi.ng/errors": "^2.5.10",
|
|
49
|
+
"@thi.ng/math": "^5.11.2",
|
|
50
|
+
"@thi.ng/random": "^3.8.3"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@microsoft/api-extractor": "^7.47.0",
|
|
54
|
-
"esbuild": "^0.
|
|
55
|
-
"typedoc": "^0.
|
|
56
|
-
"typescript": "^5.5.
|
|
54
|
+
"esbuild": "^0.23.0",
|
|
55
|
+
"typedoc": "^0.26.3",
|
|
56
|
+
"typescript": "^5.5.3"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"2d",
|
|
@@ -589,5 +589,5 @@
|
|
|
589
589
|
],
|
|
590
590
|
"year": 2016
|
|
591
591
|
},
|
|
592
|
-
"gitHead": "
|
|
592
|
+
"gitHead": "70f493d9ccc97c5df5dda7e808e96cd1691097fc\n"
|
|
593
593
|
}
|