@vergelijkdirect/comparison-forms 2.0.0-rc.0 → 2.0.0-rc.1

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.
@@ -2,7 +2,7 @@ import { defineComponent as q, createElementBlock as S, openBlock as c, normaliz
2
2
  import { User as li } from "@vergelijkdirect/insurance-transmission-client";
3
3
  import { object as te, string as ee, mixed as ri, number as si } from "yup";
4
4
  import Ke from "dayjs";
5
- import di from "dayjs/plugin/customParseFormat";
5
+ import di from "dayjs/plugin/customParseFormat.js";
6
6
  import { useFloating as ui, autoUpdate as mi, offset as ci, flip as fi, shift as vi } from "@floating-ui/vue";
7
7
  import { vMaska as bi } from "maska/vue";
8
8
  import { isEqual as pi, cloneDeep as Re } from "es-toolkit";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vergelijkdirect/comparison-forms",
3
- "version": "2.0.0-rc.0",
3
+ "version": "2.0.0-rc.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "vite --config vite.vue3.config.js --host",