@effect-app/vue 0.134.3 → 0.135.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/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 0.135.0
4
+
5
+ ### Minor Changes
6
+
7
+ - m
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @effect-app/core@0.139.0
13
+ - @effect-app/fluent-extensions@0.133.0
14
+ - effect-app@0.163.0
15
+ - @effect-app/schema@0.191.0
16
+ - @effect-app/vue@0.135.0
17
+
3
18
  ## 0.134.3
4
19
 
5
20
  ### Patch Changes
package/dist/runtime.d.ts CHANGED
@@ -14,7 +14,7 @@ export declare function makeAppRuntime<R, E, A>(layer: Layer<A, E, R>): Effect.E
14
14
  runPromiseExit: <A_2, E_2>(effect: Effect.Effect<A_2, E_2, A>) => Promise<Exit.Exit<A_2, E_2>>;
15
15
  runSync: <A_3, E_3>(effect: Effect.Effect<A_3, E_3, A>) => A_3;
16
16
  runSyncExit: <A_4, E_4>(effect: Effect.Effect<A_4, E_4, A>) => Exit.Exit<A_4, E_4>;
17
- runFork: <A_1, E_1>(self: Effect.Effect<A_1, E_1, A>, options?: Runtime.RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_1, E_1>;
17
+ runFork: <A_5, E_5>(self: Effect.Effect<A_5, E_5, A>, options?: Runtime.RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
18
18
  };
19
19
  clean: Effect.Effect<void, never, never>;
20
20
  }, E, R>;
@@ -24,7 +24,7 @@ export declare function initializeSync<E, A>(layer: Layer<A | ApiConfig | HttpCl
24
24
  runPromiseExit: <A_2, E_2>(effect: Effect.Effect<A_2, E_2, HttpClient.Client.Default | ApiConfig | A>) => Promise<Exit.Exit<A_2, E_2>>;
25
25
  runSync: <A_3, E_3>(effect: Effect.Effect<A_3, E_3, HttpClient.Client.Default | ApiConfig | A>) => A_3;
26
26
  runSyncExit: <A_4, E_4>(effect: Effect.Effect<A_4, E_4, HttpClient.Client.Default | ApiConfig | A>) => Exit.Exit<A_4, E_4>;
27
- runFork: <A_1, E_1>(self: Effect.Effect<A_1, E_1, HttpClient.Client.Default | ApiConfig | A>, options?: Runtime.RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_1, E_1>;
27
+ runFork: <A_5, E_5>(self: Effect.Effect<A_5, E_5, HttpClient.Client.Default | ApiConfig | A>, options?: Runtime.RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
28
28
  };
29
29
  clean: () => void;
30
30
  };
@@ -34,7 +34,7 @@ export declare function initializeAsync<E, A>(layer: Layer<A | ApiConfig | HttpC
34
34
  runPromiseExit: <A_2, E_2>(effect: Effect.Effect<A_2, E_2, HttpClient.Client.Default | ApiConfig | A>) => Promise<Exit.Exit<A_2, E_2>>;
35
35
  runSync: <A_3, E_3>(effect: Effect.Effect<A_3, E_3, HttpClient.Client.Default | ApiConfig | A>) => A_3;
36
36
  runSyncExit: <A_4, E_4>(effect: Effect.Effect<A_4, E_4, HttpClient.Client.Default | ApiConfig | A>) => Exit.Exit<A_4, E_4>;
37
- runFork: <A_1, E_1>(self: Effect.Effect<A_1, E_1, HttpClient.Client.Default | ApiConfig | A>, options?: Runtime.RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_1, E_1>;
37
+ runFork: <A_5, E_5>(self: Effect.Effect<A_5, E_5, HttpClient.Client.Default | ApiConfig | A>, options?: Runtime.RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
38
38
  };
39
39
  clean: () => Promise<void>;
40
40
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "0.134.3",
3
+ "version": "0.135.0",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
@@ -13,11 +13,11 @@
13
13
  "effect": "^2.3.5",
14
14
  "query-string": "^8.2.0",
15
15
  "vue": "^3.4.19",
16
- "@effect-app/core": "0.138.0",
17
- "@effect-app/fluent-extensions": "0.132.0",
18
- "effect-app": "0.162.3",
19
- "@effect-app/schema": "0.190.0",
20
- "@effect-app/vue": "0.134.3"
16
+ "@effect-app/core": "0.139.0",
17
+ "@effect-app/vue": "0.135.0",
18
+ "@effect-app/fluent-extensions": "0.133.0",
19
+ "@effect-app/schema": "0.191.0",
20
+ "effect-app": "0.163.0"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@babel/cli": "^7.23.9",
@@ -28,7 +28,7 @@
28
28
  "typescript": "npm:@effect-app/typescript@5.4.0-tsplus.20240124",
29
29
  "vite": "^5.1.1",
30
30
  "vitest": "^1.2.2",
31
- "@effect-app/compiler": "0.63.0"
31
+ "@effect-app/compiler": "0.64.0"
32
32
  },
33
33
  "typesVersions": {
34
34
  "*": {