From aaeab6573215e2b4fbecc7b8fd3f866ff5f00013 Mon Sep 17 00:00:00 2001 From: christianatzeni Date: Wed, 16 Oct 2024 12:58:08 +0200 Subject: [PATCH] Adding io-wallet-message-func to the workspace --- io-wallet.code-workspace | 4 ++++ packages/io-wallet-common/host.json | 7 +++++++ yarn.lock | 24 ++++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 packages/io-wallet-common/host.json diff --git a/io-wallet.code-workspace b/io-wallet.code-workspace index ccb11f52..7aaecc03 100644 --- a/io-wallet.code-workspace +++ b/io-wallet.code-workspace @@ -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" diff --git a/packages/io-wallet-common/host.json b/packages/io-wallet-common/host.json new file mode 100644 index 00000000..55d16424 --- /dev/null +++ b/packages/io-wallet-common/host.json @@ -0,0 +1,7 @@ +{ + "version": "2.0", + "extensionBundle": { + "id": "Microsoft.Azure.Functions.ExtensionBundle", + "version": "[4.*, 5.0.0)" + } +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 7416f9e8..a8866811 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"