Skip to content

Commit

Permalink
Upgrade codefresh-sdk (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielm-codefresh authored Jul 20, 2023
1 parent 128f919 commit c950186
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.84.6",
"version": "0.84.7",
"description": "Codefresh command line utility",
"main": "index.js",
"preferGlobal": true,
Expand Down Expand Up @@ -52,7 +52,7 @@
"cf-errors": "^0.1.16",
"chalk": "^4.1.0",
"cli-progress": "3.10.0",
"codefresh-sdk": "^1.11.2",
"codefresh-sdk": "^1.11.3",
"colors": "1.4.0",
"columnify": "^1.6.0",
"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 @@ -1177,10 +1177,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.11.2:
version "1.11.2"
resolved "https://registry.yarnpkg.com/codefresh-sdk/-/codefresh-sdk-1.11.2.tgz#0e23804980311ca9d5dd1eaa3504e89ed5248a08"
integrity sha512-G6UEfMdnhCg89TnCOvc84aVp+CRHSmu7sGaLclFrvKBAlEYEYsWZR1DsWmtcMc/IoU8mdstkTlVyFZ4XYYkXsg==
codefresh-sdk@^1.11.3:
version "1.11.3"
resolved "https://registry.yarnpkg.com/codefresh-sdk/-/codefresh-sdk-1.11.3.tgz#3a72f2738a6e69acc07f2ab9bb3c7da9a50eb563"
integrity sha512-tm91ex7ZZ3QeCghxchWKmuqHIZvcB84WL8wrX0W8i5AypfwNMgszo+TiCYYzUqvw0YbXBs5BtH1+WNdMv7ioTw==
dependencies:
"@codefresh-io/cf-receiver" "0.0.1-alpha19"
bluebird "^3.7.2"
Expand Down

0 comments on commit c950186

Please sign in to comment.