@astral/validations 4.20.2 → 4.20.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1176,6 +1176,8 @@ validate({
1176
1176
 
1177
1177
  ## file
1178
1178
 
1179
+ - Валидация файлов предназначена для компонентов [FileUploader](https://main--61baeff6f06230003a88ef8a.chromatic.com/?path=/docs/components-fileuploader--docs#example) и [PreviewFileUploader](https://main--61baeff6f06230003a88ef8a.chromatic.com/?path=/docs/components-previewfileuploader--docs#example)
1180
+
1179
1181
  ---
1180
1182
 
1181
1183
  ### uploadedFile
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/validations",
3
- "version": "4.20.2",
3
+ "version": "4.20.3",
4
4
  "browser": "./index.js",
5
5
  "main": "./index.js",
6
6
  "dependencies": {