@rotorsoft/act 1.5.0 → 1.5.1
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/dist/.tsbuildinfo +1 -1
- package/dist/@types/act.d.ts +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1967,7 +1967,7 @@ var Act = class {
|
|
|
1967
1967
|
* and projections in one pass.
|
|
1968
1968
|
*
|
|
1969
1969
|
* @param registry Schemas for every event and action across registered states
|
|
1970
|
-
* @param
|
|
1970
|
+
* @param states Merged map of state name → state definition
|
|
1971
1971
|
* @param batchHandlers Static-target projection batch handlers (target → handler)
|
|
1972
1972
|
* @param options Tuning knobs — see {@link ActOptions}
|
|
1973
1973
|
* @param lanes Declared drain lanes (ACT-1103). The builder collects
|