koatty_validation 2.0.0 → 2.0.1
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 +8 -8
- package/CHANGELOG.md +8 -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 +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> koatty_validation@2.0.
|
|
3
|
+
> koatty_validation@2.0.1 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.1 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.7s[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 [1m1s[22m[39m
|
|
30
30
|
[1G[0K⠙[1G[0K[1G[0K⠙[1G[0K
|
|
31
|
-
> koatty_validation@2.0.
|
|
31
|
+
> koatty_validation@2.0.1 build:dts
|
|
32
32
|
> bash ../../scripts/build-dts.sh
|
|
33
33
|
|
|
34
34
|
[1G[0K🔨 Building type declarations for koatty-validation...
|
|
@@ -101,10 +101,10 @@ 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.1 build:doc
|
|
105
105
|
> del-cli --force docs/api && npx api-documenter markdown --input temp --output docs/api
|
|
106
106
|
|
|
107
|
-
[1G[0K[1G[0K
|
|
107
|
+
[1G[0K[1G[0K⠙[1G[0K
|
|
108
108
|
[1mapi-documenter 7.28.2 [36m - https://api-extractor.com/[39m
|
|
109
109
|
[22m
|
|
110
110
|
Reading koatty_validation.api.json
|
|
@@ -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.1 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
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.1",
|
|
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.
|
|
83
|
+
"koatty_container": "^2.0.1",
|
|
84
84
|
"koatty_lib": "^1.4.5",
|
|
85
|
-
"koatty_logger": "^2.4.
|
|
85
|
+
"koatty_logger": "^2.4.1"
|
|
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.1",
|
|
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
|
-
"koatty_logger": "2.4.
|
|
67
|
-
"
|
|
68
|
-
"
|
|
66
|
+
"koatty_logger": "2.4.1",
|
|
67
|
+
"koatty_lib": "1.4.5",
|
|
68
|
+
"koatty_container": "2.0.1"
|
|
69
69
|
},
|
|
70
70
|
"peerDependencies": {
|
|
71
|
-
"koatty_container": "^2.0.
|
|
71
|
+
"koatty_container": "^2.0.1",
|
|
72
72
|
"koatty_lib": "^1.4.5",
|
|
73
|
-
"koatty_logger": "^2.4.
|
|
73
|
+
"koatty_logger": "^2.4.1"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"build": "npm run build:js && npm run build:dts && npm run build:doc && npm run build:cp",
|