Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "switcher-api",
"version": "1.2.6",
"version": "1.2.7",
"description": "Feature Flag/Toggle API",
"main": "start.js",
"author": {
Expand All @@ -26,10 +26,10 @@
],
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"axios": "^1.1.3",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"express": "^4.18.1",
"express": "^4.18.2",
"express-basic-auth": "^1.2.1",
"express-graphql": "^0.12.0",
"express-validator": "^6.14.2",
Expand All @@ -38,10 +38,10 @@
"helmet": "^6.0.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongodb": "^4.9.1",
"mongoose": "^6.6.1",
"pino": "^8.5.0",
"pino-pretty": "^9.1.0",
"mongodb": "^4.11.0",
"mongoose": "^6.6.7",
"pino": "^8.7.0",
"pino-pretty": "^9.1.1",
"swagger-ui-express": "^4.5.0",
"switcher-client": "^3.1.3",
"validator": "^13.7.0"
Expand All @@ -55,13 +55,13 @@
"babel-jest": "^28.1.1",
"babel-polyfill": "^6.26.0",
"env-cmd": "^10.1.0",
"eslint": "^8.23.1",
"jest": "^29.0.3",
"eslint": "^8.26.0",
"jest": "^29.2.1",
"jest-sonar-reporter": "^2.0.0",
"node-notifier": "^10.0.1",
"nodemon": "^2.0.19",
"sinon": "^14.0.0",
"supertest": "^6.2.4"
"nodemon": "^2.0.20",
"sinon": "^14.0.1",
"supertest": "^6.3.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=switcherapi_switcher-api
sonar.projectName=switcher-api
sonar.organization=switcherapi
sonar.projectVersion=1.2.6
sonar.projectVersion=1.2.7
sonar.links.homepage=https://github.com/switcherapi/switcher-api

sonar.testExecutionReportPaths=test-report.xml
Expand Down
2 changes: 1 addition & 1 deletion src/api-docs/swagger-info.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default {
title: 'Switcher API',
version: 'v1.2.6',
version: 'v1.2.7',
description: 'Switcher API is a Feature Flag API focused on toggling features over different environments and applications.',
contact: {
name: 'Roger Floriano (petruki)',
Expand Down