@thi.ng/transducers-fsm 2.2.115 → 2.2.117
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/index.d.ts +1 -1
- package/package.json +6 -6
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 202 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/index.d.ts
CHANGED
|
@@ -30,7 +30,7 @@ export interface FSMOpts<T extends FSMState, A, B> {
|
|
|
30
30
|
*
|
|
31
31
|
* Regardless of return value, if a state handler has caused a state change to
|
|
32
32
|
* the configured `terminal` state, processing is terminated (by calling
|
|
33
|
-
* [`ensureReduced
|
|
33
|
+
* [`ensureReduced`](https://docs.thi.ng/umbrella/transducers/functions/ensureReduced.html))
|
|
34
34
|
* and no further inputs will be consumed.
|
|
35
35
|
*
|
|
36
36
|
* @example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/transducers-fsm",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.117",
|
|
4
4
|
"description": "Transducer-based Finite State Machine transformer",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.11.
|
|
43
|
-
"@thi.ng/transducers": "^9.2.
|
|
42
|
+
"@thi.ng/api": "^8.11.21",
|
|
43
|
+
"@thi.ng/transducers": "^9.2.19"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"esbuild": "^0.
|
|
47
|
-
"typedoc": "^0.27.
|
|
46
|
+
"esbuild": "^0.25.0",
|
|
47
|
+
"typedoc": "^0.27.7",
|
|
48
48
|
"typescript": "^5.7.3"
|
|
49
49
|
},
|
|
50
50
|
"keywords": [
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
"status": "completed",
|
|
77
77
|
"year": 2018
|
|
78
78
|
},
|
|
79
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "bee617702ac61d093465b967f8f973dc566faa6b\n"
|
|
80
80
|
}
|