@strictly/react-form 0.0.20 → 0.0.21

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.
@@ -7,12 +7,12 @@ $ tsup
7
7
  CLI Target: es6
8
8
  CJS Build start
9
9
  ESM Build start
10
- ESM dist/index.js 56.70 KB
11
- ESM ⚡️ Build success in 136ms
12
10
  CJS dist/index.cjs 60.71 KB
13
- CJS ⚡️ Build success in 139ms
11
+ CJS ⚡️ Build success in 127ms
12
+ ESM dist/index.js 56.70 KB
13
+ ESM ⚡️ Build success in 127ms
14
14
  DTS Build start
15
- DTS ⚡️ Build success in 9863ms
15
+ DTS ⚡️ Build success in 9799ms
16
16
  DTS dist/index.d.cts 38.50 KB
17
17
  DTS dist/index.d.ts 38.50 KB
18
- Done in 11.05s.
18
+ Done in 10.96s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc -b
3
- Done in 0.34s.
3
+ Done in 0.37s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ json -f package.json -f package.exports.json --merge > package.release.json
3
- Done in 0.10s.
3
+ Done in 0.11s.
package/package.json CHANGED
@@ -24,7 +24,6 @@
24
24
  "jsdom": "^25.0.1",
25
25
  "resize-observer-polyfill": "^1.5.1",
26
26
  "storybook": "^8.4.5",
27
- "type-fest": "^4.26.1",
28
27
  "vite": "^6.0.5",
29
28
  "vitest-matchmedia-mock": "^1.0.6"
30
29
  },
@@ -44,7 +43,8 @@
44
43
  "mobx": "^6.13.5",
45
44
  "mobx-react": "^9.1.1",
46
45
  "react": "^19.0.0 || ^18.3.1",
47
- "react-dom": "^19.0.0 || ^18.3.1"
46
+ "react-dom": "^19.0.0 || ^18.3.1",
47
+ "type-fest": "^4.27.0"
48
48
  },
49
49
  "publishConfig": {
50
50
  "access": "public"
@@ -70,7 +70,7 @@
70
70
  "test:watch": "vitest"
71
71
  },
72
72
  "type": "module",
73
- "version": "0.0.20",
73
+ "version": "0.0.21",
74
74
  "exports": {
75
75
  ".": {
76
76
  "import": {