@effect-app/vue 4.0.0-beta.168 → 4.0.0-beta.169

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,13 @@
1
1
  # @effect-app/vue
2
2
 
3
+ ## 4.0.0-beta.169
4
+
5
+ ### Patch Changes
6
+
7
+ - 8ae8b53: input mess
8
+ - Updated dependencies [8ae8b53]
9
+ - effect-app@4.0.0-beta.169
10
+
3
11
  ## 4.0.0-beta.168
4
12
 
5
13
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue",
3
- "version": "4.0.0-beta.168",
3
+ "version": "4.0.0-beta.169",
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.168"
14
+ "effect-app": "4.0.0-beta.169"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "@effect/atom-vue": "^4.0.0-beta.59",
@@ -182,6 +182,7 @@ it.skip("works", () => {
182
182
  const b = client.GetSomething2.query(null as any)
183
183
 
184
184
  const de = client.GetSomething3.handler(null as any)
185
+ const de2 = client.GetSomething3.handler({ id: null })
185
186
 
186
187
  // @ts-expect-error query requests no longer expose command helpers
187
188
  const e = client.GetSomething2.wrap(null as any)
@@ -239,6 +240,7 @@ it.skip("works", () => {
239
240
  b,
240
241
  e,
241
242
  de,
243
+ de2,
242
244
  e0,
243
245
  e00,
244
246
  e000,