remix-validated-form 5.1.4-beta.2 → 5.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,12 +7,12 @@ CLI Target: es2019
7
7
  CLI Cleaning output folder
8
8
  ESM Build start
9
9
  CJS Build start
10
- CJS dist/index.cjs.js 63.08 KB
11
- CJS dist/index.cjs.js.map 131.09 KB
12
- CJS ⚡️ Build success in 23ms
13
10
  ESM dist/index.esm.js 60.34 KB
14
11
  ESM dist/index.esm.js.map 130.99 KB
15
- ESM ⚡️ Build success in 23ms
12
+ ESM ⚡️ Build success in 66ms
13
+ CJS dist/index.cjs.js 63.08 KB
14
+ CJS dist/index.cjs.js.map 131.09 KB
15
+ CJS ⚡️ Build success in 67ms
16
16
  DTS Build start
17
- DTS ⚡️ Build success in 1979ms
17
+ DTS ⚡️ Build success in 2090ms
18
18
  DTS dist/index.d.ts 12.94 KB
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remix-validated-form",
3
- "version": "5.1.4-beta.2",
3
+ "version": "5.1.4",
4
4
  "description": "Form component and utils for easy form validation in remix",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.esm.js",