@mocks-server/admin-api-paths
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -13,2 +13,10 @@ # Change Log | ||
## [1.0.9] - 2020-12-21 | ||
### Added | ||
- chore(deps): Add support for Node.js v15.x | ||
### Changed | ||
- chore(ci): Migrate from Travis CI to github actions | ||
## [1.0.8] - 2020-10-26 | ||
@@ -15,0 +23,0 @@ ### Changed |
{ | ||
"name": "@mocks-server/admin-api-paths", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"description": "Api paths of @mocks-server/plugin-admin-api", | ||
@@ -30,5 +30,3 @@ "keywords": [ | ||
"test": "jest", | ||
"coveralls": "cat ./coverage/lcov.info | coveralls", | ||
"test:coverage": "npm run test", | ||
"test:ci": "npm run test" | ||
"test:unit": "npm run test" | ||
}, | ||
@@ -41,3 +39,2 @@ "devDependencies": { | ||
"babel-jest": "26.6.1", | ||
"coveralls": "3.0.9", | ||
"eslint": "7.12.0", | ||
@@ -64,4 +61,4 @@ "eslint-config-prettier": "6.14.0", | ||
"engines": { | ||
"node": "12.x || 13.x || 14.x" | ||
"node": "12.x || 14.x || 15.x" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url] | ||
[![Build status][build-image]][build-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url] | ||
@@ -29,4 +29,4 @@ [![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Renovate](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url] | ||
[coveralls-url]: https://coveralls.io/github/mocks-server/admin-api-paths | ||
[travisci-image]: https://travis-ci.com/mocks-server/admin-api-paths.svg?branch=master | ||
[travisci-url]: https://travis-ci.com/mocks-server/admin-api-paths | ||
[build-image]: https://github.com/mocks-server/admin-api-paths/workflows/build/badge.svg?branch=master | ||
[build-url]: https://github.com/mocks-server/admin-api-paths/actions?query=workflow%3Abuild+branch%3Amaster | ||
[last-commit-image]: https://img.shields.io/github/last-commit/mocks-server/admin-api-paths.svg | ||
@@ -33,0 +33,0 @@ [last-commit-url]: https://github.com/mocks-server/admin-api-paths/commits |
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
6972
14