@janiscommerce/api
Advanced tools
Comparing version 5.1.2 to 6.0.0
@@ -9,2 +9,9 @@ # Changelog | ||
## [6.0.0] - 2020-08-27 | ||
### Added | ||
- GitHub Actions for build, coverage and publish | ||
### Changed | ||
- Updated `@janiscommerce/api-session` to `3.x.x` | ||
## [5.1.2] - 2020-07-31 | ||
@@ -11,0 +18,0 @@ ### Changed |
{ | ||
"name": "@janiscommerce/api", | ||
"version": "5.1.2", | ||
"version": "6.0.0", | ||
"description": "A package for managing API from any origin", | ||
@@ -9,3 +9,3 @@ "main": "lib/index.js", | ||
"watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive tests/", | ||
"test-ci": "nyc --reporter=html --reporter=text mocha --recursive tests/", | ||
"test-ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/", | ||
"coverage": "nyc npm test", | ||
@@ -28,14 +28,14 @@ "lint": "eslint lib/ tests/" | ||
"devDependencies": { | ||
"eslint": "^7.2.0", | ||
"eslint": "^7.7.0", | ||
"eslint-config-airbnb-base": "^13.2.0", | ||
"eslint-plugin-import": "^2.18.0", | ||
"husky": "^2.7.0", | ||
"mocha": "^8.0.1", | ||
"husky": "^4.2.5", | ||
"mocha": "^8.1.2", | ||
"mock-require": "^3.0.3", | ||
"nyc": "^15.1.0", | ||
"sinon": "^9.0.2" | ||
"sinon": "^9.0.3" | ||
}, | ||
"dependencies": { | ||
"@janiscommerce/api-session": "^2.0.0", | ||
"@janiscommerce/log": "^3.2.0", | ||
"@janiscommerce/api-session": "^3.0.0", | ||
"@janiscommerce/log": "^3.3.0", | ||
"@janiscommerce/superstruct": "^1.1.1", | ||
@@ -42,0 +42,0 @@ "lodash.omit": "4.5.0" |
# api | ||
[![Build Status](https://travis-ci.org/janis-commerce/api.svg?branch=master)](https://travis-ci.org/janis-commerce/api) | ||
![Build Status](https://github.com/janis-commerce/api/workflows/Build%20Status/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/janis-commerce/api/badge.svg?branch=master)](https://coveralls.io/github/janis-commerce/api?branch=master) | ||
[![npm version](https://badge.fury.io/js/%40janiscommerce%2Fapi.svg)](https://www.npmjs.com/package/@janiscommerce/api) | ||
@@ -143,11 +144,2 @@ A package for managing API from any origin. | ||
### ⚠️ **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 | ||
@@ -154,0 +146,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
26293
358
+ Addedwhich-typed-array@1.1.16(transitive)
- Removed@janiscommerce/api-session@2.0.0(transitive)
- Removed@janiscommerce/database-dispatcher@2.0.1(transitive)
- Removed@janiscommerce/model@4.1.0(transitive)
- Removedcharenc@0.0.2(transitive)
- Removedcrypt@0.0.2(transitive)
- Removedis-buffer@1.1.6(transitive)
- Removedmd5@2.3.0(transitive)
- Removedwhich-typed-array@1.1.15(transitive)
Updated@janiscommerce/log@^3.3.0