react-hook-form-rules 1.5.2 → 1.5.3

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [1.5.3](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.2...v1.5.3) (2025-03-15)
2
+
3
+ ### 🔥 Code Refactoring
4
+
5
+ * незначительные правки ([0c30242](https://github.com/chopperqt/react-hook-form-rules/commit/0c30242e7b7f915830fb57ef32f3328102a7403b))
6
+ * удаление файла, который больше не используется ([68d57b2](https://github.com/chopperqt/react-hook-form-rules/commit/68d57b2ca382c7eaef73307ffa932f4989281f3b))
7
+
1
8
  ## [1.5.2](https://github.com/chopperqt/react-hook-form-rules/compare/v1.5.1...v1.5.2) (2025-03-15)
2
9
 
3
10
  ### 🔥 Code Refactoring
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-hook-form-rules",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -3,7 +3,7 @@ import { REQUIRED_MESSAGE_TEXT } from "../constants";
3
3
  /**
4
4
  * Validates an array, checking if it contains values.
5
5
  * @param arr - Array of values.
6
- * @param message - Custom message.
6
+ * @param {string} message - Custom message.
7
7
  *
8
8
  * @example rules: { validate: (arr) => getRequiredArrayRule(arr) }
9
9
  */
package/.vvcasd DELETED
@@ -1,5 +0,0 @@
1
- registry=https://registry.npmjs.org/
2
- //registry.npmjs.org/:_authToken=${NPM_TOKEN}
3
-
4
- @chopperqt:registry=https://npm.pkg.github.com/
5
- //npm.pkg.github.com/:_authToken=${GH_PACKAGES_TOKEN}