@thi.ng/transducers 9.0.6 → 9.0.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.
Files changed (3) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/README.md +2 -3
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-06-21T19:34:38Z
3
+ - **Last updated**: 2024-06-29T09:28:36Z
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
@@ -7,7 +7,7 @@
7
7
  [![Mastodon Follow](https://img.shields.io/mastodon/follow/109331703950160316?domain=https%3A%2F%2Fmastodon.thi.ng&style=social)](https://mastodon.thi.ng/@toxi)
8
8
 
9
9
  > [!NOTE]
10
- > This is one of 193 standalone projects, maintained as part
10
+ > This is one of 189 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
  >
@@ -113,7 +113,6 @@ change for custom reducer impls.
113
113
 
114
114
  - [@thi.ng/csv](https://github.com/thi-ng/umbrella/tree/develop/packages/csv) - Customizable, transducer-based CSV parser/object mapper and transformer
115
115
  - [@thi.ng/grid-iterators](https://github.com/thi-ng/umbrella/tree/develop/packages/grid-iterators) - 2D grid and shape iterators w/ multiple orderings
116
- - [@thi.ng/fsm](https://github.com/thi-ng/umbrella/tree/develop/packages/fsm) - Composable primitives for building declarative, transducer based Finite-State Machines & matchers for arbitrary data streams
117
116
  - [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream) - Reactive streams & subscription primitives for constructing dataflow graphs / pipelines
118
117
  - [@thi.ng/rstream-graph](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-graph) - Declarative dataflow graph construction for [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
119
118
  - [@thi.ng/rstream-log](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream-log) - Structured, multilevel & hierarchical loggers based on [@thi.ng/rstream](https://github.com/thi-ng/umbrella/tree/develop/packages/rstream)
@@ -151,7 +150,7 @@ For Node.js REPL:
151
150
  const tx = await import("@thi.ng/transducers");
152
151
  ```
153
152
 
154
- Package sizes (brotli'd, pre-treeshake): ESM: 8.95 KB
153
+ Package sizes (brotli'd, pre-treeshake): ESM: 8.94 KB
155
154
 
156
155
  ## Dependencies
157
156
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/transducers",
3
- "version": "9.0.6",
3
+ "version": "9.0.7",
4
4
  "description": "Lightweight transducer implementations for ES6 / TypeScript",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,14 +40,14 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.11.3",
44
- "@thi.ng/arrays": "^2.9.7",
45
- "@thi.ng/checks": "^3.6.5",
46
- "@thi.ng/compare": "^2.3.6",
47
- "@thi.ng/compose": "^3.0.5",
48
- "@thi.ng/errors": "^2.5.8",
49
- "@thi.ng/math": "^5.11.0",
50
- "@thi.ng/random": "^3.8.1"
43
+ "@thi.ng/api": "^8.11.4",
44
+ "@thi.ng/arrays": "^2.9.8",
45
+ "@thi.ng/checks": "^3.6.6",
46
+ "@thi.ng/compare": "^2.3.7",
47
+ "@thi.ng/compose": "^3.0.6",
48
+ "@thi.ng/errors": "^2.5.9",
49
+ "@thi.ng/math": "^5.11.1",
50
+ "@thi.ng/random": "^3.8.2"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@microsoft/api-extractor": "^7.47.0",
@@ -589,5 +589,5 @@
589
589
  ],
590
590
  "year": 2016
591
591
  },
592
- "gitHead": "154c95cf9d6bab32174498ec3b5b5d87e42be7f9\n"
592
+ "gitHead": "7b950c112fba0b2e7c450765b15624c3382f1354\n"
593
593
  }