@janiscommerce/api
Advanced tools
Comparing version 4.3.0 to 5.0.0
@@ -9,2 +9,6 @@ # Changelog | ||
## [5.0.0] - 2020-06-15 | ||
### Changed | ||
- Updated @janiscommerce/api-session to `2.x.x` | ||
## [4.3.0] - 2020-05-19 | ||
@@ -11,0 +15,0 @@ ### Removed |
{ | ||
"name": "@janiscommerce/api", | ||
"version": "4.3.0", | ||
"version": "5.0.0", | ||
"description": "A package for managing API from any origin", | ||
@@ -27,13 +27,13 @@ "main": "lib/index.js", | ||
"devDependencies": { | ||
"eslint": "^5.16.0", | ||
"eslint": "^7.2.0", | ||
"eslint-config-airbnb-base": "^13.2.0", | ||
"eslint-plugin-import": "^2.18.0", | ||
"husky": "^2.7.0", | ||
"mocha": "^5.2.0", | ||
"mocha": "^8.0.1", | ||
"mock-require": "^3.0.3", | ||
"nyc": "^14.1.1", | ||
"sinon": "^7.5.0" | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.0.2" | ||
}, | ||
"dependencies": { | ||
"@janiscommerce/api-session": "^1.4.0", | ||
"@janiscommerce/api-session": "^2.0.0", | ||
"@janiscommerce/log": "^3.2.0", | ||
@@ -40,0 +40,0 @@ "lodash.omit": "4.5.0", |
@@ -1,2 +0,2 @@ | ||
# API | ||
# api | ||
@@ -15,3 +15,2 @@ [![Build Status](https://travis-ci.org/janis-commerce/api.svg?branch=master)](https://travis-ci.org/janis-commerce/api) | ||
## API | ||
@@ -131,3 +130,11 @@ | ||
### ⚠️ **Breaking changes from version *5.0.0*** ⚠️ | ||
*Since 5.0.0* | ||
Updated [API Session](https://www.npmjs.com/package/@janiscommerce/api-session) dependency to `^2.x.x` | ||
The session of an api allows you to validates **locations** instead of **stores** | ||
For more information see [API Session](https://www.npmjs.com/package/@janiscommerce/api-session) | ||
## API Examples | ||
@@ -134,0 +141,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
25231
352
+ Added@janiscommerce/api-session@2.0.0(transitive)
- Removed@janiscommerce/api-session@1.4.0(transitive)