remix-validated-form 5.1.4 → 5.1.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,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.99 KB
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
- DTS Build start
17
- DTS ⚡️ Build success in 2090ms
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 22ms
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 1279ms
18
+ DTS dist/index.d.ts 12.94 KB
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
  };