@ideal-postcodes/core-axios
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,8 @@ | ||
## [2.2.2](https://github.com/ideal-postcodes/core-axios/compare/2.2.1...2.2.2) (2020-11-27) | ||
### Bug Fixes | ||
* **tsconfig:** Bump tsconfig ([962ccfa](https://github.com/ideal-postcodes/core-axios/commit/962ccfa)) | ||
## [2.2.1](https://github.com/ideal-postcodes/core-axios/compare/2.2.0...2.2.1) (2020-11-20) | ||
@@ -2,0 +9,0 @@ |
@@ -102,2 +102,1 @@ "use strict"; | ||
exports.Agent = Agent; | ||
//# sourceMappingURL=agent.js.map |
@@ -62,2 +62,1 @@ "use strict"; | ||
exports.Client = Client; | ||
//# sourceMappingURL=client.js.map |
@@ -8,2 +8,1 @@ "use strict"; | ||
Object.defineProperty(exports, "Agent", { enumerable: true, get: function () { return agent_1.Agent; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -92,2 +92,1 @@ import Axios from "axios"; | ||
} | ||
//# sourceMappingURL=agent.js.map |
@@ -30,2 +30,1 @@ import { Client as CoreInterface, TLS, API_URL, VERSION, TIMEOUT, STRICT_AUTHORISATION, } from "@ideal-postcodes/core-interface"; | ||
} | ||
//# sourceMappingURL=client.js.map |
import { Client } from "./client"; | ||
import { Agent } from "./agent"; | ||
export { Client, Agent }; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ideal-postcodes/core-axios", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Axios based client for api.ideal-postcodes.co.uk", | ||
@@ -99,3 +99,3 @@ "author": { | ||
"@cablanchard/semantic-release": "~1.3.0", | ||
"@cablanchard/tsconfig": "1.0.0", | ||
"@cablanchard/tsconfig": "2.0.0", | ||
"@ideal-postcodes/api-fixtures": "~1.2.0", | ||
@@ -102,0 +102,0 @@ "@ideal-postcodes/api-typings": "~2.0.0", |
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
23362
16