react-hook-form 7.81.0 → 7.83.0

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.
@@ -13,7 +13,7 @@ export type UseWatchProps<TFieldValues extends FieldValues = FieldValues> = {
13
13
  };
14
14
  export type WatchDefaultValue<TFieldName, TFieldValues extends FieldValues = FieldValues> = TFieldName extends FieldPath<TFieldValues> ? FieldPathValue<TFieldValues, TFieldName> : DeepPartialSkipArrayKey<TFieldValues>;
15
15
  export type WatchName<TFieldValues extends FieldValues> = FieldPath<TFieldValues> | FieldPath<TFieldValues>[] | readonly FieldPath<TFieldValues>[] | undefined;
16
- export type WatchValue<TFieldName, TFieldValues extends FieldValues = FieldValues> = TFieldName extends FieldPath<TFieldValues>[] | readonly FieldPath<TFieldValues>[] ? FieldPathValues<TFieldValues, TFieldName> : TFieldName extends FieldPath<TFieldValues> ? FieldPathValue<TFieldValues, TFieldName> : TFieldValues;
16
+ export type WatchValue<TFieldName, TFieldValues extends FieldValues = FieldValues> = TFieldName extends readonly FieldPath<TFieldValues>[] ? FieldPathValues<TFieldValues, TFieldName> : TFieldName extends FieldPath<TFieldValues> ? FieldPathValue<TFieldValues, TFieldName> : TFieldValues;
17
17
  export type WatchRenderValue<TFieldName, TFieldValues extends FieldValues, TComputeValue> = TComputeValue extends undefined ? WatchValue<TFieldName, TFieldValues> : TComputeValue;
