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 (#97)

BREAKING CHANGE: Move workflowGraph out of config and keep it at the same level as config
  • Loading branch information
sagar1312 authored Sep 4, 2024
1 parent 84d7cf4 commit d3f626f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "screwdriver-datastore-sequelize",
"version": "8.0.0",
"version": "9.0.0",
"description": "Datastore implementation for mysql, postgres, sqlite3, and mssql",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -51,8 +51,8 @@
"mysql2": "^3.9.4",
"pg": "^8.8.0",
"pg-hstore": "^2.3.4",
"screwdriver-data-schema": "^23.0.4",
"screwdriver-datastore-base": "^6.0.0",
"screwdriver-data-schema": "^24.0.0",
"screwdriver-datastore-base": "^7.0.0",
"screwdriver-logger": "^2.0.0",
"sequelize": "^6.27.0",
"sqlite3": "^5.1.4"
Expand Down

0 comments on commit d3f626f

Please sign in to comment.