@typed/navigation 0.12.1 → 0.13.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": "@typed/navigation",
3
- "version": "0.12.1",
3
+ "version": "0.13.0",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -10,13 +10,13 @@
10
10
  "sideEffects": [],
11
11
  "author": "Typed contributors",
12
12
  "dependencies": {
13
- "@effect/platform": "^0.45.3",
14
- "@effect/schema": "0.62.7",
15
- "effect": "^2.3.6",
16
- "@typed/context": "0.24.1",
17
- "@typed/dom": "12.0.1",
18
- "@typed/fx": "1.24.1",
19
- "@typed/id": "0.6.1"
13
+ "@effect/platform": "^0.46.1",
14
+ "@effect/schema": "0.63.0",
15
+ "effect": "^2.4.0",
16
+ "@typed/context": "0.25.0",
17
+ "@typed/dom": "13.0.0",
18
+ "@typed/fx": "1.26.0",
19
+ "@typed/id": "0.6.2"
20
20
  },
21
21
  "main": "./dist/cjs/index.js",
22
22
  "module": "./dist/esm/index.js",
@@ -120,7 +120,7 @@ export function setupFromModelAndIntent(
120
120
  const runFormDataHandlers = (
121
121
  event: FormDataEvent
122
122
  ): Effect.Effect<
123
- Either.Either<RedirectError | CancelNavigation, Option.Option<HttpClient.response.ClientResponse>>,
123
+ Either.Either<Option.Option<HttpClient.response.ClientResponse>, RedirectError | CancelNavigation>,
124
124
  NavigationError | HttpClient.error.HttpClientError,
125
125
  Scope.Scope | HttpClient.client.Client.Default
126
126
  > =>