@travetto/schema
Advanced tools
Comparing version 4.0.2 to 4.0.3
{ | ||
"name": "@travetto/schema", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"description": "Data type registry for runtime validation, reflection and binding.", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/registry": "^4.0.2" | ||
"@travetto/registry": "^4.0.3" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/transformer": "^4.0.1" | ||
"@travetto/transformer": "^4.0.2" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -109,3 +109,3 @@ import { RuntimeIndex } from '@travetto/manifest'; | ||
resolveInstanceType<T>(cls: Class<T>, o: T): Class { | ||
cls = SchemaRegistry.get(cls.Ⲑid).class; // Resolve by id to handle any stale references | ||
cls = this.get(cls.Ⲑid).class; // Resolve by id to handle any stale references | ||
@@ -112,0 +112,0 @@ const base = this.getBaseSchema(cls); |
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
102077
Updated@travetto/registry@^4.0.3