screwdriver-api 6.0.28 → 6.0.29

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 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "screwdriver-api",
3
- "version": "6.0.28",
3
+ "version": "6.0.29",
4
4
  "description": "API server for the Screwdriver.cd service",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -12,7 +12,7 @@
12
12
  "profile": "node --prof ./bin/server",
13
13
  "functional": "cucumber-js --format=progress --tags '(not @ignore) and (not @beta)' --retry 2 --fail-fast --exit",
14
14
  "functional-beta": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit",
15
- "functional-dev": "cucumber-js --format=./node_modules/cucumber-pretty --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit",
15
+ "functional-dev": "cucumber-js --format=progress --tags '(not @ignore) and (not @prod)' --retry 2 --fail-fast --exit",
16
16
  "create-test-user": "node -e 'require(\"./features/scripts/create-test-user.js\")()'",
17
17
  "diagrams": "find ./design/diagrams -type f -name \\*.puml -print0 | xargs -0 -n 1 -I DIAGRAM puml generate DIAGRAM -o DIAGRAM.png",
18
18
  "semantic-release": "semantic-release pre && npm publish && semantic-release post"
@@ -138,13 +138,12 @@
138
138
  }
139
139
  },
140
140
  "devDependencies": {
141
+ "@cucumber/cucumber": "^9.0.0",
141
142
  "@octokit/rest": "^19.0.5",
142
143
  "chai": "^4.3.7",
143
144
  "chai-as-promised": "^7.1.1",
144
145
  "chai-jwt": "^2.0.0",
145
146
  "coveralls": "^3.1.1",
146
- "cucumber": "^6.0.7",
147
- "cucumber-pretty": "^6.0.1",
148
147
  "eslint": "^8.28.0",
149
148
  "eslint-config-screwdriver": "^7.0.0",
150
149
  "form-data": "^4.0.0",