@regle/rules 1.15.1 → 1.15.2

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.
@@ -822,7 +822,7 @@ declare const file: RegleRuleDefinition<unknown, [], false, boolean, MaybeInput<
822
822
  *
823
823
  * @see {@link https://reglejs.dev/core-concepts/rules/built-in-rules#filetype Documentation}
824
824
  */
825
- declare const fileType: RegleRuleWithParamsDefinition<File, [accept: string[]], false, boolean, unknown, File>;
825
+ declare const fileType: RegleRuleWithParamsDefinition<File, [accept: readonly string[]], false, boolean, unknown, File>;
826
826
  /**
827
827
  * Validates hexadecimal values.
828
828
  *
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@regle/rules",
3
- "version": "1.15.1",
3
+ "version": "1.15.2",
4
4
  "description": "Collection of rules and helpers for Regle",
5
5
  "dependencies": {
6
6
  "type-fest": "5.2.0",
7
- "@regle/core": "1.15.1"
7
+ "@regle/core": "1.15.2"
8
8
  },
9
9
  "devDependencies": {
10
10
  "@types/node": "22.19.1",