koatty_validation 2.0.1 → 2.0.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/.turbo/turbo-build.log +9 -9
- package/CHANGELOG.md +10 -0
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/dist/package.json +4 -4
- package/package.json +7 -7
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_validation@2.0.
|
|
3
|
+
> koatty_validation@2.0.2 build /Users/richen/Workspace/nodejs/koatty-monorepo/packages/koatty-validation
|
|
4
4
|
> npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> koatty_validation@2.0.
|
|
7
|
+
> koatty_validation@2.0.2 build:js
|
|
8
8
|
> del-cli --force dist && npx rollup --bundleConfigAsCjs -c .rollup.config.js
|
|
9
9
|
|
|
10
10
|
[1G[0K[1G[0K[36m
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
[1mkoatty_lib[22m (imported by "src/util.ts", "src/rule.ts" and "src/decorators.ts")
|
|
17
17
|
[1mkoatty_container[22m (imported by "src/util.ts" and "src/decorators.ts")
|
|
18
18
|
[1mclass-validator[22m (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts")
|
|
19
|
-
[32mcreated [1m./dist/index.js[22m in [1m1.
|
|
19
|
+
[32mcreated [1m./dist/index.js[22m in [1m1.4s[22m[39m
|
|
20
20
|
[36m
|
|
21
21
|
[1m./src/index.ts[22m → [1m./dist/index.mjs[22m...[39m
|
|
22
22
|
[1m[33m(!) Unresolved dependencies[39m[22m
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
[1mkoatty_lib[22m (imported by "src/util.ts", "src/rule.ts" and "src/decorators.ts")
|
|
27
27
|
[1mkoatty_container[22m (imported by "src/util.ts" and "src/decorators.ts")
|
|
28
28
|
[1mclass-validator[22m (imported by "src/rule.ts", "src/decorator-factory.ts" and "src/decorators.ts")
|
|
29
|
-
[32mcreated [1m./dist/index.mjs[22m in [
|
|
29
|
+
[32mcreated [1m./dist/index.mjs[22m in [1m1.2s[22m[39m
|
|
30
30
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
31
|
-
> koatty_validation@2.0.
|
|
31
|
+
> koatty_validation@2.0.2 build:dts
|
|
32
32
|
> bash ../../scripts/build-dts.sh
|
|
33
33
|
|
|
34
34
|
[1G[0K🔨 Building type declarations for koatty-validation...
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
✓ koatty_lib type declarations ready
|
|
40
40
|
✓ koatty_logger type declarations ready
|
|
41
41
|
|
|
42
|
-
✅ All dependencies ready (waited
|
|
42
|
+
✅ All dependencies ready (waited 0ms)
|
|
43
43
|
📝 Running TypeScript compiler...
|
|
44
|
-
[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
44
|
+
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K📦 Running API Extractor...
|
|
45
45
|
[1G[0K
|
|
46
46
|
[1mapi-extractor 7.55.2 [36m - https://api-extractor.com/[39m
|
|
47
47
|
[22m
|
|
@@ -101,7 +101,7 @@ Analysis will use the bundled TypeScript version 5.8.2
|
|
|
101
101
|
API Extractor completed successfully
|
|
102
102
|
[1G[0K⠙[1G[0K✅ Type declarations built successfully
|
|
103
103
|
[1G[0K⠙[1G[0K
|
|
104
|
-
> koatty_validation@2.0.
|
|
104
|
+
> koatty_validation@2.0.2 build:doc
|
|
105
105
|
> del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api
|
|
106
106
|
|
|
107
107
|
[1G[0K[1G[0K⠙[1G[0K
|
|
@@ -128,7 +128,7 @@ Unsupported block tag: @export
|
|
|
128
128
|
Unsupported block tag: @export
|
|
129
129
|
Unsupported block tag: @type
|
|
130
130
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
131
|
-
> koatty_validation@2.0.
|
|
131
|
+
> koatty_validation@2.0.2 build:cp
|
|
132
132
|
> node scripts/postBuild && copyfiles package.json LICENSE README.md dist/
|
|
133
133
|
|
|
134
134
|
[1G[0K[1G[0K⠙[1G[0K
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- patch version bump for koatty, koatty_cacheable, koatty_config, koatty_container, koatty_core, koatty_exception, koatty_graphql, koatty_lib, koatty_loader, koatty_logger, koatty_proto, koatty_router, koatty_schedule, koatty_serve, koatty_store, koatty_trace, koatty_typeorm, koatty_validation
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- koatty_container@2.0.2
|
|
10
|
+
- koatty_lib@1.4.6
|
|
11
|
+
- koatty_logger@2.4.2
|
|
12
|
+
|
|
3
13
|
## 2.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
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": "2.0.
|
|
3
|
+
"version": "2.0.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",
|
|
@@ -80,8 +80,8 @@
|
|
|
80
80
|
"lru-cache": "^11.2.5"
|
|
81
81
|
},
|
|
82
82
|
"peerDependencies": {
|
|
83
|
-
"koatty_container": "^2.0.
|
|
84
|
-
"koatty_lib": "^1.4.
|
|
85
|
-
"koatty_logger": "^2.4.
|
|
83
|
+
"koatty_container": "^2.0.2",
|
|
84
|
+
"koatty_lib": "^1.4.6",
|
|
85
|
+
"koatty_logger": "^2.4.2"
|
|
86
86
|
}
|
|
87
87
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "koatty_validation",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Validation Util for Koatty and ThinkORM.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"exports": {
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"class-validator": "^0.14.3",
|
|
65
65
|
"lru-cache": "^11.2.5",
|
|
66
|
-
"
|
|
67
|
-
"koatty_lib": "1.4.
|
|
68
|
-
"
|
|
66
|
+
"koatty_container": "2.0.2",
|
|
67
|
+
"koatty_lib": "1.4.6",
|
|
68
|
+
"koatty_logger": "2.4.2"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"koatty_container": "^2.0.
|
|
72
|
-
"koatty_lib": "^1.4.
|
|
73
|
-
"koatty_logger": "^2.4.
|
|
71
|
+
"koatty_container": "^2.0.2",
|
|
72
|
+
"koatty_lib": "^1.4.6",
|
|
73
|
+
"koatty_logger": "^2.4.2"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|