@travetto/schema
Advanced tools
Comparing version 4.0.7 to 4.1.0
{ | ||
"name": "@travetto/schema", | ||
"version": "4.0.7", | ||
"version": "4.1.0", | ||
"description": "Data type registry for runtime validation, reflection and binding.", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/registry": "^4.0.7" | ||
"@travetto/registry": "^4.1.0" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/transformer": "^4.0.4" | ||
"@travetto/transformer": "^4.1.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -19,3 +19,3 @@ import { ClassInstance } from '@travetto/base'; | ||
}; | ||
fn.Param = fn; // eslint-disable-next-line @typescript-eslint/consistent-type-assertions | ||
fn.Param = fn; | ||
@@ -22,0 +22,0 @@ // eslint-disable-next-line @typescript-eslint/consistent-type-assertions |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
102004
Updated@travetto/registry@^4.1.0