Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 50cf82c

Browse files
committed
chore(dependencies): Upgrade version. Update dependencies
1 parent 74b808f commit 50cf82c

File tree

5 files changed

+45
-44
lines changed

5 files changed

+45
-44
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
### Fixed
1515
### Removed
1616

17-
## [1.3.1] - 2019-01-03
17+
## [1.3.2] - 2020-01-11
18+
### Changed
19+
- Update dependencies
20+
21+
## [1.3.1] - 2020-01-03
1822
### Fixed
1923
- Change @mocks-server/core peerDependency to ^1.3.0, which is the first one with behavior id property.
2024

21-
## [1.3.0] - 2019-01-03
25+
## [1.3.0] - 2020-01-03
2226
### Added
2327
- Add property id to behaviors model.
2428

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
[![Build status][travisci-image]][travisci-url] [![Coverage Status][coveralls-image]][coveralls-url] [![Quality Gate][quality-gate-image]][quality-gate-url]
22

3-
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
3+
[![NPM dependencies][npm-dependencies-image]][npm-dependencies-url] [![Greenkeeper badge](https://badges.greenkeeper.io/mocks-server/plugin-admin-api.svg)](https://greenkeeper.io/) [![Last commit][last-commit-image]][last-commit-url] [![Last release][release-image]][release-url]
44

55
[![NPM downloads][npm-downloads-image]][npm-downloads-url] [![License][license-image]][license-url]
66

77

88
# [![Mocks Server][logo-url]][website-url] Mocks Server Plugin Admin Api
99

10-
[![Greenkeeper badge](https://badges.greenkeeper.io/mocks-server/plugin-admin-api.svg)](https://greenkeeper.io/)
11-
1210
Plugin for [Mocks Server][website-url] that provides an API REST that allows to change dinamically the current behavior, change delay time, and another [Mocks Server options][options-url].
1311

1412
This is __very useful when running acceptance tests, as you can change the behavior of the api__ simply making an HTTP request in your tests `before` method, for example.

package-lock.json

Lines changed: 34 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mocks-server/plugin-admin-api",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Plugin for Mocks Server. Provides a REST API for administrating settings, fixtures and behaviors",
55
"keywords": [
66
"mocks-server-plugin",
@@ -32,10 +32,10 @@
3232
"coveralls": "cat ./coverage/lcov.info | coveralls"
3333
},
3434
"peerDependencies": {
35-
"@mocks-server/core": "^1.3.0"
35+
"@mocks-server/core": "^1.4.2"
3636
},
3737
"dependencies": {
38-
"@mocks-server/admin-api-paths": "1.0.2",
38+
"@mocks-server/admin-api-paths": "1.0.3",
3939
"@hapi/boom": "9.0.0",
4040
"express": "4.17.1"
4141
},

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sonar.organization=mocks-server
22
sonar.projectKey=mocks-server-plugin-admin-api
3-
sonar.projectVersion=1.3.1
3+
sonar.projectVersion=1.3.2
44

55
sonar.javascript.file.suffixes=.js
66
sonar.sourceEncoding=UTF-8

0 commit comments

Comments
 (0)