@unmock/jaymock
Advanced tools
Comparing version 1.0.6 to 1.0.7
declare namespace jaymock { | ||
type ExtensionName = string | {[key: string]: Function}; | ||
type Functions = {[key: string]: Function}; | ||
interface Template { | ||
@@ -18,3 +16,3 @@ [key: string]: string | number | Template; | ||
*/ | ||
populate(template: jaymock.Template): jaymock.Populated; | ||
populate(template: jaymock.Template | object): jaymock.Populated; | ||
@@ -26,3 +24,3 @@ /** | ||
*/ | ||
extend(name: jaymock.ExtensionName, body?: Function): void; | ||
extend(name: string | {[key: string]: Function}, body?: Function): void; | ||
@@ -29,0 +27,0 @@ /** |
{ | ||
"name": "@unmock/jaymock", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "Minimal fake JSON test data generator", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11213
222