@effect-app/vue 0.123.3 → 0.123.5

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,27 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 0.123.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [b01fd1e]
8
+ - @effect-app/core@0.129.1
9
+ - @effect-app/fluent-extensions@0.125.6
10
+ - @effect-app/prelude@0.151.1
11
+ - @effect-app/schema@0.183.11
12
+ - @effect-app/vue@0.123.5
13
+
14
+ ## 0.123.4
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies [b2d3e53]
19
+ - @effect-app/prelude@0.151.0
20
+ - @effect-app/core@0.129.0
21
+ - @effect-app/vue@0.123.4
22
+ - @effect-app/fluent-extensions@0.125.5
23
+ - @effect-app/schema@0.183.10
24
+
3
25
  ## 0.123.3
4
26
 
5
27
  ### Patch Changes
@@ -10,7 +10,7 @@ exports.parseRouteParamsOption = parseRouteParamsOption;
10
10
  var tsplus_module_1 = _interopRequireWildcard(require("effect/Option"));
11
11
  var tsplus_module_2 = _interopRequireWildcard(require("@effect-app/core/Function"));
12
12
  var tsplus_module_3 = _interopRequireWildcard(require("@effect-app/prelude"));
13
- var tsplus_module_4 = _interopRequireWildcard(require("@effect-app/prelude/utils"));
13
+ var tsplus_module_4 = _interopRequireWildcard(require("@effect-app/core/utils"));
14
14
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function (e) { return e ? t : r; })(e); }
15
15
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != typeof e && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
16
16
  function getQueryParam(search, param) {
@@ -1,7 +1,7 @@
1
1
  import * as tsplus_module_1 from "effect/Option";
2
2
  import * as tsplus_module_2 from "@effect-app/core/Function";
3
3
  import * as tsplus_module_3 from "@effect-app/prelude";
4
- import * as tsplus_module_4 from "@effect-app/prelude/utils";
4
+ import * as tsplus_module_4 from "@effect-app/core/utils";
5
5
  export function getQueryParam(search, param) {
6
6
  const v = search[param];
7
7
  if (Array.isArray(v)) {
package/dist/runtime.d.ts CHANGED
@@ -6,7 +6,7 @@ export declare const DefaultApiConfig: import("effect/Config").Config<{
6
6
  apiUrl: string;
7
7
  headers: import("effect/Option").Option<import("effect/HashMap").HashMap<string, string>>;
8
8
  }>;
9
- export declare function makeApiLayers(config: ApiConfig): import("effect/Layer").Layer<ApiConfig | HttpClient.Client.Default, never, never>;
9
+ export declare function makeApiLayers(config: ApiConfig): import("effect/Layer").Layer<HttpClient.Client.Default | ApiConfig, never, never>;
10
10
  export declare function makeAppRuntime<R, E, A>(layer: Layer<A, E, R>): import("effect/Effect").Effect<{
11
11
  runtime: import("effect/Runtime").Runtime<A> & {
12
12
  runPromise: <A_1, E_1>(effect: import("effect/Effect").Effect<A_1, E_1, A>) => Promise<A_1>;
@@ -18,22 +18,22 @@ export declare function makeAppRuntime<R, E, A>(layer: Layer<A, E, R>): import("
18
18
  clean: import("effect/Effect").Effect<void, never, never>;
19
19
  }, E, R>;
20
20
  export declare function initializeSync<E, A>(layer: Layer<A | ApiConfig | HttpClient.Client.Default, E, never>): {
21
- runtime: import("effect/Runtime").Runtime<ApiConfig | HttpClient.Client.Default | A> & {
22
- runPromise: <A_1, E_1>(effect: import("effect/Effect").Effect<A_1, E_1, ApiConfig | HttpClient.Client.Default | A>) => Promise<A_1>;
23
- runPromiseExit: <A_2, E_2>(effect: import("effect/Effect").Effect<A_2, E_2, ApiConfig | HttpClient.Client.Default | A>) => Promise<import("effect/Exit").Exit<A_2, E_2>>;
24
- runSync: <A_3, E_3>(effect: import("effect/Effect").Effect<A_3, E_3, ApiConfig | HttpClient.Client.Default | A>) => A_3;
25
- runSyncExit: <A_4, E_4>(effect: import("effect/Effect").Effect<A_4, E_4, ApiConfig | HttpClient.Client.Default | A>) => import("effect/Exit").Exit<A_4, E_4>;
26
- runFork: <A_5, E_5>(self: import("effect/Effect").Effect<A_5, E_5, ApiConfig | HttpClient.Client.Default | A>, options?: import("effect/Runtime").RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
21
+ runtime: import("effect/Runtime").Runtime<HttpClient.Client.Default | ApiConfig | A> & {
22
+ runPromise: <A_1, E_1>(effect: import("effect/Effect").Effect<A_1, E_1, HttpClient.Client.Default | ApiConfig | A>) => Promise<A_1>;
23
+ runPromiseExit: <A_2, E_2>(effect: import("effect/Effect").Effect<A_2, E_2, HttpClient.Client.Default | ApiConfig | A>) => Promise<import("effect/Exit").Exit<A_2, E_2>>;
24
+ runSync: <A_3, E_3>(effect: import("effect/Effect").Effect<A_3, E_3, HttpClient.Client.Default | ApiConfig | A>) => A_3;
25
+ runSyncExit: <A_4, E_4>(effect: import("effect/Effect").Effect<A_4, E_4, HttpClient.Client.Default | ApiConfig | A>) => import("effect/Exit").Exit<A_4, E_4>;
26
+ runFork: <A_5, E_5>(self: import("effect/Effect").Effect<A_5, E_5, HttpClient.Client.Default | ApiConfig | A>, options?: import("effect/Runtime").RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
27
27
  };
28
28
  clean: () => void;
29
29
  };
30
30
  export declare function initializeAsync<E, A>(layer: Layer<A | ApiConfig | HttpClient.Client.Default, E, never>): Promise<{
31
- runtime: import("effect/Runtime").Runtime<ApiConfig | HttpClient.Client.Default | A> & {
32
- runPromise: <A_1, E_1>(effect: import("effect/Effect").Effect<A_1, E_1, ApiConfig | HttpClient.Client.Default | A>) => Promise<A_1>;
33
- runPromiseExit: <A_2, E_2>(effect: import("effect/Effect").Effect<A_2, E_2, ApiConfig | HttpClient.Client.Default | A>) => Promise<import("effect/Exit").Exit<A_2, E_2>>;
34
- runSync: <A_3, E_3>(effect: import("effect/Effect").Effect<A_3, E_3, ApiConfig | HttpClient.Client.Default | A>) => A_3;
35
- runSyncExit: <A_4, E_4>(effect: import("effect/Effect").Effect<A_4, E_4, ApiConfig | HttpClient.Client.Default | A>) => import("effect/Exit").Exit<A_4, E_4>;
36
- runFork: <A_5, E_5>(self: import("effect/Effect").Effect<A_5, E_5, ApiConfig | HttpClient.Client.Default | A>, options?: import("effect/Runtime").RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
31
+ runtime: import("effect/Runtime").Runtime<HttpClient.Client.Default | ApiConfig | A> & {
32
+ runPromise: <A_1, E_1>(effect: import("effect/Effect").Effect<A_1, E_1, HttpClient.Client.Default | ApiConfig | A>) => Promise<A_1>;
33
+ runPromiseExit: <A_2, E_2>(effect: import("effect/Effect").Effect<A_2, E_2, HttpClient.Client.Default | ApiConfig | A>) => Promise<import("effect/Exit").Exit<A_2, E_2>>;
34
+ runSync: <A_3, E_3>(effect: import("effect/Effect").Effect<A_3, E_3, HttpClient.Client.Default | ApiConfig | A>) => A_3;
35
+ runSyncExit: <A_4, E_4>(effect: import("effect/Effect").Effect<A_4, E_4, HttpClient.Client.Default | ApiConfig | A>) => import("effect/Exit").Exit<A_4, E_4>;
36
+ runFork: <A_5, E_5>(self: import("effect/Effect").Effect<A_5, E_5, HttpClient.Client.Default | ApiConfig | A>, options?: import("effect/Runtime").RunForkOptions | undefined) => import("effect/Fiber").RuntimeFiber<A_5, E_5>;
37
37
  };
38
38
  clean: () => Promise<void>;
39
39
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "0.123.3",
3
+ "version": "0.123.5",
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
  "query-string": "^8.2.0",
14
14
  "swrv": "^1.0.4",
15
15
  "vue": "^3.4.18",
16
- "@effect-app/fluent-extensions": "0.125.4",
17
- "@effect-app/vue": "0.123.3",
18
- "@effect-app/prelude": "0.150.3",
19
- "@effect-app/core": "0.128.2",
20
- "@effect-app/schema": "0.183.9"
16
+ "@effect-app/core": "0.129.1",
17
+ "@effect-app/vue": "0.123.5",
18
+ "@effect-app/prelude": "0.151.1",
19
+ "@effect-app/fluent-extensions": "0.125.6",
20
+ "@effect-app/schema": "0.183.11"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@rollup/pluginutils": "^5.1.0",