wiremock-rest-client
Advanced tools
Comparing version 1.2.1 to 1.2.2
export * from './WireMockRestClient'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -9,7 +9,7 @@ import { MappingService } from '../service/MappingService'; | ||
constructor(baseUri: string); | ||
readonly mappings: MappingService; | ||
readonly requests: RequestService; | ||
readonly recordings: RecordingService; | ||
readonly scenarios: ScenarioService; | ||
readonly global: GlobalService; | ||
get mappings(): MappingService; | ||
get requests(): RequestService; | ||
get recordings(): RecordingService; | ||
get scenarios(): ScenarioService; | ||
get global(): GlobalService; | ||
} |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './client'; | ||
export * from './service'; | ||
export * from './util'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { DelayDistribution } from './DelayDistribution'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /** |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); |
@@ -0,0 +0,0 @@ import { DelayDefinition } from '../model/DelayDefinition'; |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './MappingService'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ContentPattern } from '../model/ContentPattern'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { RecordSpec } from '../model/RecordSpec'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { ContentPattern } from '../model/ContentPattern'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ import { Scenario } from '../model/Scenario'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class FileUtil { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class HttpUtil { |
@@ -0,0 +0,0 @@ "use strict"; |
export * from './FileUtil'; | ||
export * from './HttpUtil'; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ MIT License |
{ | ||
"name": "wiremock-rest-client", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Lightweight REST client to interact with a running WireMock server", | ||
@@ -37,18 +37,18 @@ "main": "dist/index.js", | ||
"https-proxy-agent": "^4.0.0", | ||
"loglevel": "^1.6.6", | ||
"loglevel": "^1.6.7", | ||
"node-fetch": "^2.6.0", | ||
"uuid": "^3.3.3" | ||
"uuid": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^12.11.7", | ||
"@types/node-fetch": "^2.5.2", | ||
"@typescript-eslint/eslint-plugin": "^2.5.0", | ||
"@typescript-eslint/parser": "^2.5.0", | ||
"dtsgenerator": "^2.3.1", | ||
"eslint": "^6.6.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"@types/node": "^12.12.30", | ||
"@types/node-fetch": "^2.5.5", | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"dtsgenerator": "^2.5.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-import-resolver-typescript": "^2.0.0", | ||
"eslint-plugin-import": "^2.18.2", | ||
"typescript": "^3.6.4" | ||
"eslint-plugin-import": "^2.20.1", | ||
"typescript": "^3.8.3" | ||
} | ||
} |
@@ -0,0 +0,0 @@ # WireMock REST Client |
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
49
1301
52316
Updatedloglevel@^1.6.7
Updateduuid@^3.4.0