@travetto/schema
Advanced tools
Comparing version 4.0.4 to 4.0.5
{ | ||
"name": "@travetto/schema", | ||
"version": "4.0.4", | ||
"version": "4.0.5", | ||
"description": "Data type registry for runtime validation, reflection and binding.", | ||
@@ -30,6 +30,6 @@ "keywords": [ | ||
"dependencies": { | ||
"@travetto/registry": "^4.0.4" | ||
"@travetto/registry": "^4.0.5" | ||
}, | ||
"peerDependencies": { | ||
"@travetto/transformer": "^4.0.2" | ||
"@travetto/transformer": "^4.0.3" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependenciesMeta": { |
@@ -7,3 +7,3 @@ import ts from 'typescript'; | ||
import { SchemaTransformUtil } from './transform-util'; | ||
import { SchemaTransformUtil } from './transformer/util'; | ||
@@ -10,0 +10,0 @@ const inSchema = Symbol.for('@travetto/schema:schema'); |
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
102079
Updated@travetto/registry@^4.0.5