@ideal-postcodes/core-axios
Advanced tools
Comparing version 1.1.0 to 2.0.0
@@ -0,1 +1,15 @@ | ||
# [2.0.0](https://github.com/ideal-postcodes/core-axios/compare/1.1.0...2.0.0) (2020-06-25) | ||
### chore | ||
* **Node:** Drop explicit support for Node 8 ([3a41f25](https://github.com/ideal-postcodes/core-axios/commit/3a41f25)) | ||
* **Node:** Drop node 8 support, add 14 ([e7064ce](https://github.com/ideal-postcodes/core-axios/commit/e7064ce)) | ||
### BREAKING CHANGES | ||
* **Node:** Node 8 no longer supported | ||
* **Node:** Node 8 no longer forms part of CI testing | ||
# [1.1.0](https://github.com/ideal-postcodes/core-axios/compare/1.0.2...1.1.0) (2020-02-07) | ||
@@ -2,0 +16,0 @@ |
@@ -6,2 +6,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Agent = exports.toHeader = void 0; | ||
var axios_1 = __importDefault(require("axios")); | ||
@@ -8,0 +9,0 @@ var core_interface_1 = require("@ideal-postcodes/core-interface"); |
@@ -27,2 +27,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Client = void 0; | ||
var core_interface_1 = require("@ideal-postcodes/core-interface"); | ||
@@ -56,3 +57,3 @@ var agent_1 = require("./agent"); | ||
}; | ||
_this = _super.call(this, __assign({ agent: agent, header: header }, interfaceConfig)) || this; | ||
_this = _super.call(this, __assign({ agent: agent }, interfaceConfig)) || this; | ||
return _this; | ||
@@ -59,0 +60,0 @@ } |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Agent = exports.Client = void 0; | ||
var client_1 = require("./client"); | ||
exports.Client = client_1.Client; | ||
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return client_1.Client; } }); | ||
var agent_1 = require("./agent"); | ||
exports.Agent = agent_1.Agent; | ||
Object.defineProperty(exports, "Agent", { enumerable: true, get: function () { return agent_1.Agent; } }); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@ideal-postcodes/core-axios", | ||
"version": "1.1.0", | ||
"version": "2.0.0", | ||
"description": "Axios based client for api.ideal-postcodes.co.uk", | ||
@@ -74,3 +74,3 @@ "author": { | ||
"engines": { | ||
"node": ">=8.0" | ||
"node": ">=10.0" | ||
}, | ||
@@ -99,3 +99,3 @@ "keywords": [ | ||
"@cablanchard/tsconfig": "1.0.0", | ||
"@ideal-postcodes/api-fixtures": "~0.1.0", | ||
"@ideal-postcodes/api-fixtures": "~1.1.0", | ||
"@ideal-postcodes/api-typings": "~1.1.0", | ||
@@ -105,19 +105,19 @@ "@types/chai": "~4.2.0", | ||
"@types/nock": "~11.1.0", | ||
"@types/node": "~13.7.0", | ||
"@types/prettier": "~1.19.0", | ||
"@types/sinon": "~7.5.0", | ||
"@types/node": "~14.0.1", | ||
"@types/prettier": "~2.0.0", | ||
"@types/sinon": "~9.0.1", | ||
"chai": "~4.2.0", | ||
"codecov": "~3.6.1", | ||
"codecov": "~3.7.0", | ||
"eslint": "~6.8.0", | ||
"mocha": "~7.0.0", | ||
"nock": "11.7.2", | ||
"nyc": "~15.0.0", | ||
"prettier": "~1.19.1", | ||
"semantic-release": "~15.14.0", | ||
"sinon": "~8.1.1", | ||
"mocha": "~7.2.0", | ||
"nock": "12.0.3", | ||
"nyc": "~15.1.0", | ||
"prettier": "~2.0.2", | ||
"semantic-release": "~17.1.0", | ||
"sinon": "~9.0.0", | ||
"source-map-support": "~0.5.10", | ||
"ts-node": "~8.6.1", | ||
"typedoc": "~0.16.2", | ||
"typescript": "~3.7.2" | ||
"ts-node": "~8.10.2", | ||
"typedoc": "~0.17.0", | ||
"typescript": "~3.9.3" | ||
} | ||
} |
@@ -7,3 +7,3 @@ <h1 align="center"> | ||
[![CircleCI](https://circleci.com/gh/ideal-postcodes/core-axios/tree/master.svg?style=svg)](https://circleci.com/gh/ideal-postcodes/core-axios/tree/master) | ||
![CI](https://github.com/ideal-postcodes/core-axios/workflows/CI/badge.svg) | ||
[![codecov](https://codecov.io/gh/ideal-postcodes/core-axios/branch/master/graph/badge.svg)](https://codecov.io/gh/ideal-postcodes/core-axios) | ||
@@ -10,0 +10,0 @@ [![Dependency Status](https://david-dm.org/ideal-postcodes/core-axios.svg)](https://david-dm.org/ideal-postcodes/core-axios) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
20800
239