@ideal-postcodes/core-axios
Advanced tools
Comparing version 3.0.7 to 4.0.0-beta.1
@@ -0,1 +1,13 @@ | ||
# [4.0.0-beta.1](https://github.com/ideal-postcodes/core-axios/compare/3.0.7...4.0.0-beta.1) (2022-02-03) | ||
### Features | ||
* **Core-Interface:** Update to 3.0 ([3cccbe2](https://github.com/ideal-postcodes/core-axios/commit/3cccbe2)) | ||
### BREAKING CHANGES | ||
* **Core-Interface:** Updates core-interface to 3.0.0 | ||
## [3.0.7](https://github.com/ideal-postcodes/core-axios/compare/3.0.6...3.0.7) (2022-01-06) | ||
@@ -2,0 +14,0 @@ |
{ | ||
"name": "@ideal-postcodes/core-axios", | ||
"version": "3.0.7", | ||
"version": "4.0.0-beta.1", | ||
"description": "Axios based client for api.ideal-postcodes.co.uk", | ||
@@ -92,7 +92,14 @@ "author": { | ||
"release": { | ||
"extends": "@cablanchard/semantic-release/dist/npm" | ||
"extends": "@cablanchard/semantic-release/dist/npm", | ||
"branches": [ | ||
"master", | ||
{ | ||
"name": "beta", | ||
"prerelease": true | ||
} | ||
] | ||
}, | ||
"license": "MIT", | ||
"dependencies": { | ||
"@ideal-postcodes/core-interface": "~2.0.3", | ||
"@ideal-postcodes/core-interface": "3.0.0-beta.1", | ||
"axios": "0.24.0" | ||
@@ -99,0 +106,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
24886
1
+ Added@ideal-postcodes/core-interface@3.0.0-beta.1(transitive)
+ Added@ideal-postcodes/openapi@1.1.0(transitive)
- Removed@ideal-postcodes/api-typings@2.1.0(transitive)
- Removed@ideal-postcodes/core-interface@2.0.3(transitive)