@thi.ng/transducers 8.3.35 → 8.3.37

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-03-02T18:09:03Z
3
+ - **Last updated**: 2023-03-09T13:01:59Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -92,7 +92,7 @@ issue](https://github.com/thi-ng/umbrella/issues/186) by
92
92
  [@gavinpc-mindgrub](https://github.com/gavinpc-mindgrub), various transducers
93
93
  functions have been fixed for the case when they're invoked with an _empty_
94
94
  string as input iterable. Furthermore,
95
- [`flatten()`](https://docs.thi.ng/umbrella/transducers/modules.html#flatten) is
95
+ [`flatten()`](https://docs.thi.ng/umbrella/transducers/functions/flatten.html) is
96
96
  _always_ treating strings as atomic values now, whereas before top-level strings
97
97
  would be split into individual characters.
98
98
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "8.3.35",
3
+ "version": "8.3.37",
4
4
  "description": "Lightweight transducer implementations for ES6 / TypeScript",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@thi.ng/api": "^8.7.3",
42
- "@thi.ng/arrays": "^2.5.6",
42
+ "@thi.ng/arrays": "^2.5.7",
43
43
  "@thi.ng/checks": "^3.3.9",
44
44
  "@thi.ng/compare": "^2.1.26",
45
45
  "@thi.ng/compose": "^2.1.28",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "devDependencies": {
51
51
  "@microsoft/api-extractor": "^7.34.2",
52
- "@thi.ng/testament": "^0.3.11",
52
+ "@thi.ng/testament": "^0.3.12",
53
53
  "rimraf": "^4.1.2",
54
54
  "tools": "^0.0.1",
55
55
  "typedoc": "^0.23.24",
@@ -571,5 +571,5 @@
571
571
  ],
572
572
  "year": 2016
573
573
  },
574
- "gitHead": "a2915dee637c1b8cd2e11a78a23bd035e4f750e7\n"
574
+ "gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
575
575
  }