@janiscommerce/api-list
Advanced tools
Comparing version 4.1.1 to 5.0.0
@@ -10,2 +10,9 @@ # Changelog | ||
## [5.0.0] - 2020-08-27 | ||
### Added | ||
- GitHub Actions for build, coverage and publish | ||
### Changed | ||
- Updated `@janiscommerce/api` to `6.x.x` | ||
## [4.1.1] - 2020-08-10 | ||
@@ -12,0 +19,0 @@ ### Fixed |
{ | ||
"name": "@janiscommerce/api-list", | ||
"version": "4.1.1", | ||
"version": "5.0.0", | ||
"description": "A package to handle Janis List APIs", | ||
@@ -8,4 +8,4 @@ "main": "lib/index.js", | ||
"test": "mocha --exit -R nyan --require tests/bootstrap.js --recursive tests/", | ||
"test-ci": "nyc --reporter=html --reporter=text mocha --recursive tests/", | ||
"watch-test": "export TEST_ENV=true; mocha --exit -R nyan -w --recursive tests/", | ||
"test-ci": "nyc --reporter=lcov --reporter=text-summary mocha --exit --recursive tests/", | ||
"coverage": "nyc npm test", | ||
@@ -22,10 +22,10 @@ "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.2", | ||
"husky": "^2.7.0", | ||
"mocha": "^8.0.1", | ||
"eslint-plugin-import": "^2.20.2", | ||
"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" | ||
}, | ||
@@ -38,9 +38,6 @@ "files": [ | ||
}, | ||
"peerDependencies": { | ||
"@janiscommerce/model": "^4.1.0" | ||
}, | ||
"dependencies": { | ||
"@janiscommerce/api": "^5.0.0", | ||
"@janiscommerce/api": "^6.0.0", | ||
"superstruct": "0.6.2" | ||
} | ||
} |
# API List | ||
[![Build Status](https://travis-ci.org/janis-commerce/api-list.svg?branch=master)](https://travis-ci.org/janis-commerce/api-list) | ||
![Build Status](https://github.com/janis-commerce/api-list/workflows/Build%20Status/badge.svg) | ||
[![Coverage Status](https://coveralls.io/repos/github/janis-commerce/api-list/badge.svg?branch=master)](https://coveralls.io/github/janis-commerce/api-list?branch=master) | ||
[![npm version](https://badge.fury.io/js/%40janiscommerce%2Fapi-list.svg)](https://www.npmjs.com/package/@janiscommerce/api-list) | ||
@@ -14,9 +15,2 @@ A package to handle Janis List APIs | ||
## ⚠️ **Breaking changes from version *4.0.0*** | ||
*Since 4.0.0* | ||
API upgraded to v5. API Session store validations replaced with locations | ||
For more information see [API](https://www.npmjs.com/package/@janiscommerce/api) and [API Session](https://www.npmjs.com/package/@janiscommerce/api-session) | ||
## Usage | ||
@@ -23,0 +17,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
2
22758
259
+ Added@janiscommerce/api@6.6.1(transitive)
+ Addedlodash.clonedeep@4.5.0(transitive)
+ Addeduuid@8.3.2(transitive)
- Removed@janiscommerce/api@5.1.3(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)
Updated@janiscommerce/api@^6.0.0