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

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,18 +1,18 @@
1
- $ tsup
2
- CLI Building entry: src/index.ts
3
- CLI Using tsconfig: tsconfig.json
4
- CLI tsup v6.5.0
5
- CLI Using tsup config: /Users/aaronpettengill/dev/remix-validated-form/packages/remix-validated-form/tsup.config.ts
6
- CLI Target: es2019
7
- CLI Cleaning output folder
8
- ESM Build start
9
- CJS Build start
10
- ESM dist/index.esm.js 60.34 KB
11
- ESM dist/index.esm.js.map 130.98 KB
12
- ESM ⚡️ Build success in 20ms
13
- CJS dist/index.cjs.js 63.08 KB
14
- CJS dist/index.cjs.js.map 131.08 KB
15
- CJS ⚡️ Build success in 20ms
16
- DTS Build start
17
- DTS ⚡️ Build success in 1261ms
18
- DTS dist/index.d.ts 12.94 KB
1
+ $ tsup
2
+ CLI Building entry: src/index.ts
3
+ CLI Using tsconfig: tsconfig.json
4
+ CLI tsup v6.5.0
5
+ CLI Using tsup config: /Users/aaronpettengill/dev/remix-validated-form/packages/remix-validated-form/tsup.config.ts
6
+ CLI Target: es2019
7
+ CLI Cleaning output folder
8
+ ESM Build start
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
+ ESM dist/index.esm.js 60.34 KB
14
+ ESM dist/index.esm.js.map 130.99 KB
15
+ ESM ⚡️ Build success in 23ms
16
+ DTS Build start
17
+ DTS ⚡️ Build success in 1979ms
18
+ DTS dist/index.d.ts 12.94 KB
@@ -1 +1 @@
1
- $ tsc --noEmit
1
+ $ tsc --noEmit
package/dist/index.cjs.js CHANGED
@@ -1164,7 +1164,7 @@ var useDefaultValuesFromLoader = ({
1164
1164
  const match = matches.reverse().find(
1165
1165
  (match2) => match2.data && typeof match2.data === "object" && dataKey in match2.data
1166
1166
  );
1167
- return match == null ? void 0 : match.data[dataKey];
1167
+ return (match == null ? void 0 : match.data)[dataKey];
1168
1168
  }
1169
1169
  return null;
1170
1170
  };