@effect-app/vue-components 0.13.4 → 0.13.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.
@@ -1,4 +1,4 @@
1
- import { S, type Record, type Effect } from "effect-app";
1
+ import { S, type Effect } from "effect-app";
2
2
  import { type FormAsyncValidateOrFn, type FormValidateOrFn, type StandardSchemaV1, type FormApi, type VueFormApi, type FormOptions, type DeepKeys, type FieldValidateOrFn, type FieldAsyncValidateOrFn, type FormState } from "@tanstack/vue-form";
3
3
  import { OmegaFormReturn } from "./useOmegaForm";
4
4
  import { OmegaFieldInternalApi } from "./InputProps";
@@ -1,5 +1,5 @@
1
1
  import { DeepKeys } from "@tanstack/vue-form";
2
- import { type Record, S } from "effect-app";
2
+ import { S } from "effect-app";
3
3
  import { type NestedKeyOf, type FilterItems, type FormProps, type MetaRecord, type OmegaFormApi, TypeOverride, FieldValidators } from "./OmegaFormStuff";
4
4
  import { type InjectionKey } from "vue";
5
5
  import { InputProps } from "./InputProps";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@effect-app/vue-components",
3
- "version": "0.13.4",
3
+ "version": "0.13.5",
4
4
  "peerDependencies": {
5
5
  "@mdi/js": "^7.4.47",
6
6
  "@tanstack/vue-form": "^1.2.4",
@@ -50,8 +50,8 @@
50
50
  "dependencies": {
51
51
  "highlight.js": "^11.11.1",
52
52
  "vue3-highlightjs": "^1.0.5",
53
- "@effect-app/vue": "2.51.11",
54
- "effect-app": "3.0.10"
53
+ "@effect-app/vue": "2.51.12",
54
+ "effect-app": "3.1.0"
55
55
  },
56
56
  "scripts": {
57
57
  "build": "pnpm build:run",