typedconverter
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -13,2 +13,3 @@ import { VisitorExtension } from "./invocation"; | ||
interface ParentInfo { | ||
value: any; | ||
type: Class; | ||
@@ -15,0 +16,0 @@ decorators: any[]; |
@@ -73,3 +73,3 @@ "use strict"; | ||
path: getPath(opt.path, property.name), extension: opt.extension, | ||
decorators: property.decorators, parent: { type: ast.type, decorators: opt.decorators }, | ||
decorators: property.decorators, parent: { value, type: ast.type, decorators: opt.decorators }, | ||
guessArrayElement: opt.guessArrayElement | ||
@@ -76,0 +76,0 @@ }; |
{ | ||
"name": "typedconverter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Convert object into classes match with TypeScript type annotation", | ||
@@ -28,5 +28,5 @@ "main": "lib/index.js", | ||
"@types/ejs": "^2.6.3", | ||
"@types/jest": "^24.0.18", | ||
"@types/jest": "^24.0.19", | ||
"@types/joi": "^14.3.3", | ||
"coveralls": "^3.0.6", | ||
"coveralls": "^3.0.7", | ||
"ejs": "^2.7.1", | ||
@@ -37,3 +37,3 @@ "jest": "^24.9.0", | ||
"ts-node": "^8.4.1", | ||
"typescript": "^3.6.3" | ||
"typescript": "^3.6.4" | ||
}, | ||
@@ -40,0 +40,0 @@ "bugs": { |
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
39665
808