Skip to content

Commit

Permalink
Merge branch 'clientIO:dev' into notion-MCGA
Browse files Browse the repository at this point in the history
  • Loading branch information
sayam-nasir authored Sep 25, 2024
2 parents 487a5f7 + 9290a8b commit 3b92a46
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion src/appmixer/currencylayer/bundle.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"name": "appmixer.currencylayer",
"version": "1.0.0",
"version": "1.0.1",
"changelog": {
"1.0.0" : [
"Initial version"
],
"1.0.1" : [
"making GetCurrencyExchangeRates and GetSingleCurrencyRate public and ListCurrencies Private"
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"auth": {
"service": "appmixer:currencylayer"
},
"private": true,
"private": false,
"inPorts": [{
"name": "in",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"auth": {
"service": "appmixer:currencylayer"
},
"private": true,
"private": false,
"inPorts": [{
"name": "in",
"schema": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"auth": {
"service": "appmixer:currencylayer"
},
"private": false,
"private": true,
"inPorts": ["in"],
"outPorts": [
{
Expand Down

0 comments on commit 3b92a46

Please sign in to comment.