@hg-ts/validation 0.1.20 → 0.1.22
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/.eslintcache +1 -1
- package/package.json +5 -5
package/.eslintcache
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.not-found.exception.ts":"1","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.provider.ts":"2","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.test-suite.ts":"3","/Volumes/Work/ts/hg/framework/packages/async-context/src/index.ts":"4","/Volumes/Work/ts/hg/framework/packages/validation/src/extensions.ts":"5","/Volumes/Work/ts/hg/framework/packages/validation/src/index.ts":"6","/Volumes/Work/ts/hg/framework/packages/validation/src/dto.ts":"7"},{"size":186,"mtime":1698022585968,"results":"8","hashOfConfig":"9"},{"size":2161,"mtime":1698022585968,"results":"10","hashOfConfig":"9"},{"size":3714,"mtime":1698022585968,"results":"11","hashOfConfig":"9"},{"size":95,"mtime":1698022585968,"results":"12","hashOfConfig":"9"},{"size":1335,"mtime":1713905441410,"results":"13","hashOfConfig":"14"},{"size":88,"mtime":1713662918071,"results":"15","hashOfConfig":"14"},{"size":595,"mtime":1713903104633,"results":"16","hashOfConfig":"14"},{"filePath":"17","messages":"18","suppressedMessages":"19","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1o9szx6",{"filePath":"20","messages":"21","suppressedMessages":"22","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"23","messages":"24","suppressedMessages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","suppressedMessages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","suppressedMessages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"
|
|
1
|
+
[{"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.not-found.exception.ts":"1","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.provider.ts":"2","/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.test-suite.ts":"3","/Volumes/Work/ts/hg/framework/packages/async-context/src/index.ts":"4","/Volumes/Work/ts/hg/framework/packages/validation/src/extensions.ts":"5","/Volumes/Work/ts/hg/framework/packages/validation/src/index.ts":"6","/Volumes/Work/ts/hg/framework/packages/validation/src/dto.ts":"7"},{"size":186,"mtime":1698022585968,"results":"8","hashOfConfig":"9"},{"size":2161,"mtime":1698022585968,"results":"10","hashOfConfig":"9"},{"size":3714,"mtime":1698022585968,"results":"11","hashOfConfig":"9"},{"size":95,"mtime":1698022585968,"results":"12","hashOfConfig":"9"},{"size":1335,"mtime":1713905441410,"results":"13","hashOfConfig":"14"},{"size":88,"mtime":1713662918071,"results":"15","hashOfConfig":"14"},{"size":595,"mtime":1713903104633,"results":"16","hashOfConfig":"14"},{"filePath":"17","messages":"18","suppressedMessages":"19","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"1o9szx6",{"filePath":"20","messages":"21","suppressedMessages":"22","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"23","messages":"24","suppressedMessages":"25","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"26","messages":"27","suppressedMessages":"28","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"29","messages":"30","suppressedMessages":"31","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"szyv4m",{"filePath":"32","messages":"33","suppressedMessages":"34","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},{"filePath":"35","messages":"36","suppressedMessages":"37","errorCount":0,"fatalErrorCount":0,"warningCount":0,"fixableErrorCount":0,"fixableWarningCount":0},"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.not-found.exception.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.provider.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/async-context/src/async-context.test-suite.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/async-context/src/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/validation/src/extensions.ts",[],["38"],"/Volumes/Work/ts/hg/framework/packages/validation/src/index.ts",[],[],"/Volumes/Work/ts/hg/framework/packages/validation/src/dto.ts",[],[],{"ruleId":"39","severity":2,"message":"40","line":17,"column":12,"nodeType":"41","messageId":"42","endLine":17,"endColumn":21,"fix":"43","suppressions":"44"},"@typescript-eslint/consistent-type-definitions","Use a `type` instead of an `interface`.","Identifier","typeOverInterface",{"range":"45","text":"46"},["47"],[283,370],"type ZodSchema<Output = any, Def extends ZodTypeDef = ZodTypeDef, Input = Output> = ",{"kind":"48","justification":"49"},"directive",""]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hg-ts/validation",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.22",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"module": "dist-esm/index.js",
|
|
6
6
|
"repository": "git@gitlab.com:hyper-graph/framework.git",
|
|
@@ -12,10 +12,10 @@
|
|
|
12
12
|
"lint:fix": "hg lint:fix"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@hg-ts-config/eslint-config": "0.1.
|
|
16
|
-
"@hg-ts-config/typescript": "0.1.
|
|
17
|
-
"@hg-ts/cli": "0.1.
|
|
18
|
-
"@hg-ts/types": "0.1.
|
|
15
|
+
"@hg-ts-config/eslint-config": "0.1.22",
|
|
16
|
+
"@hg-ts-config/typescript": "0.1.22",
|
|
17
|
+
"@hg-ts/cli": "0.1.22",
|
|
18
|
+
"@hg-ts/types": "0.1.22",
|
|
19
19
|
"@types/node": "20.8.7",
|
|
20
20
|
"@typescript-eslint/eslint-plugin": "6.8.0",
|
|
21
21
|
"@typescript-eslint/parser": "6.8.0",
|