@cosmicdrift/kumiko-headless 0.306.0 → 0.307.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cosmicdrift/kumiko-headless",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.307.0",
|
|
4
4
|
"description": "Headless UI logic for Kumiko — Dispatcher contract, Form-Controller, View-Model, Nav-Resolver. Plattform- und React-frei; jeder Renderer (renderer, renderer-web, renderer-native, …) komponiert darauf.",
|
|
5
5
|
"license": "BUSL-1.1",
|
|
6
6
|
"author": "Marc Frost <marc@cosmicdriftgamestudio.com>",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@cosmicdrift/kumiko-framework": "0.
|
|
39
|
+
"@cosmicdrift/kumiko-framework": "0.307.0",
|
|
40
40
|
"temporal-polyfill": "^0.3.2",
|
|
41
41
|
"zod": "^4.4.3"
|
|
42
42
|
},
|
|
@@ -339,7 +339,7 @@ export function createFormController<TValues extends FormValues, TCtx = unknown>
|
|
|
339
339
|
// the first network call returned) would otherwise fire two writes
|
|
340
340
|
// AND rebase twice — compounding with the stale-submit race below.
|
|
341
341
|
// Serialize: subsequent calls await the in-flight promise. Same
|
|
342
|
-
// pattern the server-side event-dispatcher uses (
|
|
342
|
+
// pattern the server-side event-dispatcher uses (inFlightTurns).
|
|
343
343
|
if (submitInFlight) return submitInFlight as Promise<SubmitResult<TData>>;
|
|
344
344
|
|
|
345
345
|
if (!runValidate(submitCfg.validateScope, { includeRoot: true })) {
|