@effect-app/vue 4.0.0-beta.30 → 4.0.0-beta.32
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 +14 -0
- package/package.json +2 -2
- package/test/dist/stubs.d.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @effect-app/vue
|
|
2
2
|
|
|
3
|
+
## 4.0.0-beta.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [01d862a]
|
|
8
|
+
- effect-app@4.0.0-beta.32
|
|
9
|
+
|
|
10
|
+
## 4.0.0-beta.31
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- Updated dependencies [6b6d601]
|
|
15
|
+
- effect-app@4.0.0-beta.31
|
|
16
|
+
|
|
3
17
|
## 4.0.0-beta.30
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@effect-app/vue",
|
|
3
|
-
"version": "4.0.0-beta.
|
|
3
|
+
"version": "4.0.0-beta.32",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://github.com/effect-ts-app/libs/tree/main/packages/vue",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@vueuse/core": "^14.2.1",
|
|
12
12
|
"change-case": "^5.4.4",
|
|
13
13
|
"query-string": "^9.3.1",
|
|
14
|
-
"effect-app": "4.0.0-beta.
|
|
14
|
+
"effect-app": "4.0.0-beta.32"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@effect/atom-vue": "^4.0.0-beta.37",
|
package/test/dist/stubs.d.ts
CHANGED
|
@@ -69,7 +69,7 @@ export declare const Req: <_Self>() => {
|
|
|
69
69
|
readonly fields: {
|
|
70
70
|
readonly _tag: S.tag<Tag>;
|
|
71
71
|
} & Payload_2;
|
|
72
|
-
readonly success: S.
|
|
72
|
+
readonly success: S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>;
|
|
73
73
|
readonly error: C_2 extends {
|
|
74
74
|
error: infer E;
|
|
75
75
|
} ? E extends S.Top ? E : E extends S.Struct.Fields ? S.Struct<E> : S.Void : never;
|
|
@@ -84,7 +84,7 @@ export declare const Req: <_Self>() => {
|
|
|
84
84
|
readonly fields: {
|
|
85
85
|
readonly _tag: S.tag<Tag>;
|
|
86
86
|
} & Payload_3;
|
|
87
|
-
readonly success: S.
|
|
87
|
+
readonly success: S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>;
|
|
88
88
|
readonly error: C_3 extends {
|
|
89
89
|
error: infer E;
|
|
90
90
|
} ? E extends S.Top ? E : E extends S.Struct.Fields ? S.Struct<E> : S.Void : never;
|
|
@@ -99,7 +99,7 @@ export declare const Req: <_Self>() => {
|
|
|
99
99
|
readonly fields: {
|
|
100
100
|
readonly _tag: S.tag<Tag>;
|
|
101
101
|
} & Payload_4;
|
|
102
|
-
readonly success: S.
|
|
102
|
+
readonly success: S.decodeTo<S.Any, S.declare<unknown, unknown>, never, never>;
|
|
103
103
|
readonly error: never;
|
|
104
104
|
readonly config: Record<string, never>;
|
|
105
105
|
readonly "~decodingServices": never;
|