Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "js-awe", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -1,2 +0,5 @@ | ||
export function plan(plan: any): any; | ||
export function plan(plan: any, { numberOfThreads, mockupsObj }?: { | ||
numberOfThreads: number; | ||
mockupsObj: {}; | ||
}): any; | ||
//# sourceMappingURL=plan.d.ts.map |
Sorry, the diff of this file is not supported yet
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
155741
4657