Comparing version 0.2.2 to 0.2.3
{ | ||
"name": "nestia", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Automatic SDK and Document generator for the NestJS", | ||
@@ -37,3 +37,3 @@ "main": "src/index.ts", | ||
"ts-node": "^9.1.1", | ||
"tstl": "^2.4.21", | ||
"tstl": "^2.5.0", | ||
"ttypescript": "^1.5.12", | ||
@@ -40,0 +40,0 @@ "typescript": "^4.3.2" |
@@ -21,3 +21,3 @@ import * as fs from "fs"; | ||
private readonly bundle_checker_: Singleton<(str: string) => boolean>; | ||
private readonly bundle_checker_: Singleton<Promise<(str: string) => boolean>>; | ||
@@ -24,0 +24,0 @@ public constructor |
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
65938
Updatedtstl@^2.5.0