@effect-app/vue-components 0.18.7 → 0.18.9

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.
@@ -1,12 +1,12 @@
1
- import { Exit as i, Cause as c } from "effect";
2
- import { dual as s, isFunction as u } from "./vue-components.es24.js";
3
- const n = Symbol.for("clone-trait"), a = s(2, (e, o) => n in e ? e[n](o) : Object.setPrototypeOf(o, Object.getPrototypeOf(e)));
4
- s(2, (e, o) => a(e, { ...e, ...u(o) ? o(e) : o }));
5
- const b = (e) => new Promise((o, r) => e.addObserver((t) => {
6
- i.isSuccess(t) ? o(t.value) : r(c.squash(t.cause));
1
+ import { Exit as c, Runtime as s } from "effect";
2
+ import { dual as n, isFunction as m } from "./vue-components.es24.js";
3
+ const i = Symbol.for("clone-trait"), u = n(2, (e, t) => i in e ? e[i](t) : Object.setPrototypeOf(t, Object.getPrototypeOf(e)));
4
+ n(2, (e, t) => u(e, { ...e, ...m(t) ? t(e) : t }));
5
+ const b = (e) => new Promise((t, r) => e.addObserver((o) => {
6
+ c.isSuccess(o) ? t(o.value) : r(s.makeFiberFailure(o.cause));
7
7
  }));
8
8
  export {
9
- a as clone,
10
- n as cloneTrait,
9
+ u as clone,
10
+ i as cloneTrait,
11
11
  b as runtimeFiberAsPromise
12
12
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "0.18.7",
3
+ "version": "0.18.9",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "@tanstack/vue-form": "1.2.4",
@@ -9,7 +9,7 @@
9
9
  "mdi-js": "^1.0.1",
10
10
  "primeflex": "^4.0.0",
11
11
  "primeicons": "^7.0.0",
12
- "primevue": "^4.3.8",
12
+ "primevue": "^4.3.9",
13
13
  "vue": "^3.5.21",
14
14
  "vuetify": "^3.9.7"
15
15
  },
@@ -17,8 +17,8 @@
17
17
  "@dprint/typescript": "^0.95.11",
18
18
  "@ben_12/eslint-plugin-dprint": "^1.7.4",
19
19
  "dprint": "^0.50.1",
20
- "@storybook/vue3": "^9.1.4",
21
- "@storybook/vue3-vite": "^9.1.4",
20
+ "@storybook/vue3": "^9.1.5",
21
+ "@storybook/vue3-vite": "^9.1.5",
22
22
  "@types/node": "^24.3.1",
23
23
  "@typescript-eslint/eslint-plugin": "8.42.0",
24
24
  "@typescript-eslint/parser": "8.42.0",
@@ -30,8 +30,8 @@
30
30
  "eslint-plugin-vue": "^10.4.0",
31
31
  "jsdom": "^26.1.0",
32
32
  "rimraf": "^6.0.1",
33
- "sass": "^1.92.0",
34
- "storybook": "^9.1.4",
33
+ "sass": "^1.92.1",
34
+ "storybook": "^9.1.5",
35
35
  "typescript": "~5.9.2",
36
36
  "vite": "^7.1.4",
37
37
  "vite-plugin-css-injected-by-js": "^3.5.2",
@@ -53,8 +53,8 @@
53
53
  "dependencies": {
54
54
  "highlight.js": "^11.11.1",
55
55
  "vue3-highlightjs": "^1.0.5",
56
- "@effect-app/vue": "2.55.1",
57
- "effect-app": "3.3.0"
56
+ "@effect-app/vue": "2.55.3",
57
+ "effect-app": "3.3.2"
58
58
  },
59
59
  "scripts": {
60
60
  "build": "pnpm build:run",