screwdriver-api 8.0.24 → 8.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-api",
3
- "version": "8.0.24",
3
+ "version": "8.0.26",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -61,6 +61,7 @@
61
61
  "contributors": [
62
62
  "Dao Lam <daolam112@gmail.com>",
63
63
  "Darren Matsumoto <aeneascorrupt@gmail.com>",
64
+ "Dayanand Sagar <sagar1312@gmail.com>",
64
65
  "Filbert Jahja <filidillidally@gmail.com>",
65
66
  "Jeremiah Wuenschel <jeremiah.wuenschel@gmail.com>",
66
67
  "Min Zhang <minzhangcmu@gmail.com>",
@@ -111,7 +112,7 @@
111
112
  "screwdriver-config-parser": "^12.0.0",
112
113
  "screwdriver-coverage-bookend": "^3.0.0",
113
114
  "screwdriver-coverage-sonar": "^5.0.0",
114
- "screwdriver-data-schema": "^25.5.0",
115
+ "screwdriver-data-schema": "^25.6.0",
115
116
  "screwdriver-datastore-sequelize": "^10.0.0",
116
117
  "screwdriver-executor-base": "^11.0.0",
117
118
  "screwdriver-executor-docker": "^8.0.1",