koatty_validation 1.3.1 → 1.3.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.
- package/CHANGELOG.md +7 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +3 -3
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.3.2](https://github.com/koatty/koatty_validation/compare/v1.3.1...v1.3.2) (2024-01-14)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* deps ([6da3e43](https://github.com/koatty/koatty_validation/commit/6da3e437c946c9de2fc45f5319768fef0c4609b0))
|
|
11
|
+
|
|
5
12
|
### [1.3.1](https://github.com/koatty/koatty_validation/compare/v1.3.0...v1.3.1) (2024-01-07)
|
|
6
13
|
|
|
7
14
|
|
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_validation",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Validation Util for Koatty and ThinkORM.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "^5.x.x"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"class-validator": "^0.14.
|
|
79
|
+
"class-validator": "^0.14.1",
|
|
80
80
|
"koatty_container": "^1.x.x",
|
|
81
81
|
"koatty_lib": "^1.x.x",
|
|
82
82
|
"koatty_logger": "^2.x.x"
|
|
@@ -86,4 +86,4 @@
|
|
|
86
86
|
"koatty_lib": "^1.x.x",
|
|
87
87
|
"koatty_logger": "^2.x.x"
|
|
88
88
|
}
|
|
89
|
-
}
|
|
89
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_validation",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.2",
|
|
4
4
|
"description": "Validation Util for Koatty and ThinkORM.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"typescript": "^5.x.x"
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
|
-
"class-validator": "^0.14.
|
|
79
|
+
"class-validator": "^0.14.1",
|
|
80
80
|
"koatty_container": "^1.x.x",
|
|
81
81
|
"koatty_lib": "^1.x.x",
|
|
82
82
|
"koatty_logger": "^2.x.x"
|
|
@@ -86,4 +86,4 @@
|
|
|
86
86
|
"koatty_lib": "^1.x.x",
|
|
87
87
|
"koatty_logger": "^2.x.x"
|
|
88
88
|
}
|
|
89
|
-
}
|
|
89
|
+
}
|