18
18
  export type WatchProps<TFieldName extends WatchName<TFieldValues>, TFieldValues extends FieldValues = FieldValues, TContext = any, TTransformedValues = TFieldValues, TComputeValue = undefined> = {
19
19
  control?: Control<TFieldValues, TContext, TTransformedValues>;
@@ -1 +1 @@
1
- {"version":3,"file":"watch.d.ts","sourceRoot":"","sources":["../../src/types/watch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AACzE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,MAAM,MAAM,aAAa,CAAC,YAAY,SAAS,WAAW,GAAG,WAAW,IAAI;IAC1E,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EACD,SAAS,CAAC,YAAY,CAAC,GACvB,SAAS,CAAC,YAAY,CAAC,EAAE,GACzB,SAAS,SAAS,CAAC,YAAY,CAAC,EAAE,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,UAAU,EAAE,YAAY,KAAK,YAAY,CAAC;CACtD,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,YAAY,SAAS,WAAW,GAAG,WAAW,IAE9C,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,GACtC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,GACxC,uBAAuB,CAAC,YAAY,CAAC,CAAC;AAE5C,MAAM,MAAM,SAAS,CAAC,YAAY,SAAS,WAAW,IAClD,SAAS,CAAC,YAAY,CAAC,GACvB,SAAS,CAAC,YAAY,CAAC,EAAE,GACzB,SAAS,SAAS,CAAC,YAAY,CAAC,EAAE,GAClC,SAAS,CAAC;AAEd,MAAM,MAAM,UAAU,CACpB,UAAU,EACV,YAAY,SAAS,WAAW,GAAG,WAAW,IAC5C,UAAU,SACV,SAAS,CAAC,YAAY,CAAC,EAAE,GACzB,SAAS,SAAS,CAAC,YAAY,CAAC,EAAE,GAClC,eAAe,CAAC,YAAY,EAAE,UAAU,CAAC,GACzC,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,GACxC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,GACxC,YAAY,CAAC;AAEnB,MAAM,MAAM,gBAAgB,CAC1B,UAAU,EACV,YAAY,SAAS,WAAW,EAChC,aAAa,IACX,aAAa,SAAS,SAAS,GAC/B,UAAU,CAAC,UAAU,EAAE,YAAY,CAAC,GACpC,aAAa,CAAC;AAElB,MAAM,MAAM,UAAU,CACpB,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,EAC1C,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,EACjC,aAAa,GAAG,SAAS,IACvB;IACF,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAAC,CAAC;IAC9D;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,iBAAiB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;IAC3D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,UAAU,EAAE,YAAY,CAAC,KAAK,aAAa,CAAC;IACzE,MAAM,EAAE,CACN,KAAK,EAAE,gBAAgB,CAAC,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,KAC7D,SAAS,GAAG,SAAS,EAAE,CAAC;CAC9B,CAAC"}
1
+ {"version":3,"file":"watch.d.ts","sourceRoot":"","sources":["../../src/types/watch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvC,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,UAAU,CAAC;AAC5C,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,QAAQ,CAAC;AACtC,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AACzE,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAEvD,MAAM,MAAM,aAAa,CAAC,YAAY,SAAS,WAAW,GAAG,WAAW,IAAI;IAC1E,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,IAAI,CAAC,EACD,SAAS,CAAC,YAAY,CAAC,GACvB,SAAS,CAAC,YAAY,CAAC,EAAE,GACzB,SAAS,SAAS,CAAC,YAAY,CAAC,EAAE,CAAC;IACvC,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,CAAC,CAAC;IAChC,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,OAAO,CAAC,EAAE,CAAC,UAAU,EAAE,YAAY,KAAK,YAAY,CAAC;CACtD,CAAC;AAEF,MAAM,MAAM,iBAAiB,CAC3B,UAAU,EACV,YAAY,SAAS,WAAW,GAAG,WAAW,IAE9C,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,GACtC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,GACxC,uBAAuB,CAAC,YAAY,CAAC,CAAC;AAE5C,MAAM,MAAM,SAAS,CAAC,YAAY,SAAS,WAAW,IAClD,SAAS,CAAC,YAAY,CAAC,GACvB,SAAS,CAAC,YAAY,CAAC,EAAE,GACzB,SAAS,SAAS,CAAC,YAAY,CAAC,EAAE,GAClC,SAAS,CAAC;AAEd,MAAM,MAAM,UAAU,CACpB,UAAU,EACV,YAAY,SAAS,WAAW,GAAG,WAAW,IAC5C,UAAU,SAAS,SAAS,SAAS,CAAC,YAAY,CAAC,EAAE,GACrD,eAAe,CAAC,YAAY,EAAE,UAAU,CAAC,GACzC,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,GACxC,cAAc,CAAC,YAAY,EAAE,UAAU,CAAC,GACxC,YAAY,CAAC;AAEnB,MAAM,MAAM,gBAAgB,CAC1B,UAAU,EACV,YAAY,SAAS,WAAW,EAChC,aAAa,IACX,aAAa,SAAS,SAAS,GAC/B,UAAU,CAAC,UAAU,EAAE,YAAY,CAAC,GACpC,aAAa,CAAC;AAElB,MAAM,MAAM,UAAU,CACpB,UAAU,SAAS,SAAS,CAAC,YAAY,CAAC,EAC1C,YAAY,SAAS,WAAW,GAAG,WAAW,EAC9C,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,EACjC,aAAa,GAAG,SAAS,IACvB;IACF,OAAO,CAAC,EAAE,OAAO,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAAC,CAAC;IAC9D;;;OAGG;IACH,KAAK,CAAC,EAAE,UAAU,CAAC;IACnB,IAAI,CAAC,EAAE,UAAU,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,iBAAiB,CAAC,UAAU,EAAE,YAAY,CAAC,CAAC;IAC3D,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,CAAC,UAAU,EAAE,YAAY,CAAC,KAAK,aAAa,CAAC;IACzE,MAAM,EAAE,CACN,KAAK,EAAE,gBAAgB,CAAC,UAAU,EAAE,YAAY,EAAE,aAAa,CAAC,KAC7D,SAAS,GAAG,SAAS,EAAE,CAAC;CAC9B,CAAC"}
@@ -61,5 +61,5 @@ export declare const useFormContext: <TFieldValues extends FieldValues, TContext
61
61
  * }
62
62
  * ```
63
63
  */
64
- export declare const FormProvider: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, handleSubmit, unregister, control, register, setFocus, subscribe, }: FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
64
+ export declare const FormProvider: <TFieldValues extends FieldValues, TContext = any, TTransformedValues = TFieldValues>({ children, watch, getValues, getFieldState, setError, clearErrors, setValue, setValues, trigger, formState, resetField, reset, resetDefaultValues, handleSubmit, unregister, control, register, setFocus, subscribe, }: FormProviderProps<TFieldValues, TContext, TTransformedValues>) => React.JSX.Element;
65
65
  //# sourceMappingURL=useFormContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFormContext.d.ts","sourceRoot":"","sources":["../src/useFormContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAEV,WAAW,EACX,iBAAiB,EACjB,aAAa,EACd,MAAM,SAAS,CAAC;AAMjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,cAAc,GACzB,YAAY,SAAS,WAAW,EAChC,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,OAC9B,aAAa,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAK1D,CAAC;AAEJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,YAAY,GACvB,YAAY,SAAS,WAAW,EAChC,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,EACjC,qMAmBC,iBAAiB,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAAC,sBAiD/D,CAAC"}
1
+ {"version":3,"file":"useFormContext.d.ts","sourceRoot":"","sources":["../src/useFormContext.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,KAAK,EAEV,WAAW,EACX,iBAAiB,EACjB,aAAa,EACd,MAAM,SAAS,CAAC;AAMjB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,cAAc,GACzB,YAAY,SAAS,WAAW,EAChC,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,OAC9B,aAAa,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAK1D,CAAC;AAEJ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH,eAAO,MAAM,YAAY,GACvB,YAAY,SAAS,WAAW,EAChC,QAAQ,GAAG,GAAG,EACd,kBAAkB,GAAG,YAAY,EACjC,yNAoBC,iBAAiB,CAAC,YAAY,EAAE,QAAQ,EAAE,kBAAkB,CAAC,sBAqD/D,CAAC"}
@@ -1,11 +1,11 @@
1
1
  import type { FieldValues, UseFormStateProps, UseFormStateReturn } from './types';
2
2
  /**
3
- * This custom hook allows you to subscribe to each form state, and isolate the re-render at the custom hook level. It has its scope in terms of form state subscription, so it would not affect other useFormState and useForm. Using this hook can reduce the re-render impact on large and complex form application.
3
+ * Subscribes to each form state and isolates re-renders at the custom hook level. It has its own scope for form state subscriptions, so it will not affect other useFormState or useForm instances. Using this hook can reduce the re-render impact on large and complex form applications.
4
4
  *
5
5
  * @remarks
6
6
  * [API](https://react-hook-form.com/docs/useformstate) • [Demo](https://codesandbox.io/s/useformstate-75xly)
7
7
  *
8
- * @param props - include options on specify fields to subscribe. {@link UseFormStateReturn}
8
+ * @param props - Include options to specify fields to subscribe to. {@link UseFormStateReturn}
9
9
  *
10
10
  * @example
11
11
  * ```tsx
@@ -1,12 +1,12 @@
1
1
  import type { Control, DeepPartialSkipArrayKey, FieldPath, FieldPathValue, FieldPathValues, FieldValues } from './types';
2
2
  /**
3
- * Subscribe to the entire form values change and re-render at the hook level.
3
+ * Subscribes to all form value changes and re-renders at the hook level.
4
4
  *
5
5
  * @remarks
6
6
  *
7
7
  * [API](https://react-hook-form.com/docs/usewatch) • [Demo](https://codesandbox.io/s/react-hook-form-v7-ts-usewatch-h9i5e)
8
8
  *
9
- * @param props - defaultValue, disable subscription and match exact name.
9
+ * @param props - DefaultValue, disabled subscription, and exact name matching.
10
10
  *
11
11
  * @example
12
12
  * ```tsx
@@ -29,13 +29,13 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
29
29
  compute?: undefined;
30
30
  }): DeepPartialSkipArrayKey<TFieldValues>;
31
31
  /**
32
- * Custom hook to subscribe to field change and isolate re-rendering at the component level.
32
+ * Custom hook to subscribe to field changes and isolate re-rendering at the component level.
33
33
  *
34
34
  * @remarks
35
35
  *
36
36
  * [API](https://react-hook-form.com/docs/usewatch) • [Demo](https://codesandbox.io/s/react-hook-form-v7-ts-usewatch-h9i5e)
37
37
  *
38
- * @param props - defaultValue, disable subscription and match exact name.
38
+ * @param props - DefaultValue, disabled subscription, and exact name matching.
39
39
  *
40
40
  * @example
41
41
  * ```tsx
@@ -57,13 +57,13 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
57
57
  compute?: undefined;
58
58
  }): FieldPathValue<TFieldValues, TFieldName>;
59
59
  /**
60
- * Custom hook to subscribe to field change and compute function to produce state update
60
+ * Custom hook to subscribe to field changes and use a compute function to produce state updates.
61
61
  *
62
62
  * @remarks
63
63
  *
64
64
  * [API](https://react-hook-form.com/docs/usewatch)
65
65
  *
66
- * @param props - defaultValue, disable subscription and match exact name.
66
+ * @param props - DefaultValue, disabled subscription, and exact name matching.
67
67
  *
68
68
  * @example
69
69
  * ```tsx
@@ -83,13 +83,13 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
83
83
  compute: (formValues: TFieldValues) => TComputeValue;
84
84
  }): TComputeValue;
85
85
  /**
86
- * Custom hook to subscribe to field change and compute function to produce state update
86
+ * Custom hook to subscribe to field changes and use a compute function to produce state updates.
87
87
  *
88
88
  * @remarks
89
89
  *
90
90
  * [API](https://react-hook-form.com/docs/usewatch)
91
91
  *
92
- * @param props - defaultValue, disable subscription and match exact name.
92
+ * @param props - DefaultValue, disabled subscription, and exact name matching.
93
93
  *
94
94
  * @example
95
95
  * ```tsx
@@ -112,13 +112,13 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
112
112
  compute: (fieldValue: FieldPathValue<TFieldValues, TFieldName>) => TComputeValue;
113
113
  }): TComputeValue;
114
114
  /**
115
- * Custom hook to subscribe to field change and isolate re-rendering at the component level.
115
+ * Custom hook to subscribe to field changes and isolate re-rendering at the component level.
116
116
  *
117
117
  * @remarks
118
118
  *
119
119
  * [API](https://react-hook-form.com/docs/usewatch) • [Demo](https://codesandbox.io/s/react-hook-form-v7-ts-usewatch-h9i5e)
120
120
  *
121
- * @param props - defaultValue, disable subscription and match exact name.
121
+ * @param props - DefaultValue, disabled subscription, and exact name matching.
122
122
  *
123
123
  * @example
124
124
  * ```tsx
@@ -143,13 +143,13 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
143
143
  compute?: undefined;
144
144
  }): FieldPathValues<TFieldValues, TFieldNames>;
145
145
  /**
146
- * Custom hook to subscribe to field change and compute function to produce state update
146
+ * Custom hook to subscribe to field changes and use a compute function to produce state updates.
147
147
  *
148
148
  * @remarks
149
149
  *
150
150
  * [API](https://react-hook-form.com/docs/usewatch)
151
151
  *
152
- * @param props - defaultValue, disable subscription and match exact name.
152
+ * @param props - DefaultValue, disabled subscription, and exact name matching.
153
153
  *
154
154
  * @example
155
155
  * ```tsx
@@ -175,7 +175,7 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
175
175
  compute: (fieldValue: FieldPathValues<TFieldValues, TFieldNames>) => TComputeValue;
176
176
  }): TComputeValue;
177
177
  /**
178
- * Custom hook to subscribe to field change and isolate re-rendering at the component level.
178
+ * Custom hook to subscribe to field changes and isolate re-rendering at the component level.
179
179
  *
180
180
  * @remarks
181
181
  *
@@ -183,7 +183,7 @@ export declare function useWatch<TFieldValues extends FieldValues = FieldValues,
183
183
  *
184
184
  * @example
185
185
  * ```tsx
186
- * // can skip passing down the control into useWatch if the form is wrapped with the FormProvider
186
+ * // Can skip passing down the control into useWatch if the form is wrapped with FormProvider
187
187
  * const values = useWatch()
188
188
  * ```
189
189
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-hook-form",
3
3
  "description": "Performant, flexible and extensible forms library for React Hooks",
4
- "version": "7.81.0",
4
+ "version": "7.83.0",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.mjs",
7
7
  "umd:main": "dist/index.umd.js",
@@ -44,15 +44,15 @@
44
44
  "test:type": "tsc -p src/__typetest__/tsconfig.json",
45
45
  "bench": "tsx scripts/bench.ts",
46
46
  "bench:compare": "tsx scripts/bench-compare.ts",
47
- "e2e": "cypress run",
48
- "e2e:watch": "cypress open",
47
+ "e2e": "playwright test",
48
+ "e2e:watch": "playwright test --ui",
49
49
  "api-extractor": "api-extractor run --local",
50
50
  "api-extractor:build": "pnpm build:esm && pnpm api-extractor",
51
51
  "api-extractor:ci": "node scripts/apiExtractor.js",
52
52
  "postversion": "git push && git push origin v$npm_package_version",
53
53
  "prepublishOnly": "pnpm install && pnpm lint:fix && pnpm type && pnpm test && pnpm build",
54
54
  "bundlewatch": "pnpm build:modern && bundlewatch",
55
- "start": "pnpm build:esm && pnpm --dir ./app install && pnpm --dir ./app run dev",
55
+ "start": "pnpm build:esm && cd ./app && pnpm install && pnpm run dev",
56
56
  "csb:install": "npm i -g pnpm@8 && pnpm i"
57
57
  },
58
58
  "keywords": [
@@ -75,6 +75,7 @@
75
75
  "devDependencies": {
76
76
  "@eslint/compat": "^1.4.1",
77
77
  "@microsoft/api-extractor": "^7.58.9",
78
+ "@playwright/test": "^1.61.1",
78
79
  "@rollup/plugin-commonjs": "^28.0.9",
79
80
  "@rollup/plugin-node-resolve": "^16.0.3",
80
81
  "@rollup/plugin-terser": "^0.4.4",
@@ -87,10 +88,9 @@
87
88
  "@types/react": "^19.2.17",
88
89
  "@types/react-dom": "^19.2.3",
89
90
  "bundlewatch": "^0.4.2",
90
- "cypress": "^15.17.0",
91
91
  "eslint": "^9.39.4",
92
92
  "eslint-config-prettier": "^10.1.8",
93
- "eslint-plugin-cypress": "^5.4.0",
93
+ "eslint-plugin-playwright": "^2.10.5",
94
94
  "eslint-plugin-prettier": "^5.5.6",
95
95
  "eslint-plugin-react": "^7.37.5",
96
96
  "eslint-plugin-react-hooks": "^7.1.1",
@@ -118,7 +118,7 @@
118
118
  "files": [
119
119
  {
120
120
  "path": "./dist/index.cjs.js",
121
- "maxSize": "12.6 kB"
121
+ "maxSize": "14.0 kB"
122
122
  }
123
123
  ]
124
124
  },