Skip to content

Commit

Permalink
logs order (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-codefresh authored Jun 18, 2020
1 parent 2a46cee commit adb242a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codefresh",
"version": "0.68.10",
"version": "0.68.11",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down Expand Up @@ -37,7 +37,7 @@
"cf-errors": "^0.1.12",
"chalk": "^1.1.3",
"cli-progress": "3.6.0",
"codefresh-sdk": "^1.9.12",
"codefresh-sdk": "^1.9.13",
"colors": "^1.1.2",
"columnify": "^1.5.4",
"compare-versions": "^3.4.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1250,10 +1250,10 @@ code-point-at@^1.0.0:
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=

codefresh-sdk@^1.9.12:
version "1.9.12"
resolved "https://registry.yarnpkg.com/codefresh-sdk/-/codefresh-sdk-1.9.12.tgz#4781f2f0379eab0c7717730ac03813a318fffd53"
integrity sha512-aTMG6iZWAgCdiZ4N60ecUhx5iWag56VVPHyr59b9OSKADDjOgSskZt9tvWqS9ywqfX3peQ9zM9u2czbyV4WxQQ==
codefresh-sdk@^1.9.13:
version "1.9.13"
resolved "https://registry.yarnpkg.com/codefresh-sdk/-/codefresh-sdk-1.9.13.tgz#ab481162df13c919c59b00b47dba6afad8058b82"
integrity sha512-Xrb5eim5qVCXOHNZZ37kMMf6ntkU4/Qn58Qp2bMKAVNv2mM5vC7PLZQMXl2nLJD5I8XOP+vM++dSFaC9VG/A8g==
dependencies:
"@codefresh-io/cf-receiver" "0.0.1-alpha19"
bluebird "^3.5.3"
Expand Down

0 comments on commit adb242a

Please sign in to comment.