Skip to content

Commit

Permalink
commit for version 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsee committed Jan 23, 2020
1 parent ce43ad1 commit 2013cf5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "oe-workflow",
"description": "oe-workflow engine written using oecloud.io framework",
"version": "2.1.0",
"version": "2.2.0",
"engines": {
"node": ">=6"
},
Expand All @@ -24,10 +24,10 @@
"async": "2.6.1",
"iso8601-duration": "^1.2.0",
"loopback-connector-rest": "^3.6.0",
"oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#master",
"oe-common-mixins": "git+http://evgit/oecloud.io/oe-common-mixins.git#master",
"oe-master-job-executor": "git+http://evgit/oecloud.io/oe-master-job-executor.git#master",
"oe-workflow-modeler": "^0.0.5",
"oe-cloud": "git+http://evgit/oecloud.io/oe-cloud.git#2.2.0",
"oe-common-mixins": "git+http://evgit/oecloud.io/oe-common-mixins.git#2.2.0",
"oe-master-job-executor": "git+http://evgit/oecloud.io/oe-master-job-executor.git#2.2.0",
"oe-workflow-modeler": "git+http://evgit/oecloud.io/oe-workflow-modeler.git#2.2.0",
"uuid": "3.3.2",
"xml2js": "0.4.17"
},
Expand All @@ -45,10 +45,10 @@
"if-env": "1.0.4",
"istanbul": "0.4.5",
"mocha": "5.2.0",
"oe-business-rule": "git+http://evgit/oecloud.io/oe-business-rule.git#master",
"oe-connector-mongodb": "git+http://evgit/oecloud.io/oe-connector-mongodb.git#master",
"oe-connector-oracle": "git+http://evgit/oecloud.io/oe-connector-oracle.git#master",
"oe-connector-postgresql": "git+http://evgit/oecloud.io/oe-connector-postgresql.git#master",
"oe-business-rule": "git+http://evgit/oecloud.io/oe-business-rule.git#2.2.0",
"oe-connector-mongodb": "git+http://evgit/oecloud.io/oe-connector-mongodb.git#2.2.0",
"oe-connector-oracle": "git+http://evgit/oecloud.io/oe-connector-oracle.git#2.2.0",
"oe-connector-postgresql": "git+http://evgit/oecloud.io/oe-connector-postgresql.git#2.2.0",
"superagent-defaults": "0.1.14",
"supertest": "3.4.2"
},
Expand Down

0 comments on commit 2013cf5

Please sign in to comment.