Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

koatty_validation

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koatty_validation - npm Package Compare versions

Comparing version
2.0.0
to
2.0.1
+8
-8
.turbo/turbo-build.log

> 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 @@

class-validator (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts")
created ./dist/index.js in 1.5s
created ./dist/index.js in 1.7s


@@ -30,5 +30,5 @@ ./src/index.ts → ./dist/index.mjs...

class-validator (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts")
created ./dist/index.mjs in 751ms
created ./dist/index.mjs in 1s
⠙⠙
> koatty_validation@2.0.0 build:dts
> koatty_validation@2.0.1 build:dts
> bash ../../scripts/build-dts.sh

@@ -106,6 +106,6 @@

⠙
> 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

⠙
api-documenter 7.28.2  - https://api-extractor.com/

@@ -134,5 +134,5 @@ 

⠙⠙
> koatty_validation@2.0.0 build:cp
> koatty_validation@2.0.1 build:cp
> node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
⠙
# 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 @@

/*!
* @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>

/*!
* @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>

/*!
* @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"
}
}
{
"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": {