Skip to content

Commit

Permalink
Adding io-wallet-message-func to the workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
christianatzeni committed Oct 16, 2024
1 parent ff016a5 commit aaeab65
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
4 changes: 4 additions & 0 deletions io-wallet.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
"path": "apps/io-wallet-support-func",
"name": "io-wallet-support-func"
},
{
"path": "apps/io-wallet-message-func",
"name": "io-wallet-message-func"
},
{
"path": "packages/io-wallet-common",
"name": "io-wallet-common"
Expand Down
7 changes: 7 additions & 0 deletions packages/io-wallet-common/host.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"version": "2.0",
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[4.*, 5.0.0)"
}
}
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4776,6 +4776,30 @@ __metadata:
languageName: unknown
linkType: soft

"io-wallet-message-func@workspace:apps/io-wallet-message-func":
version: 0.0.0-use.local
resolution: "io-wallet-message-func@workspace:apps/io-wallet-message-func"
dependencies:
"@azure/cosmos": "npm:^4.1.1"
"@azure/functions": "npm:^4.5.1"
"@azure/identity": "npm:^4.4.1"
"@pagopa/eslint-config": "npm:^4.0.1"
"@pagopa/handler-kit-azure-func": "npm:^2.0.7"
"@pagopa/ts-commons": "npm:^13.1.1"
"@vitest/coverage-v8": "npm:^2.1.1"
applicationinsights: "npm:^3.3.0"
azure-functions-core-tools: "npm:^4.0.5907"
eslint: "npm:8.57.0"
fp-ts: "npm:^2.16.9"
io-ts: "npm:^2.2.21"
io-wallet-common: "workspace:^"
prettier: "npm:3.2.5"
tsup: "npm:^8.0.2"
typescript: "npm:^5.4.5"
vitest: "npm:^2.1.1"
languageName: unknown
linkType: soft

"io-wallet-support-func@workspace:apps/io-wallet-support-func":
version: 0.0.0-use.local
resolution: "io-wallet-support-func@workspace:apps/io-wallet-support-func"
Expand Down

0 comments on commit aaeab65

Please sign in to comment.