Skip to content

Commit

Permalink
feat(3171): Move pipeline template workflowGraph out of config into a…
Browse files Browse the repository at this point in the history
… new field (#73)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 6, 2024
1 parent 8fc6d66 commit 12d5474
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-queue-service",
"version": "3.0.0",
"version": "4.0.0",
"description": "Screwdriver Queue Service API",
"main": "app.js",
"directories": {
Expand All @@ -27,12 +27,12 @@
"node-resque": "^9.2.0",
"redlock": "^4.2.0",
"screwdriver-aws-producer-service": "^2.0.0",
"screwdriver-data-schema": "^23.0.4",
"screwdriver-executor-docker": "^6.0.0",
"screwdriver-executor-jenkins": "^6.0.0",
"screwdriver-executor-k8s": "^15.0.0",
"screwdriver-executor-k8s-vm": "^4.3.3",
"screwdriver-executor-router": "^3.0.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-executor-docker": "^7.0.0",
"screwdriver-executor-jenkins": "^7.0.0",
"screwdriver-executor-k8s": "^16.0.0",
"screwdriver-executor-k8s-vm": "^5.0.0",
"screwdriver-executor-router": "^4.0.0",
"screwdriver-logger": "^2.0.0",
"screwdriver-request": "^2.0.1",
"string-hash": "^1.1.3",
Expand Down

0 comments on commit 12d5474

Please sign in to comment.