@ng-apimock/base-client
Advanced tools
Comparing version
@@ -6,2 +6,9 @@ # Changelog | ||
## [2.0.1](https://github.com/ng-apimock/base-client/compare/v2.0.0...v2.0.1) (2020-07-08) | ||
### Bug Fixes | ||
* 🐛 export default configuration ([43c2a46](https://github.com/ng-apimock/base-client/commit/43c2a46368355b7875602063f91f17aa17aba56a)) | ||
# [2.0.0](https://github.com/ng-apimock/base-client/compare/v1.0.16...v2.0.0) (2020-07-08) | ||
@@ -8,0 +15,0 @@ |
import { Request } from 'node-fetch'; | ||
import { Client } from './client'; | ||
import { Configuration } from './configuration'; | ||
import { Configuration, DefaultConfiguration } from './configuration'; | ||
declare abstract class BaseClient implements Client { | ||
@@ -32,2 +32,2 @@ ngApimockId: string; | ||
} | ||
export { BaseClient, Client, Configuration }; | ||
export { BaseClient, Client, Configuration, DefaultConfiguration }; |
@@ -12,3 +12,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.BaseClient = void 0; | ||
exports.DefaultConfiguration = exports.BaseClient = void 0; | ||
const https = require("https"); | ||
@@ -19,2 +19,3 @@ const node_fetch_1 = require("node-fetch"); | ||
const configuration_1 = require("./configuration"); | ||
Object.defineProperty(exports, "DefaultConfiguration", { enumerable: true, get: function () { return configuration_1.DefaultConfiguration; } }); | ||
class BaseClient { | ||
@@ -21,0 +22,0 @@ constructor(configuration) { |
{ | ||
"name": "@ng-apimock/base-client", | ||
"description": "Base client for @ng-apimock/core", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"homepage": "https://github.com/ng-apimock/base-client#readme", | ||
@@ -6,0 +6,0 @@ "author": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
31503
2.05%211
0.48%