koatty_validation
Advanced tools
| > koatty_validation@2.0.0 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation | ||
| > koatty_validation@2.0.1 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation | ||
| > npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp | ||
| > koatty_validation@2.0.0 build:js | ||
| > koatty_validation@2.0.1 build:js | ||
| > del-cli --force dist && npx rollup --bundleConfigAsCjs -c .rollup.config.js | ||
@@ -19,3 +19,3 @@ | ||
| [1mclass-validator[22m (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts") | ||
| [32mcreated [1m./dist/index.js[22m in [1m1.5s[22m[39m | ||
| [32mcreated [1m./dist/index.js[22m in [1m1.7s[22m[39m | ||
| [36m | ||
@@ -30,5 +30,5 @@ [1m./src/index.ts[22m → [1m./dist/index.mjs[22m...[39m | ||
| [1mclass-validator[22m (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts") | ||
| [32mcreated [1m./dist/index.mjs[22m in [1m751ms[22m[39m | ||
| [32mcreated [1m./dist/index.mjs[22m in [1m1s[22m[39m | ||
| [1G[0K⠙[1G[0K[1G[0K⠙[1G[0K | ||
| > koatty_validation@2.0.0 build:dts | ||
| > koatty_validation@2.0.1 build:dts | ||
| > bash ../../scripts/build-dts.sh | ||
@@ -106,6 +106,6 @@ | ||
| [1G[0K⠙[1G[0K | ||
| > koatty_validation@2.0.0 build:doc | ||
| > koatty_validation@2.0.1 build:doc | ||
| > del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api | ||
| [1G[0K[1G[0K | ||
| [1G[0K[1G[0K⠙[1G[0K | ||
| [1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m | ||
@@ -134,5 +134,5 @@ [22m | ||
| [1G[0K⠙[1G[0K[1G[0K⠙[1G[0K | ||
| > koatty_validation@2.0.0 build:cp | ||
| > koatty_validation@2.0.1 build:cp | ||
| > node scripts/postBuild && copyfiles package.json LICENSE README.md dist/ | ||
| [1G[0K[1G[0K⠙[1G[0K |
+8
-0
| # Changelog | ||
| ## 2.0.1 | ||
| ### Patch Changes | ||
| - Updated dependencies | ||
| - koatty_container@2.0.1 | ||
| - koatty_logger@2.4.1 | ||
| ## 2.0.0 | ||
@@ -4,0 +12,0 @@ |
+1
-1
| /*! | ||
| * @Author: richen | ||
| * @Date: 2026-01-31 09:51:22 | ||
| * @Date: 2026-02-03 15:24:02 | ||
| * @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
+1
-1
| /*! | ||
| * @Author: richen | ||
| * @Date: 2026-01-31 09:51:12 | ||
| * @Date: 2026-02-03 15:23:44 | ||
| * @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
+1
-1
| /*! | ||
| * @Author: richen | ||
| * @Date: 2026-01-31 09:51:12 | ||
| * @Date: 2026-02-03 15:23:44 | ||
| * @License: BSD (3-Clause) | ||
@@ -5,0 +5,0 @@ * @Copyright (c) - <richenlin(at)gmail.com> |
| { | ||
| "name": "koatty_validation", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "description": "Validation Util for Koatty and ThinkORM.", | ||
@@ -83,6 +83,6 @@ "scripts": { | ||
| "peerDependencies": { | ||
| "koatty_container": "^2.0.0", | ||
| "koatty_container": "^2.0.1", | ||
| "koatty_lib": "^1.4.5", | ||
| "koatty_logger": "^2.4.0" | ||
| "koatty_logger": "^2.4.1" | ||
| } | ||
| } |
+6
-6
| { | ||
| "name": "koatty_validation", | ||
| "version": "2.0.0", | ||
| "version": "2.0.1", | ||
| "description": "Validation Util for Koatty and ThinkORM.", | ||
@@ -66,10 +66,10 @@ "main": "./dist/index.js", | ||
| "lru-cache": "^11.2.5", | ||
| "koatty_logger": "2.4.0", | ||
| "koatty_container": "2.0.0", | ||
| "koatty_lib": "1.4.5" | ||
| "koatty_logger": "2.4.1", | ||
| "koatty_lib": "1.4.5", | ||
| "koatty_container": "2.0.1" | ||
| }, | ||
| "peerDependencies": { | ||
| "koatty_container": "^2.0.0", | ||
| "koatty_container": "^2.0.1", | ||
| "koatty_lib": "^1.4.5", | ||
| "koatty_logger": "^2.4.0" | ||
| "koatty_logger": "^2.4.1" | ||
| }, | ||
@@ -76,0 +76,0 @@ "scripts": { |
234767
0.05%+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
Updated
Updated