@ideal-postcodes/core-axios
Advanced tools
Comparing version 1.0.2 to 1.1.0
@@ -0,1 +1,8 @@ | ||
# [1.1.0](https://github.com/ideal-postcodes/core-axios/compare/1.0.2...1.1.0) (2020-02-07) | ||
### Features | ||
* **core-interface:** Upgrade to 1.5.0 ([aeffba7](https://github.com/ideal-postcodes/core-axios/commit/aeffba7)) | ||
## [1.0.2](https://github.com/ideal-postcodes/core-axios/compare/1.0.1...1.0.2) (2020-01-22) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@ideal-postcodes/core-axios", | ||
"version": "1.0.2", | ||
"version": "1.1.0", | ||
"description": "Axios based client for api.ideal-postcodes.co.uk", | ||
@@ -91,3 +91,3 @@ "author": { | ||
"dependencies": { | ||
"@ideal-postcodes/core-interface": "~1.4.0", | ||
"@ideal-postcodes/core-interface": "~1.5.0", | ||
"axios": "~0.19.2" | ||
@@ -102,5 +102,5 @@ }, | ||
"@types/chai": "~4.2.0", | ||
"@types/mocha": "~5.2.7", | ||
"@types/mocha": "~7.0.1", | ||
"@types/nock": "~11.1.0", | ||
"@types/node": "~13.1.0", | ||
"@types/node": "~13.7.0", | ||
"@types/prettier": "~1.19.0", | ||
@@ -107,0 +107,0 @@ "@types/sinon": "~7.5.0", |
@@ -14,4 +14,7 @@ <h1 align="center"> | ||
`@ideal-postcodes/core-axios` is the Axios backed client for api.ideal-postcodes.co.uk. Axios is a promise based HTTP client for the browser and node.js | ||
`@ideal-postcodes/core-axios` is the Axios backed client for api.ideal-postcodes.co.uk. Axios is a promise based HTTP client for the browser and node.js and so is ideal for: | ||
- Frameworks that utilise server side rendering (Angular, Next.js, React, etc) | ||
- Isomorphic code (runs on browser and server) | ||
Our JavaScript client implements a common interface defined at [@ideal-postcodes/core-interface](https://github.com/ideal-postcodes/core-interface). | ||
@@ -18,0 +21,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
19988
97
+ Added@ideal-postcodes/core-interface@1.5.0(transitive)
- Removed@ideal-postcodes/core-interface@1.4.0(transitive)