From 6ce81d7fab53ddb199f21ddde3db8817da742aad Mon Sep 17 00:00:00 2001 From: Andrew Ghostuhin Date: Tue, 17 Sep 2024 23:40:29 +0300 Subject: [PATCH] feat(nestjs-cqrs): init package --- .pnp.cjs | 2156 +++++++++++++++++++++-- packages/nestjs-cqrs/package.json | 45 + packages/nestjs-cqrs/src/cqrs.module.ts | 47 + packages/nestjs-cqrs/src/index.ts | 1 + yarn.lock | 1476 +++++++++++++++- 5 files changed, 3533 insertions(+), 192 deletions(-) create mode 100644 packages/nestjs-cqrs/package.json create mode 100644 packages/nestjs-cqrs/src/cqrs.module.ts create mode 100644 packages/nestjs-cqrs/src/index.ts diff --git a/.pnp.cjs b/.pnp.cjs index 18661fee..b85b7708 100755 --- a/.pnp.cjs +++ b/.pnp.cjs @@ -14,6 +14,10 @@ const RAW_RUNTIME_STATE = "name": "nestjs",\ "reference": "workspace:."\ },\ + {\ + "name": "@atls/nestjs-cqrs",\ + "reference": "workspace:packages/nestjs-cqrs"\ + },\ {\ "name": "@atls/nestjs-dataloader",\ "reference": "workspace:packages/nestjs-dataloader"\ @@ -66,6 +70,10 @@ const RAW_RUNTIME_STATE = "name": "@atls/nestjs-logger",\ "reference": "workspace:packages/nestjs-logger"\ },\ + {\ + "name": "@monstrs/nestjs-s3-client",\ + "reference": "workspace:packages/nestjs-s3-client"\ + },\ {\ "name": "@atlantis-lab/nestjs-signed-url",\ "reference": "workspace:packages/nestjs-signed-url"\ @@ -92,6 +100,7 @@ const RAW_RUNTIME_STATE = "fallbackExclusionList": [\ ["@atlantis-lab/nestjs-signed-url", ["workspace:packages/nestjs-signed-url"]],\ ["@atls/grpc-keto", ["workspace:packages/nestjs-grpc-keto"]],\ + ["@atls/nestjs-cqrs", ["workspace:packages/nestjs-cqrs"]],\ ["@atls/nestjs-dataloader", ["workspace:packages/nestjs-dataloader"]],\ ["@atls/nestjs-external-renderer", ["workspace:packages/nestjs-external-renderer"]],\ ["@atls/nestjs-gateway", ["workspace:packages/nestjs-gateway"]],\ @@ -108,6 +117,7 @@ const RAW_RUNTIME_STATE = ["@atls/nestjs-typesense", ["virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#workspace:packages/nestjs-typesense", "workspace:packages/nestjs-typesense"]],\ ["@atls/nestjs-typesense-typeorm", ["workspace:packages/nestjs-typesense-typeorm"]],\ ["@atls/nestjs-validation", ["workspace:packages/nestjs-validation"]],\ + ["@monstrs/nestjs-s3-client", ["workspace:packages/nestjs-s3-client"]],\ ["nestjs", ["workspace:."]]\ ],\ "fallbackPool": [\ @@ -437,6 +447,20 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["@atls/nestjs-cqrs", [\ + ["workspace:packages/nestjs-cqrs", {\ + "packageLocation": "./packages/nestjs-cqrs/",\ + "packageDependencies": [\ + ["@atls/nestjs-cqrs", "workspace:packages/nestjs-cqrs"],\ + ["@nestjs/common", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/core", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/cqrs", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.2.7"],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"]\ + ],\ + "linkType": "SOFT"\ + }]\ + ]],\ ["@atls/nestjs-dataloader", [\ ["workspace:packages/nestjs-dataloader", {\ "packageLocation": "./packages/nestjs-dataloader/",\ @@ -945,6 +969,937 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["@aws-crypto/crc32", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-crc32-npm-5.2.0-a834040f6d-10c0.zip/node_modules/@aws-crypto/crc32/",\ + "packageDependencies": [\ + ["@aws-crypto/crc32", "npm:5.2.0"],\ + ["@aws-crypto/util", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-crypto/crc32c", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-crc32c-npm-5.2.0-e4a77c7012-10c0.zip/node_modules/@aws-crypto/crc32c/",\ + "packageDependencies": [\ + ["@aws-crypto/crc32c", "npm:5.2.0"],\ + ["@aws-crypto/util", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-crypto/sha1-browser", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-sha1-browser-npm-5.2.0-1973da1a70-10c0.zip/node_modules/@aws-crypto/sha1-browser/",\ + "packageDependencies": [\ + ["@aws-crypto/sha1-browser", "npm:5.2.0"],\ + ["@aws-crypto/supports-web-crypto", "npm:5.2.0"],\ + ["@aws-crypto/util", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-locate-window", "npm:3.568.0"],\ + ["@smithy/util-utf8", "npm:2.3.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-crypto/sha256-browser", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-sha256-browser-npm-5.2.0-5e8b02b82a-10c0.zip/node_modules/@aws-crypto/sha256-browser/",\ + "packageDependencies": [\ + ["@aws-crypto/sha256-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-crypto/supports-web-crypto", "npm:5.2.0"],\ + ["@aws-crypto/util", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-locate-window", "npm:3.568.0"],\ + ["@smithy/util-utf8", "npm:2.3.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-crypto/sha256-js", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-sha256-js-npm-5.2.0-fbe0f9fbf6-10c0.zip/node_modules/@aws-crypto/sha256-js/",\ + "packageDependencies": [\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-crypto/util", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-crypto/supports-web-crypto", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-supports-web-crypto-npm-5.2.0-37acf6e569-10c0.zip/node_modules/@aws-crypto/supports-web-crypto/",\ + "packageDependencies": [\ + ["@aws-crypto/supports-web-crypto", "npm:5.2.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-crypto/util", [\ + ["npm:5.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-crypto-util-npm-5.2.0-67e90fb04c-10c0.zip/node_modules/@aws-crypto/util/",\ + "packageDependencies": [\ + ["@aws-crypto/util", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/util-utf8", "npm:2.3.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/client-cognito-identity", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-client-cognito-identity-npm-3.651.1-8be66ccc9a-10c0.zip/node_modules/@aws-sdk/client-cognito-identity/",\ + "packageDependencies": [\ + ["@aws-sdk/client-cognito-identity", "npm:3.651.1"],\ + ["@aws-crypto/sha256-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-sdk/client-sso-oidc", "virtual:8fb7c294c89df181c6b560d5096edebef5ac52face0d0ea21b7c5bb2a61c45738f427fb9a0e82f3f441fc483740d69405d3b1bbf1c1e79926d74c2f236b75f1e#npm:3.651.1"],\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-node", "npm:3.651.1"],\ + ["@aws-sdk/middleware-host-header", "npm:3.649.0"],\ + ["@aws-sdk/middleware-logger", "npm:3.649.0"],\ + ["@aws-sdk/middleware-recursion-detection", "npm:3.649.0"],\ + ["@aws-sdk/middleware-user-agent", "npm:3.649.0"],\ + ["@aws-sdk/region-config-resolver", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-browser", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-node", "virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0"],\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/hash-node", "npm:3.0.6"],\ + ["@smithy/invalid-dependency", "npm:3.0.6"],\ + ["@smithy/middleware-content-length", "npm:3.0.8"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["@smithy/util-body-length-node", "npm:3.0.0"],\ + ["@smithy/util-defaults-mode-browser", "npm:3.0.18"],\ + ["@smithy/util-defaults-mode-node", "npm:3.0.18"],\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/client-s3", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-client-s3-npm-3.651.1-cad1eace1a-10c0.zip/node_modules/@aws-sdk/client-s3/",\ + "packageDependencies": [\ + ["@aws-sdk/client-s3", "npm:3.651.1"],\ + ["@aws-crypto/sha1-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-sdk/client-sso-oidc", "virtual:8fb7c294c89df181c6b560d5096edebef5ac52face0d0ea21b7c5bb2a61c45738f427fb9a0e82f3f441fc483740d69405d3b1bbf1c1e79926d74c2f236b75f1e#npm:3.651.1"],\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-node", "npm:3.651.1"],\ + ["@aws-sdk/middleware-bucket-endpoint", "npm:3.649.0"],\ + ["@aws-sdk/middleware-expect-continue", "npm:3.649.0"],\ + ["@aws-sdk/middleware-flexible-checksums", "npm:3.651.1"],\ + ["@aws-sdk/middleware-host-header", "npm:3.649.0"],\ + ["@aws-sdk/middleware-location-constraint", "npm:3.649.0"],\ + ["@aws-sdk/middleware-logger", "npm:3.649.0"],\ + ["@aws-sdk/middleware-recursion-detection", "npm:3.649.0"],\ + ["@aws-sdk/middleware-sdk-s3", "npm:3.651.1"],\ + ["@aws-sdk/middleware-ssec", "npm:3.649.0"],\ + ["@aws-sdk/middleware-user-agent", "npm:3.649.0"],\ + ["@aws-sdk/region-config-resolver", "npm:3.649.0"],\ + ["@aws-sdk/signature-v4-multi-region", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-browser", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-node", "virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0"],\ + ["@aws-sdk/xml-builder", "npm:3.649.0"],\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/eventstream-serde-browser", "npm:3.0.9"],\ + ["@smithy/eventstream-serde-config-resolver", "npm:3.0.6"],\ + ["@smithy/eventstream-serde-node", "npm:3.0.8"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/hash-blob-browser", "npm:3.1.5"],\ + ["@smithy/hash-node", "npm:3.0.6"],\ + ["@smithy/hash-stream-node", "npm:3.1.5"],\ + ["@smithy/invalid-dependency", "npm:3.0.6"],\ + ["@smithy/md5-js", "npm:3.0.6"],\ + ["@smithy/middleware-content-length", "npm:3.0.8"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["@smithy/util-body-length-node", "npm:3.0.0"],\ + ["@smithy/util-defaults-mode-browser", "npm:3.0.18"],\ + ["@smithy/util-defaults-mode-node", "npm:3.0.18"],\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["@smithy/util-stream", "npm:3.1.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["@smithy/util-waiter", "npm:3.1.5"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/client-sso", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-client-sso-npm-3.651.1-eaf0757278-10c0.zip/node_modules/@aws-sdk/client-sso/",\ + "packageDependencies": [\ + ["@aws-sdk/client-sso", "npm:3.651.1"],\ + ["@aws-crypto/sha256-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@aws-sdk/middleware-host-header", "npm:3.649.0"],\ + ["@aws-sdk/middleware-logger", "npm:3.649.0"],\ + ["@aws-sdk/middleware-recursion-detection", "npm:3.649.0"],\ + ["@aws-sdk/middleware-user-agent", "npm:3.649.0"],\ + ["@aws-sdk/region-config-resolver", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-browser", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-node", "virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0"],\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/hash-node", "npm:3.0.6"],\ + ["@smithy/invalid-dependency", "npm:3.0.6"],\ + ["@smithy/middleware-content-length", "npm:3.0.8"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["@smithy/util-body-length-node", "npm:3.0.0"],\ + ["@smithy/util-defaults-mode-browser", "npm:3.0.18"],\ + ["@smithy/util-defaults-mode-node", "npm:3.0.18"],\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/client-sso-oidc", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-client-sso-oidc-npm-3.651.1-b6a00e65e2-10c0.zip/node_modules/@aws-sdk/client-sso-oidc/",\ + "packageDependencies": [\ + ["@aws-sdk/client-sso-oidc", "npm:3.651.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:8fb7c294c89df181c6b560d5096edebef5ac52face0d0ea21b7c5bb2a61c45738f427fb9a0e82f3f441fc483740d69405d3b1bbf1c1e79926d74c2f236b75f1e#npm:3.651.1", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-client-sso-oidc-virtual-6169b069da/2/.yarn/berry/cache/@aws-sdk-client-sso-oidc-npm-3.651.1-b6a00e65e2-10c0.zip/node_modules/@aws-sdk/client-sso-oidc/",\ + "packageDependencies": [\ + ["@aws-sdk/client-sso-oidc", "virtual:8fb7c294c89df181c6b560d5096edebef5ac52face0d0ea21b7c5bb2a61c45738f427fb9a0e82f3f441fc483740d69405d3b1bbf1c1e79926d74c2f236b75f1e#npm:3.651.1"],\ + ["@aws-crypto/sha256-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-node", "npm:3.651.1"],\ + ["@aws-sdk/middleware-host-header", "npm:3.649.0"],\ + ["@aws-sdk/middleware-logger", "npm:3.649.0"],\ + ["@aws-sdk/middleware-recursion-detection", "npm:3.649.0"],\ + ["@aws-sdk/middleware-user-agent", "npm:3.649.0"],\ + ["@aws-sdk/region-config-resolver", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-browser", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-node", "virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0"],\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/hash-node", "npm:3.0.6"],\ + ["@smithy/invalid-dependency", "npm:3.0.6"],\ + ["@smithy/middleware-content-length", "npm:3.0.8"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["@smithy/util-body-length-node", "npm:3.0.0"],\ + ["@smithy/util-defaults-mode-browser", "npm:3.0.18"],\ + ["@smithy/util-defaults-mode-node", "npm:3.0.18"],\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["@types/aws-sdk__client-sts", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@aws-sdk/client-sts",\ + "@types/aws-sdk__client-sts"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/client-sts", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-client-sts-npm-3.651.1-8fb7c294c8-10c0.zip/node_modules/@aws-sdk/client-sts/",\ + "packageDependencies": [\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-crypto/sha256-browser", "npm:5.2.0"],\ + ["@aws-crypto/sha256-js", "npm:5.2.0"],\ + ["@aws-sdk/client-sso-oidc", "virtual:8fb7c294c89df181c6b560d5096edebef5ac52face0d0ea21b7c5bb2a61c45738f427fb9a0e82f3f441fc483740d69405d3b1bbf1c1e79926d74c2f236b75f1e#npm:3.651.1"],\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-node", "npm:3.651.1"],\ + ["@aws-sdk/middleware-host-header", "npm:3.649.0"],\ + ["@aws-sdk/middleware-logger", "npm:3.649.0"],\ + ["@aws-sdk/middleware-recursion-detection", "npm:3.649.0"],\ + ["@aws-sdk/middleware-user-agent", "npm:3.649.0"],\ + ["@aws-sdk/region-config-resolver", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-browser", "npm:3.649.0"],\ + ["@aws-sdk/util-user-agent-node", "virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0"],\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/hash-node", "npm:3.0.6"],\ + ["@smithy/invalid-dependency", "npm:3.0.6"],\ + ["@smithy/middleware-content-length", "npm:3.0.8"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["@smithy/util-body-length-node", "npm:3.0.0"],\ + ["@smithy/util-defaults-mode-browser", "npm:3.0.18"],\ + ["@smithy/util-defaults-mode-node", "npm:3.0.18"],\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/core", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-core-npm-3.651.1-720089bed8-10c0.zip/node_modules/@aws-sdk/core/",\ + "packageDependencies": [\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/signature-v4", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["fast-xml-parser", "npm:4.4.1"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-cognito-identity", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-cognito-identity-npm-3.651.1-e2f0fd1092-10c0.zip/node_modules/@aws-sdk/credential-provider-cognito-identity/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-cognito-identity", "npm:3.651.1"],\ + ["@aws-sdk/client-cognito-identity", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-env", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-env-npm-3.649.0-ceb5b6a583-10c0.zip/node_modules/@aws-sdk/credential-provider-env/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-env", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-http", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-http-npm-3.649.0-dd4ca31870-10c0.zip/node_modules/@aws-sdk/credential-provider-http/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-http", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-stream", "npm:3.1.6"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-ini", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-ini-npm-3.651.1-02723ee67b-10c0.zip/node_modules/@aws-sdk/credential-provider-ini/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-ini", "npm:3.651.1"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.651.1", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-credential-provider-ini-virtual-0ea7322674/2/.yarn/berry/cache/@aws-sdk-credential-provider-ini-npm-3.651.1-02723ee67b-10c0.zip/node_modules/@aws-sdk/credential-provider-ini/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-ini", "virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.651.1"],\ + ["@aws-sdk/client-sts", null],\ + ["@aws-sdk/credential-provider-env", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-http", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-process", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-sso", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-web-identity", "virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/credential-provider-imds", "npm:3.2.3"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@types/aws-sdk__client-sts", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@aws-sdk/client-sts",\ + "@types/aws-sdk__client-sts"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.651.1", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-credential-provider-ini-virtual-575fd428f9/2/.yarn/berry/cache/@aws-sdk-credential-provider-ini-npm-3.651.1-02723ee67b-10c0.zip/node_modules/@aws-sdk/credential-provider-ini/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-ini", "virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.651.1"],\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-env", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-http", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-process", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-sso", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-web-identity", "virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/credential-provider-imds", "npm:3.2.3"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@types/aws-sdk__client-sts", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@aws-sdk/client-sts",\ + "@types/aws-sdk__client-sts"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-node", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-node-npm-3.651.1-4c48d30f9d-10c0.zip/node_modules/@aws-sdk/credential-provider-node/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-node", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-env", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-http", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-ini", "virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.651.1"],\ + ["@aws-sdk/credential-provider-process", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-sso", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-web-identity", "virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/credential-provider-imds", "npm:3.2.3"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-process", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-process-npm-3.649.0-63c179f513-10c0.zip/node_modules/@aws-sdk/credential-provider-process/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-process", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-sso", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-sso-npm-3.651.1-676b0c4196-10c0.zip/node_modules/@aws-sdk/credential-provider-sso/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-sso", "npm:3.651.1"],\ + ["@aws-sdk/client-sso", "npm:3.651.1"],\ + ["@aws-sdk/token-providers", "virtual:676b0c4196a9ba7fe0ba3c18fba4e6bf8bc562737a68bc02e8acaf441b2b5b0d0052814db7a8094526690c6b2f667993803f53bdc087deb8b7dc02efb45a0c28#npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-provider-web-identity", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-provider-web-identity-npm-3.649.0-360e0ecba0-10c0.zip/node_modules/@aws-sdk/credential-provider-web-identity/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-web-identity", "npm:3.649.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.649.0", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-credential-provider-web-identity-virtual-d62f7557f6/2/.yarn/berry/cache/@aws-sdk-credential-provider-web-identity-npm-3.649.0-360e0ecba0-10c0.zip/node_modules/@aws-sdk/credential-provider-web-identity/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-web-identity", "virtual:4c48d30f9d6819f49a14aea79a1cdc085e02e74ebf039cbac19cf1c70b15d95fd4473d9fc37391f52ee415ec7c3c7a535f1ca7a6e7cc436e3dc41981c054b388#npm:3.649.0"],\ + ["@aws-sdk/client-sts", null],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@types/aws-sdk__client-sts", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@aws-sdk/client-sts",\ + "@types/aws-sdk__client-sts"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.649.0", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-credential-provider-web-identity-virtual-deca4fcce1/2/.yarn/berry/cache/@aws-sdk-credential-provider-web-identity-npm-3.649.0-360e0ecba0-10c0.zip/node_modules/@aws-sdk/credential-provider-web-identity/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-provider-web-identity", "virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.649.0"],\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@types/aws-sdk__client-sts", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@aws-sdk/client-sts",\ + "@types/aws-sdk__client-sts"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/credential-providers", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-credential-providers-npm-3.651.1-d4f6a2a98b-10c0.zip/node_modules/@aws-sdk/credential-providers/",\ + "packageDependencies": [\ + ["@aws-sdk/credential-providers", "npm:3.651.1"],\ + ["@aws-sdk/client-cognito-identity", "npm:3.651.1"],\ + ["@aws-sdk/client-sso", "npm:3.651.1"],\ + ["@aws-sdk/client-sts", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-cognito-identity", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-env", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-http", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-ini", "virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.651.1"],\ + ["@aws-sdk/credential-provider-node", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-process", "npm:3.649.0"],\ + ["@aws-sdk/credential-provider-sso", "npm:3.651.1"],\ + ["@aws-sdk/credential-provider-web-identity", "virtual:d4f6a2a98bf10f1843f2c282158e205892eff1e9e7014025795a707d0efa610f0b2b5399f668c675e30176c223cab0fd2eb641a4f02b62af84871952cbaf672b#npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/credential-provider-imds", "npm:3.2.3"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-bucket-endpoint", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-bucket-endpoint-npm-3.649.0-8ac6360c10-10c0.zip/node_modules/@aws-sdk/middleware-bucket-endpoint/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-bucket-endpoint", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-arn-parser", "npm:3.568.0"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-config-provider", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-expect-continue", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-expect-continue-npm-3.649.0-8b36950741-10c0.zip/node_modules/@aws-sdk/middleware-expect-continue/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-expect-continue", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-flexible-checksums", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-flexible-checksums-npm-3.651.1-70852b758b-10c0.zip/node_modules/@aws-sdk/middleware-flexible-checksums/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-flexible-checksums", "npm:3.651.1"],\ + ["@aws-crypto/crc32", "npm:5.2.0"],\ + ["@aws-crypto/crc32c", "npm:5.2.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/is-array-buffer", "npm:3.0.0"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-host-header", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-host-header-npm-3.649.0-232b68520c-10c0.zip/node_modules/@aws-sdk/middleware-host-header/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-host-header", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-location-constraint", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-location-constraint-npm-3.649.0-a71938cd68-10c0.zip/node_modules/@aws-sdk/middleware-location-constraint/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-location-constraint", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-logger", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-logger-npm-3.649.0-616d21b230-10c0.zip/node_modules/@aws-sdk/middleware-logger/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-logger", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-recursion-detection", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-recursion-detection-npm-3.649.0-f489e61342-10c0.zip/node_modules/@aws-sdk/middleware-recursion-detection/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-recursion-detection", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-sdk-s3", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-sdk-s3-npm-3.651.1-e80412a64c-10c0.zip/node_modules/@aws-sdk/middleware-sdk-s3/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-sdk-s3", "npm:3.651.1"],\ + ["@aws-sdk/core", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-arn-parser", "npm:3.568.0"],\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/signature-v4", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-config-provider", "npm:3.0.0"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-stream", "npm:3.1.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-ssec", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-ssec-npm-3.649.0-5deb7b3464-10c0.zip/node_modules/@aws-sdk/middleware-ssec/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-ssec", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/middleware-user-agent", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-middleware-user-agent-npm-3.649.0-6b41ca7e38-10c0.zip/node_modules/@aws-sdk/middleware-user-agent/",\ + "packageDependencies": [\ + ["@aws-sdk/middleware-user-agent", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/region-config-resolver", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-region-config-resolver-npm-3.649.0-41d5eb22b2-10c0.zip/node_modules/@aws-sdk/region-config-resolver/",\ + "packageDependencies": [\ + ["@aws-sdk/region-config-resolver", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-config-provider", "npm:3.0.0"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/s3-request-presigner", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-s3-request-presigner-npm-3.651.1-e292c7041d-10c0.zip/node_modules/@aws-sdk/s3-request-presigner/",\ + "packageDependencies": [\ + ["@aws-sdk/s3-request-presigner", "npm:3.651.1"],\ + ["@aws-sdk/signature-v4-multi-region", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@aws-sdk/util-format-url", "npm:3.649.0"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/signature-v4-multi-region", [\ + ["npm:3.651.1", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-signature-v4-multi-region-npm-3.651.1-929c598b61-10c0.zip/node_modules/@aws-sdk/signature-v4-multi-region/",\ + "packageDependencies": [\ + ["@aws-sdk/signature-v4-multi-region", "npm:3.651.1"],\ + ["@aws-sdk/middleware-sdk-s3", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/signature-v4", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/token-providers", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-token-providers-npm-3.649.0-9ba142b899-10c0.zip/node_modules/@aws-sdk/token-providers/",\ + "packageDependencies": [\ + ["@aws-sdk/token-providers", "npm:3.649.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:676b0c4196a9ba7fe0ba3c18fba4e6bf8bc562737a68bc02e8acaf441b2b5b0d0052814db7a8094526690c6b2f667993803f53bdc087deb8b7dc02efb45a0c28#npm:3.649.0", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-token-providers-virtual-9c845ea202/2/.yarn/berry/cache/@aws-sdk-token-providers-npm-3.649.0-9ba142b899-10c0.zip/node_modules/@aws-sdk/token-providers/",\ + "packageDependencies": [\ + ["@aws-sdk/token-providers", "virtual:676b0c4196a9ba7fe0ba3c18fba4e6bf8bc562737a68bc02e8acaf441b2b5b0d0052814db7a8094526690c6b2f667993803f53bdc087deb8b7dc02efb45a0c28#npm:3.649.0"],\ + ["@aws-sdk/client-sso-oidc", null],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@types/aws-sdk__client-sso-oidc", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@aws-sdk/client-sso-oidc",\ + "@types/aws-sdk__client-sso-oidc"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/types", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-types-npm-3.649.0-626943454f-10c0.zip/node_modules/@aws-sdk/types/",\ + "packageDependencies": [\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/util-arn-parser", [\ + ["npm:3.568.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-util-arn-parser-npm-3.568.0-8b1427ba0d-10c0.zip/node_modules/@aws-sdk/util-arn-parser/",\ + "packageDependencies": [\ + ["@aws-sdk/util-arn-parser", "npm:3.568.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/util-endpoints", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-util-endpoints-npm-3.649.0-702e6e52e7-10c0.zip/node_modules/@aws-sdk/util-endpoints/",\ + "packageDependencies": [\ + ["@aws-sdk/util-endpoints", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/util-format-url", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-util-format-url-npm-3.649.0-36435c2fad-10c0.zip/node_modules/@aws-sdk/util-format-url/",\ + "packageDependencies": [\ + ["@aws-sdk/util-format-url", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/querystring-builder", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/util-locate-window", [\ + ["npm:3.568.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-util-locate-window-npm-3.568.0-c00d9c0c7c-10c0.zip/node_modules/@aws-sdk/util-locate-window/",\ + "packageDependencies": [\ + ["@aws-sdk/util-locate-window", "npm:3.568.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/util-user-agent-browser", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-util-user-agent-browser-npm-3.649.0-b4af8504b9-10c0.zip/node_modules/@aws-sdk/util-user-agent-browser/",\ + "packageDependencies": [\ + ["@aws-sdk/util-user-agent-browser", "npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["bowser", "npm:2.11.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/util-user-agent-node", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-util-user-agent-node-npm-3.649.0-e4e0cf7e21-10c0.zip/node_modules/@aws-sdk/util-user-agent-node/",\ + "packageDependencies": [\ + ["@aws-sdk/util-user-agent-node", "npm:3.649.0"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0", {\ + "packageLocation": "./.yarn/__virtual__/@aws-sdk-util-user-agent-node-virtual-21a78f79e1/2/.yarn/berry/cache/@aws-sdk-util-user-agent-node-npm-3.649.0-e4e0cf7e21-10c0.zip/node_modules/@aws-sdk/util-user-agent-node/",\ + "packageDependencies": [\ + ["@aws-sdk/util-user-agent-node", "virtual:eaf0757278e5abda8fa7881cfdcff854cd7cb11697eed7cf4b2978b3d597e89f18a8fdb9e520c401c8393d4fa34562764c3130a904ec3d6e2dcfb380343a51e0#npm:3.649.0"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@types/aws-crt", null],\ + ["aws-crt", null],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "packagePeers": [\ + "@types/aws-crt",\ + "aws-crt"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@aws-sdk/xml-builder", [\ + ["npm:3.649.0", {\ + "packageLocation": "../.yarn/berry/cache/@aws-sdk-xml-builder-npm-3.649.0-a1b168baaa-10c0.zip/node_modules/@aws-sdk/xml-builder/",\ + "packageDependencies": [\ + ["@aws-sdk/xml-builder", "npm:3.649.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@babel/code-frame", [\ ["npm:7.24.7", {\ "packageLocation": "../.yarn/berry/cache/@babel-code-frame-npm-7.24.7-315a600a58-10c0.zip/node_modules/@babel/code-frame/",\ @@ -3736,6 +4691,23 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["@monstrs/nestjs-s3-client", [\ + ["workspace:packages/nestjs-s3-client", {\ + "packageLocation": "./packages/nestjs-s3-client/",\ + "packageDependencies": [\ + ["@monstrs/nestjs-s3-client", "workspace:packages/nestjs-s3-client"],\ + ["@aws-sdk/client-s3", "npm:3.651.1"],\ + ["@aws-sdk/credential-providers", "npm:3.651.1"],\ + ["@aws-sdk/s3-request-presigner", "npm:3.651.1"],\ + ["@aws-sdk/types", "npm:3.649.0"],\ + ["@nestjs/common", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/core", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"]\ + ],\ + "linkType": "SOFT"\ + }]\ + ]],\ ["@monstrs/types-import-proto", [\ ["npm:0.0.1", {\ "packageLocation": "../.yarn/berry/cache/@monstrs-types-import-proto-npm-0.0.1-839ead19ea-10c0.zip/node_modules/@monstrs/types-import-proto/",\ @@ -4018,7 +4990,36 @@ const RAW_RUNTIME_STATE = "rxjs"\ ],\ "linkType": "HARD"\ - }]\ + }],\ + ["virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1", {\ + "packageLocation": "./.yarn/__virtual__/@nestjs-common-virtual-50953b838e/2/.yarn/berry/cache/@nestjs-common-npm-10.4.1-940734b1b1-10c0.zip/node_modules/@nestjs/common/",\ + "packageDependencies": [\ + ["@nestjs/common", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@grpc/proto-loader", "npm:0.7.10"],\ + ["@types/class-transformer", null],\ + ["@types/class-validator", null],\ + ["@types/reflect-metadata", null],\ + ["@types/rxjs", null],\ + ["class-transformer", null],\ + ["class-validator", null],\ + ["iterare", "npm:1.2.1"],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"],\ + ["tslib", "npm:2.6.3"],\ + ["uid", "npm:2.0.2"]\ + ],\ + "packagePeers": [\ + "@types/class-transformer",\ + "@types/class-validator",\ + "@types/reflect-metadata",\ + "@types/rxjs",\ + "class-transformer",\ + "class-validator",\ + "reflect-metadata",\ + "rxjs"\ + ],\ + "linkType": "HARD"\ + }]\ ]],\ ["@nestjs/core", [\ ["npm:10.2.5", {\ @@ -4377,6 +5378,44 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ + ["virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1", {\ + "packageLocation": "./.yarn/unplugged/@nestjs-core-virtual-44e199582d/node_modules/@nestjs/core/",\ + "packageDependencies": [\ + ["@nestjs/core", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/common", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/microservices", null],\ + ["@nestjs/platform-express", "virtual:44e199582d32c3befc463905d1b7484caa62ba4ca16e9608e0731d3004b7d39ec78595e2ea0e198697e5de6e252c778a23911fa454453cd2c593d1424e8ec8c2#npm:7.6.15"],\ + ["@nestjs/websockets", null],\ + ["@nuxtjs/opencollective", "npm:0.3.2"],\ + ["@types/nestjs__common", null],\ + ["@types/nestjs__microservices", null],\ + ["@types/nestjs__platform-express", null],\ + ["@types/nestjs__websockets", null],\ + ["@types/reflect-metadata", null],\ + ["@types/rxjs", null],\ + ["fast-safe-stringify", "npm:2.1.1"],\ + ["iterare", "npm:1.2.1"],\ + ["path-to-regexp", "npm:3.2.0"],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"],\ + ["tslib", "npm:2.6.3"],\ + ["uid", "npm:2.0.2"]\ + ],\ + "packagePeers": [\ + "@nestjs/common",\ + "@nestjs/microservices",\ + "@nestjs/websockets",\ + "@types/nestjs__common",\ + "@types/nestjs__microservices",\ + "@types/nestjs__platform-express",\ + "@types/nestjs__websockets",\ + "@types/reflect-metadata",\ + "@types/rxjs",\ + "reflect-metadata",\ + "rxjs"\ + ],\ + "linkType": "HARD"\ + }],\ ["virtual:ec8981ecaea40e2febae31b46ac73d9116df8c03ad650498e32a27b7067b620948a688dd82750726a2a222ea50e5d2539eb56777a3aebd27de3e0b0824c9aa23#npm:10.2.5", {\ "packageLocation": "./.yarn/unplugged/@nestjs-core-virtual-ae02c16012/node_modules/@nestjs/core/",\ "packageDependencies": [\ @@ -4454,6 +5493,41 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["@nestjs/cqrs", [\ + ["npm:10.2.7", {\ + "packageLocation": "../.yarn/berry/cache/@nestjs-cqrs-npm-10.2.7-9e294c7177-10c0.zip/node_modules/@nestjs/cqrs/",\ + "packageDependencies": [\ + ["@nestjs/cqrs", "npm:10.2.7"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.2.7", {\ + "packageLocation": "./.yarn/__virtual__/@nestjs-cqrs-virtual-2761613dc1/2/.yarn/berry/cache/@nestjs-cqrs-npm-10.2.7-9e294c7177-10c0.zip/node_modules/@nestjs/cqrs/",\ + "packageDependencies": [\ + ["@nestjs/cqrs", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.2.7"],\ + ["@nestjs/common", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/core", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@types/nestjs__common", null],\ + ["@types/nestjs__core", null],\ + ["@types/reflect-metadata", null],\ + ["@types/rxjs", null],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"],\ + ["uuid", "npm:9.0.1"]\ + ],\ + "packagePeers": [\ + "@nestjs/common",\ + "@nestjs/core",\ + "@types/nestjs__common",\ + "@types/nestjs__core",\ + "@types/reflect-metadata",\ + "@types/rxjs",\ + "reflect-metadata",\ + "rxjs"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["@nestjs/graphql", [\ ["npm:12.0.10", {\ "packageLocation": "../.yarn/berry/cache/@nestjs-graphql-npm-12.0.10-79af2f4d13-10c0.zip/node_modules/@nestjs/graphql/",\ @@ -5161,6 +6235,28 @@ const RAW_RUNTIME_STATE = ],\ "linkType": "HARD"\ }],\ + ["virtual:44e199582d32c3befc463905d1b7484caa62ba4ca16e9608e0731d3004b7d39ec78595e2ea0e198697e5de6e252c778a23911fa454453cd2c593d1424e8ec8c2#npm:7.6.15", {\ + "packageLocation": "./.yarn/__virtual__/@nestjs-platform-express-virtual-893576f160/2/.yarn/berry/cache/@nestjs-platform-express-npm-7.6.15-44f82e81dd-10c0.zip/node_modules/@nestjs/platform-express/",\ + "packageDependencies": [\ + ["@nestjs/platform-express", "virtual:44e199582d32c3befc463905d1b7484caa62ba4ca16e9608e0731d3004b7d39ec78595e2ea0e198697e5de6e252c778a23911fa454453cd2c593d1424e8ec8c2#npm:7.6.15"],\ + ["@nestjs/common", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@nestjs/core", "virtual:a83c01fc4cba5ca49a56474f02d0e2a42b67fd84218e0ed8446c312a68b5dcda210438f3221534d1b20254ee4cad2d7a7704d91b0774cb67fd2dcafbea6e550e#npm:10.4.1"],\ + ["@types/nestjs__common", null],\ + ["@types/nestjs__core", null],\ + ["body-parser", "npm:1.19.0"],\ + ["cors", "npm:2.8.5"],\ + ["express", "npm:4.17.1"],\ + ["multer", "npm:1.4.2"],\ + ["tslib", "npm:2.1.0"]\ + ],\ + "packagePeers": [\ + "@nestjs/common",\ + "@nestjs/core",\ + "@types/nestjs__common",\ + "@types/nestjs__core"\ + ],\ + "linkType": "HARD"\ + }],\ ["virtual:4d5f62d34d26ccc84ba2903e7a3406daf096516980dfbeb66ddadb5b8fc8aa011615f1a28054cf22eed2113e944432e1f0eafebbe250d1844536192e14a3ba24#npm:7.6.15", {\ "packageLocation": "./.yarn/__virtual__/@nestjs-platform-express-virtual-8d4c91d75f/2/.yarn/berry/cache/@nestjs-platform-express-npm-7.6.15-44f82e81dd-10c0.zip/node_modules/@nestjs/platform-express/",\ "packageDependencies": [\ @@ -5597,330 +6693,973 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ - ["@nestjs/typeorm", [\ - ["npm:8.0.5", {\ - "packageLocation": "../.yarn/berry/cache/@nestjs-typeorm-npm-8.0.5-332bc0caf3-10c0.zip/node_modules/@nestjs/typeorm/",\ + ["@nestjs/typeorm", [\ + ["npm:8.0.5", {\ + "packageLocation": "../.yarn/berry/cache/@nestjs-typeorm-npm-8.0.5-332bc0caf3-10c0.zip/node_modules/@nestjs/typeorm/",\ + "packageDependencies": [\ + ["@nestjs/typeorm", "npm:8.0.5"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#npm:8.0.5", {\ + "packageLocation": "./.yarn/__virtual__/@nestjs-typeorm-virtual-e00a10b0d0/2/.yarn/berry/cache/@nestjs-typeorm-npm-8.0.5-332bc0caf3-10c0.zip/node_modules/@nestjs/typeorm/",\ + "packageDependencies": [\ + ["@nestjs/typeorm", "virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#npm:8.0.5"],\ + ["@nestjs/common", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch::version=10.2.5&hash=b1d2d6"],\ + ["@nestjs/core", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#npm:10.2.5"],\ + ["@types/nestjs__common", null],\ + ["@types/nestjs__core", null],\ + ["@types/reflect-metadata", null],\ + ["@types/rxjs", null],\ + ["@types/typeorm", null],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"],\ + ["typeorm", "virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#npm:0.2.45"],\ + ["uuid", "npm:8.3.2"]\ + ],\ + "packagePeers": [\ + "@nestjs/common",\ + "@nestjs/core",\ + "@types/nestjs__common",\ + "@types/nestjs__core",\ + "@types/reflect-metadata",\ + "@types/rxjs",\ + "@types/typeorm",\ + "reflect-metadata",\ + "rxjs",\ + "typeorm"\ + ],\ + "linkType": "HARD"\ + }],\ + ["virtual:c3e71143c610c1326c0ff38e746f90631aa0959f332b5fefcece7a14264d5862afa079f2f5593bfc9dde7c3d726e9eb01684a9696ad2f903290acd2976990918#npm:8.0.5", {\ + "packageLocation": "./.yarn/__virtual__/@nestjs-typeorm-virtual-2ff21c2270/2/.yarn/berry/cache/@nestjs-typeorm-npm-8.0.5-332bc0caf3-10c0.zip/node_modules/@nestjs/typeorm/",\ + "packageDependencies": [\ + ["@nestjs/typeorm", "virtual:c3e71143c610c1326c0ff38e746f90631aa0959f332b5fefcece7a14264d5862afa079f2f5593bfc9dde7c3d726e9eb01684a9696ad2f903290acd2976990918#npm:8.0.5"],\ + ["@nestjs/common", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch::version=10.2.5&hash=b1d2d6"],\ + ["@nestjs/core", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#npm:10.2.5"],\ + ["@types/nestjs__common", null],\ + ["@types/nestjs__core", null],\ + ["@types/reflect-metadata", null],\ + ["@types/rxjs", null],\ + ["@types/typeorm", null],\ + ["reflect-metadata", "npm:0.1.13"],\ + ["rxjs", "npm:7.8.1"],\ + ["typeorm", "virtual:c3e71143c610c1326c0ff38e746f90631aa0959f332b5fefcece7a14264d5862afa079f2f5593bfc9dde7c3d726e9eb01684a9696ad2f903290acd2976990918#npm:0.2.45"],\ + ["uuid", "npm:8.3.2"]\ + ],\ + "packagePeers": [\ + "@nestjs/common",\ + "@nestjs/core",\ + "@types/nestjs__common",\ + "@types/nestjs__core",\ + "@types/reflect-metadata",\ + "@types/rxjs",\ + "@types/typeorm",\ + "reflect-metadata",\ + "rxjs",\ + "typeorm"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@next/eslint-plugin-next", [\ + ["npm:13.5.6", {\ + "packageLocation": "../.yarn/berry/cache/@next-eslint-plugin-next-npm-13.5.6-1f1200d15a-10c0.zip/node_modules/@next/eslint-plugin-next/",\ + "packageDependencies": [\ + ["@next/eslint-plugin-next", "npm:13.5.6"],\ + ["glob", "npm:7.1.7"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.scandir", [\ + ["npm:2.1.5", {\ + "packageLocation": "../.yarn/berry/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-10c0.zip/node_modules/@nodelib/fs.scandir/",\ + "packageDependencies": [\ + ["@nodelib/fs.scandir", "npm:2.1.5"],\ + ["@nodelib/fs.stat", "npm:2.0.5"],\ + ["run-parallel", "npm:1.1.10"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.stat", [\ + ["npm:2.0.5", {\ + "packageLocation": "../.yarn/berry/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-10c0.zip/node_modules/@nodelib/fs.stat/",\ + "packageDependencies": [\ + ["@nodelib/fs.stat", "npm:2.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nodelib/fs.walk", [\ + ["npm:1.2.8", {\ + "packageLocation": "../.yarn/berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules/@nodelib/fs.walk/",\ + "packageDependencies": [\ + ["@nodelib/fs.walk", "npm:1.2.8"],\ + ["@nodelib/fs.scandir", "npm:2.1.5"],\ + ["fastq", "npm:1.9.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/fs", [\ + ["npm:1.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@npmcli-fs-npm-1.0.0-92194475f3-10c0.zip/node_modules/@npmcli/fs/",\ + "packageDependencies": [\ + ["@npmcli/fs", "npm:1.0.0"],\ + ["@gar/promisify", "npm:1.1.2"],\ + ["semver", "npm:7.6.3"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@npmcli/move-file", [\ + ["npm:1.1.2", {\ + "packageLocation": "../.yarn/berry/cache/@npmcli-move-file-npm-1.1.2-4f6c7b3354-10c0.zip/node_modules/@npmcli/move-file/",\ + "packageDependencies": [\ + ["@npmcli/move-file", "npm:1.1.2"],\ + ["mkdirp", "npm:1.0.4"],\ + ["rimraf", "npm:3.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@nuxtjs/opencollective", [\ + ["npm:0.3.2", {\ + "packageLocation": "../.yarn/berry/cache/@nuxtjs-opencollective-npm-0.3.2-72db6b3551-10c0.zip/node_modules/@nuxtjs/opencollective/",\ + "packageDependencies": [\ + ["@nuxtjs/opencollective", "npm:0.3.2"],\ + ["chalk", "npm:4.1.2"],\ + ["consola", "npm:2.15.0"],\ + ["node-fetch", "virtual:72db6b3551c1b46986e711aee96d1643b26ff6991672401c35442adfbef36d10ccd9289b58e518aac04afe4e688ca4b130da9fae9c1c040113a2585b8cfeea9a#npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ory/hydra-client", [\ + ["npm:1.11.8", {\ + "packageLocation": "../.yarn/berry/cache/@ory-hydra-client-npm-1.11.8-39eaa18e86-10c0.zip/node_modules/@ory/hydra-client/",\ + "packageDependencies": [\ + ["@ory/hydra-client", "npm:1.11.8"],\ + ["axios", "npm:0.21.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ory/keto-client", [\ + ["npm:0.11.0-alpha.0", {\ + "packageLocation": "../.yarn/berry/cache/@ory-keto-client-npm-0.11.0-alpha.0-defb7469db-10c0.zip/node_modules/@ory/keto-client/",\ + "packageDependencies": [\ + ["@ory/keto-client", "npm:0.11.0-alpha.0"],\ + ["axios", "npm:0.21.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ory/keto-grpc-client", [\ + ["patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd", {\ + "packageLocation": "../.yarn/berry/cache/@ory-keto-grpc-client-patch-ee1da5507f-10c0.zip/node_modules/@ory/keto-grpc-client/",\ + "packageDependencies": [\ + ["@ory/keto-grpc-client", "patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd"]\ + ],\ + "linkType": "SOFT"\ + }],\ + ["virtual:4a6123b3323c5cbd8ab60b308dbfbff936ff4ed339ccf4d7de69dbf7171c4e51636c4a3d50e885325a293101d894e695299e2452151b2da5c53e2e131ee57fa7#patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd", {\ + "packageLocation": "./.yarn/__virtual__/@ory-keto-grpc-client-virtual-e73fed9735/2/.yarn/berry/cache/@ory-keto-grpc-client-patch-ee1da5507f-10c0.zip/node_modules/@ory/keto-grpc-client/",\ + "packageDependencies": [\ + ["@ory/keto-grpc-client", "virtual:4a6123b3323c5cbd8ab60b308dbfbff936ff4ed339ccf4d7de69dbf7171c4e51636c4a3d50e885325a293101d894e695299e2452151b2da5c53e2e131ee57fa7#patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd"],\ + ["@grpc/grpc-js", "npm:1.9.13"],\ + ["@types/grpc", null],\ + ["google-protobuf", "npm:3.21.2"],\ + ["grpc", null]\ + ],\ + "packagePeers": [\ + "@types/grpc",\ + "grpc"\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@ory/kratos-client", [\ + ["npm:0.5.5-alpha.4", {\ + "packageLocation": "../.yarn/berry/cache/@ory-kratos-client-npm-0.5.5-alpha.4-6171ca63af-10c0.zip/node_modules/@ory/kratos-client/",\ + "packageDependencies": [\ + ["@ory/kratos-client", "npm:0.5.5-alpha.4"],\ + ["axios", "npm:0.19.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@panva/asn1.js", [\ + ["npm:1.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@panva-asn1.js-npm-1.0.0-2bf51df722-10c0.zip/node_modules/@panva/asn1.js/",\ + "packageDependencies": [\ + ["@panva/asn1.js", "npm:1.0.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/aspromise", [\ + ["npm:1.1.2", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-aspromise-npm-1.1.2-71d00b938f-10c0.zip/node_modules/@protobufjs/aspromise/",\ + "packageDependencies": [\ + ["@protobufjs/aspromise", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/base64", [\ + ["npm:1.1.2", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-base64-npm-1.1.2-cd8ca6814a-10c0.zip/node_modules/@protobufjs/base64/",\ + "packageDependencies": [\ + ["@protobufjs/base64", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/codegen", [\ + ["npm:2.0.4", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-codegen-npm-2.0.4-36e188bbe6-10c0.zip/node_modules/@protobufjs/codegen/",\ + "packageDependencies": [\ + ["@protobufjs/codegen", "npm:2.0.4"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/eventemitter", [\ + ["npm:1.1.0", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-eventemitter-npm-1.1.0-029cc7d431-10c0.zip/node_modules/@protobufjs/eventemitter/",\ + "packageDependencies": [\ + ["@protobufjs/eventemitter", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/fetch", [\ + ["npm:1.1.0", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-fetch-npm-1.1.0-ca857b7df4-10c0.zip/node_modules/@protobufjs/fetch/",\ + "packageDependencies": [\ + ["@protobufjs/fetch", "npm:1.1.0"],\ + ["@protobufjs/aspromise", "npm:1.1.2"],\ + ["@protobufjs/inquire", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/float", [\ + ["npm:1.0.2", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-float-npm-1.0.2-5678f64d08-10c0.zip/node_modules/@protobufjs/float/",\ + "packageDependencies": [\ + ["@protobufjs/float", "npm:1.0.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/inquire", [\ + ["npm:1.1.0", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-inquire-npm-1.1.0-3c7759e9ce-10c0.zip/node_modules/@protobufjs/inquire/",\ + "packageDependencies": [\ + ["@protobufjs/inquire", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/path", [\ + ["npm:1.1.2", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-path-npm-1.1.2-641d08de76-10c0.zip/node_modules/@protobufjs/path/",\ + "packageDependencies": [\ + ["@protobufjs/path", "npm:1.1.2"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/pool", [\ + ["npm:1.1.0", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-pool-npm-1.1.0-47a76f96a1-10c0.zip/node_modules/@protobufjs/pool/",\ + "packageDependencies": [\ + ["@protobufjs/pool", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@protobufjs/utf8", [\ + ["npm:1.1.0", {\ + "packageLocation": "../.yarn/berry/cache/@protobufjs-utf8-npm-1.1.0-02c590807c-10c0.zip/node_modules/@protobufjs/utf8/",\ + "packageDependencies": [\ + ["@protobufjs/utf8", "npm:1.1.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@sinclair/typebox", [\ + ["npm:0.27.8", {\ + "packageLocation": "../.yarn/berry/cache/@sinclair-typebox-npm-0.27.8-23e206d653-10c0.zip/node_modules/@sinclair/typebox/",\ + "packageDependencies": [\ + ["@sinclair/typebox", "npm:0.27.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@sinonjs/commons", [\ + ["npm:3.0.1", {\ + "packageLocation": "../.yarn/berry/cache/@sinonjs-commons-npm-3.0.1-bffb9f5a53-10c0.zip/node_modules/@sinonjs/commons/",\ + "packageDependencies": [\ + ["@sinonjs/commons", "npm:3.0.1"],\ + ["type-detect", "npm:4.0.8"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@sinonjs/fake-timers", [\ + ["npm:10.3.0", {\ + "packageLocation": "../.yarn/berry/cache/@sinonjs-fake-timers-npm-10.3.0-7417f876b4-10c0.zip/node_modules/@sinonjs/fake-timers/",\ + "packageDependencies": [\ + ["@sinonjs/fake-timers", "npm:10.3.0"],\ + ["@sinonjs/commons", "npm:3.0.1"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/abort-controller", [\ + ["npm:3.1.4", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-abort-controller-npm-3.1.4-ef51b9da44-10c0.zip/node_modules/@smithy/abort-controller/",\ + "packageDependencies": [\ + ["@smithy/abort-controller", "npm:3.1.4"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/chunked-blob-reader", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-chunked-blob-reader-npm-3.0.0-4eeb81fd25-10c0.zip/node_modules/@smithy/chunked-blob-reader/",\ + "packageDependencies": [\ + ["@smithy/chunked-blob-reader", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/chunked-blob-reader-native", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-chunked-blob-reader-native-npm-3.0.0-3b387a57fd-10c0.zip/node_modules/@smithy/chunked-blob-reader-native/",\ + "packageDependencies": [\ + ["@smithy/chunked-blob-reader-native", "npm:3.0.0"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/config-resolver", [\ + ["npm:3.0.8", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-config-resolver-npm-3.0.8-f07cf49bb1-10c0.zip/node_modules/@smithy/config-resolver/",\ + "packageDependencies": [\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-config-provider", "npm:3.0.0"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/core", [\ + ["npm:2.4.3", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-core-npm-2.4.3-752c96e9ae-10c0.zip/node_modules/@smithy/core/",\ + "packageDependencies": [\ + ["@smithy/core", "npm:2.4.3"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/credential-provider-imds", [\ + ["npm:3.2.3", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-credential-provider-imds-npm-3.2.3-74f8faaa6c-10c0.zip/node_modules/@smithy/credential-provider-imds/",\ + "packageDependencies": [\ + ["@smithy/credential-provider-imds", "npm:3.2.3"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/eventstream-codec", [\ + ["npm:3.1.5", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-eventstream-codec-npm-3.1.5-968781d9fc-10c0.zip/node_modules/@smithy/eventstream-codec/",\ + "packageDependencies": [\ + ["@smithy/eventstream-codec", "npm:3.1.5"],\ + ["@aws-crypto/crc32", "npm:5.2.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-hex-encoding", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/eventstream-serde-browser", [\ + ["npm:3.0.9", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-eventstream-serde-browser-npm-3.0.9-a9ae6fa595-10c0.zip/node_modules/@smithy/eventstream-serde-browser/",\ + "packageDependencies": [\ + ["@smithy/eventstream-serde-browser", "npm:3.0.9"],\ + ["@smithy/eventstream-serde-universal", "npm:3.0.8"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/eventstream-serde-config-resolver", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-eventstream-serde-config-resolver-npm-3.0.6-1fcac890f3-10c0.zip/node_modules/@smithy/eventstream-serde-config-resolver/",\ + "packageDependencies": [\ + ["@smithy/eventstream-serde-config-resolver", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/eventstream-serde-node", [\ + ["npm:3.0.8", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-eventstream-serde-node-npm-3.0.8-0a75b0db56-10c0.zip/node_modules/@smithy/eventstream-serde-node/",\ + "packageDependencies": [\ + ["@smithy/eventstream-serde-node", "npm:3.0.8"],\ + ["@smithy/eventstream-serde-universal", "npm:3.0.8"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/eventstream-serde-universal", [\ + ["npm:3.0.8", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-eventstream-serde-universal-npm-3.0.8-cb1eabe100-10c0.zip/node_modules/@smithy/eventstream-serde-universal/",\ + "packageDependencies": [\ + ["@smithy/eventstream-serde-universal", "npm:3.0.8"],\ + ["@smithy/eventstream-codec", "npm:3.1.5"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/fetch-http-handler", [\ + ["npm:3.2.7", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-fetch-http-handler-npm-3.2.7-77468e2488-10c0.zip/node_modules/@smithy/fetch-http-handler/",\ + "packageDependencies": [\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/querystring-builder", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/hash-blob-browser", [\ + ["npm:3.1.5", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-hash-blob-browser-npm-3.1.5-faac9fb9a7-10c0.zip/node_modules/@smithy/hash-blob-browser/",\ + "packageDependencies": [\ + ["@smithy/hash-blob-browser", "npm:3.1.5"],\ + ["@smithy/chunked-blob-reader", "npm:3.0.0"],\ + ["@smithy/chunked-blob-reader-native", "npm:3.0.0"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/hash-node", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-hash-node-npm-3.0.6-2a657bbacd-10c0.zip/node_modules/@smithy/hash-node/",\ + "packageDependencies": [\ + ["@smithy/hash-node", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-buffer-from", "npm:3.0.0"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/hash-stream-node", [\ + ["npm:3.1.5", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-hash-stream-node-npm-3.1.5-6cd6207ee1-10c0.zip/node_modules/@smithy/hash-stream-node/",\ + "packageDependencies": [\ + ["@smithy/hash-stream-node", "npm:3.1.5"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/invalid-dependency", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-invalid-dependency-npm-3.0.6-c89890d1b3-10c0.zip/node_modules/@smithy/invalid-dependency/",\ + "packageDependencies": [\ + ["@smithy/invalid-dependency", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/is-array-buffer", [\ + ["npm:2.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-is-array-buffer-npm-2.2.0-108320772d-10c0.zip/node_modules/@smithy/is-array-buffer/",\ + "packageDependencies": [\ + ["@smithy/is-array-buffer", "npm:2.2.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-is-array-buffer-npm-3.0.0-8e8215ad1c-10c0.zip/node_modules/@smithy/is-array-buffer/",\ + "packageDependencies": [\ + ["@smithy/is-array-buffer", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/md5-js", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-md5-js-npm-3.0.6-c4c3ba0e0e-10c0.zip/node_modules/@smithy/md5-js/",\ + "packageDependencies": [\ + ["@smithy/md5-js", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/middleware-content-length", [\ + ["npm:3.0.8", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-middleware-content-length-npm-3.0.8-98ed2cb075-10c0.zip/node_modules/@smithy/middleware-content-length/",\ + "packageDependencies": [\ + ["@smithy/middleware-content-length", "npm:3.0.8"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/middleware-endpoint", [\ + ["npm:3.1.3", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-middleware-endpoint-npm-3.1.3-b5a92dc9f5-10c0.zip/node_modules/@smithy/middleware-endpoint/",\ + "packageDependencies": [\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/middleware-retry", [\ + ["npm:3.0.18", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-middleware-retry-npm-3.0.18-f533e42251-10c0.zip/node_modules/@smithy/middleware-retry/",\ "packageDependencies": [\ - ["@nestjs/typeorm", "npm:8.0.5"]\ + ["@smithy/middleware-retry", "npm:3.0.18"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/service-error-classification", "npm:3.0.6"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["tslib", "npm:2.7.0"],\ + ["uuid", "npm:9.0.1"]\ ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#npm:8.0.5", {\ - "packageLocation": "./.yarn/__virtual__/@nestjs-typeorm-virtual-e00a10b0d0/2/.yarn/berry/cache/@nestjs-typeorm-npm-8.0.5-332bc0caf3-10c0.zip/node_modules/@nestjs/typeorm/",\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/middleware-serde", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-middleware-serde-npm-3.0.6-e19ffba9fe-10c0.zip/node_modules/@smithy/middleware-serde/",\ "packageDependencies": [\ - ["@nestjs/typeorm", "virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#npm:8.0.5"],\ - ["@nestjs/common", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch::version=10.2.5&hash=b1d2d6"],\ - ["@nestjs/core", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#npm:10.2.5"],\ - ["@types/nestjs__common", null],\ - ["@types/nestjs__core", null],\ - ["@types/reflect-metadata", null],\ - ["@types/rxjs", null],\ - ["@types/typeorm", null],\ - ["reflect-metadata", "npm:0.1.13"],\ - ["rxjs", "npm:7.8.1"],\ - ["typeorm", "virtual:084046633b9e7ae3480afb238e14edfec9426b631126ce31d204d664b2eaf2dd2c2c5ef9a4d5ee9cdc10a0b796d57bd90ef5416ebdadd91ed67409da21b59a10#npm:0.2.45"],\ - ["uuid", "npm:8.3.2"]\ - ],\ - "packagePeers": [\ - "@nestjs/common",\ - "@nestjs/core",\ - "@types/nestjs__common",\ - "@types/nestjs__core",\ - "@types/reflect-metadata",\ - "@types/rxjs",\ - "@types/typeorm",\ - "reflect-metadata",\ - "rxjs",\ - "typeorm"\ + ["@smithy/middleware-serde", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ - }],\ - ["virtual:c3e71143c610c1326c0ff38e746f90631aa0959f332b5fefcece7a14264d5862afa079f2f5593bfc9dde7c3d726e9eb01684a9696ad2f903290acd2976990918#npm:8.0.5", {\ - "packageLocation": "./.yarn/__virtual__/@nestjs-typeorm-virtual-2ff21c2270/2/.yarn/berry/cache/@nestjs-typeorm-npm-8.0.5-332bc0caf3-10c0.zip/node_modules/@nestjs/typeorm/",\ + }]\ + ]],\ + ["@smithy/middleware-stack", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-middleware-stack-npm-3.0.6-d96e6c9be9-10c0.zip/node_modules/@smithy/middleware-stack/",\ "packageDependencies": [\ - ["@nestjs/typeorm", "virtual:c3e71143c610c1326c0ff38e746f90631aa0959f332b5fefcece7a14264d5862afa079f2f5593bfc9dde7c3d726e9eb01684a9696ad2f903290acd2976990918#npm:8.0.5"],\ - ["@nestjs/common", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#patch:@nestjs/common@npm%3A10.2.5#~/.yarn/patches/@nestjs-common-npm-10.2.5-816dceeade.patch::version=10.2.5&hash=b1d2d6"],\ - ["@nestjs/core", "virtual:32efc678226e64754471818dda8fe30dfb2e6b7e28f8b47fea1a50b926d8d4b6f1b3b66eb4d3cac5110197214b9be2f6d4b41b19fa675b77184f6f40ee3aa10f#npm:10.2.5"],\ - ["@types/nestjs__common", null],\ - ["@types/nestjs__core", null],\ - ["@types/reflect-metadata", null],\ - ["@types/rxjs", null],\ - ["@types/typeorm", null],\ - ["reflect-metadata", "npm:0.1.13"],\ - ["rxjs", "npm:7.8.1"],\ - ["typeorm", "virtual:c3e71143c610c1326c0ff38e746f90631aa0959f332b5fefcece7a14264d5862afa079f2f5593bfc9dde7c3d726e9eb01684a9696ad2f903290acd2976990918#npm:0.2.45"],\ - ["uuid", "npm:8.3.2"]\ - ],\ - "packagePeers": [\ - "@nestjs/common",\ - "@nestjs/core",\ - "@types/nestjs__common",\ - "@types/nestjs__core",\ - "@types/reflect-metadata",\ - "@types/rxjs",\ - "@types/typeorm",\ - "reflect-metadata",\ - "rxjs",\ - "typeorm"\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@next/eslint-plugin-next", [\ - ["npm:13.5.6", {\ - "packageLocation": "../.yarn/berry/cache/@next-eslint-plugin-next-npm-13.5.6-1f1200d15a-10c0.zip/node_modules/@next/eslint-plugin-next/",\ + ["@smithy/node-config-provider", [\ + ["npm:3.1.7", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-node-config-provider-npm-3.1.7-ba45ba0db7-10c0.zip/node_modules/@smithy/node-config-provider/",\ "packageDependencies": [\ - ["@next/eslint-plugin-next", "npm:13.5.6"],\ - ["glob", "npm:7.1.7"]\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@nodelib/fs.scandir", [\ - ["npm:2.1.5", {\ - "packageLocation": "../.yarn/berry/cache/@nodelib-fs.scandir-npm-2.1.5-89c67370dd-10c0.zip/node_modules/@nodelib/fs.scandir/",\ + ["@smithy/node-http-handler", [\ + ["npm:3.2.2", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-node-http-handler-npm-3.2.2-aa24a10fb4-10c0.zip/node_modules/@smithy/node-http-handler/",\ "packageDependencies": [\ - ["@nodelib/fs.scandir", "npm:2.1.5"],\ - ["@nodelib/fs.stat", "npm:2.0.5"],\ - ["run-parallel", "npm:1.1.10"]\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/abort-controller", "npm:3.1.4"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/querystring-builder", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@nodelib/fs.stat", [\ - ["npm:2.0.5", {\ - "packageLocation": "../.yarn/berry/cache/@nodelib-fs.stat-npm-2.0.5-01f4dd3030-10c0.zip/node_modules/@nodelib/fs.stat/",\ + ["@smithy/property-provider", [\ + ["npm:3.1.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-property-provider-npm-3.1.6-c0fc0b79a4-10c0.zip/node_modules/@smithy/property-provider/",\ "packageDependencies": [\ - ["@nodelib/fs.stat", "npm:2.0.5"]\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@nodelib/fs.walk", [\ - ["npm:1.2.8", {\ - "packageLocation": "../.yarn/berry/cache/@nodelib-fs.walk-npm-1.2.8-b4a89da548-10c0.zip/node_modules/@nodelib/fs.walk/",\ + ["@smithy/protocol-http", [\ + ["npm:4.1.3", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-protocol-http-npm-4.1.3-8321c13e1d-10c0.zip/node_modules/@smithy/protocol-http/",\ "packageDependencies": [\ - ["@nodelib/fs.walk", "npm:1.2.8"],\ - ["@nodelib/fs.scandir", "npm:2.1.5"],\ - ["fastq", "npm:1.9.0"]\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@npmcli/fs", [\ - ["npm:1.0.0", {\ - "packageLocation": "../.yarn/berry/cache/@npmcli-fs-npm-1.0.0-92194475f3-10c0.zip/node_modules/@npmcli/fs/",\ + ["@smithy/querystring-builder", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-querystring-builder-npm-3.0.6-e912fa1bc9-10c0.zip/node_modules/@smithy/querystring-builder/",\ "packageDependencies": [\ - ["@npmcli/fs", "npm:1.0.0"],\ - ["@gar/promisify", "npm:1.1.2"],\ - ["semver", "npm:7.6.3"]\ + ["@smithy/querystring-builder", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-uri-escape", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@npmcli/move-file", [\ - ["npm:1.1.2", {\ - "packageLocation": "../.yarn/berry/cache/@npmcli-move-file-npm-1.1.2-4f6c7b3354-10c0.zip/node_modules/@npmcli/move-file/",\ + ["@smithy/querystring-parser", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-querystring-parser-npm-3.0.6-b867cd4703-10c0.zip/node_modules/@smithy/querystring-parser/",\ "packageDependencies": [\ - ["@npmcli/move-file", "npm:1.1.2"],\ - ["mkdirp", "npm:1.0.4"],\ - ["rimraf", "npm:3.0.2"]\ + ["@smithy/querystring-parser", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@nuxtjs/opencollective", [\ - ["npm:0.3.2", {\ - "packageLocation": "../.yarn/berry/cache/@nuxtjs-opencollective-npm-0.3.2-72db6b3551-10c0.zip/node_modules/@nuxtjs/opencollective/",\ + ["@smithy/service-error-classification", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-service-error-classification-npm-3.0.6-4c8759ddbd-10c0.zip/node_modules/@smithy/service-error-classification/",\ "packageDependencies": [\ - ["@nuxtjs/opencollective", "npm:0.3.2"],\ - ["chalk", "npm:4.1.2"],\ - ["consola", "npm:2.15.0"],\ - ["node-fetch", "virtual:72db6b3551c1b46986e711aee96d1643b26ff6991672401c35442adfbef36d10ccd9289b58e518aac04afe4e688ca4b130da9fae9c1c040113a2585b8cfeea9a#npm:2.7.0"]\ + ["@smithy/service-error-classification", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@ory/hydra-client", [\ - ["npm:1.11.8", {\ - "packageLocation": "../.yarn/berry/cache/@ory-hydra-client-npm-1.11.8-39eaa18e86-10c0.zip/node_modules/@ory/hydra-client/",\ + ["@smithy/shared-ini-file-loader", [\ + ["npm:3.1.7", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-shared-ini-file-loader-npm-3.1.7-194e04a63e-10c0.zip/node_modules/@smithy/shared-ini-file-loader/",\ "packageDependencies": [\ - ["@ory/hydra-client", "npm:1.11.8"],\ - ["axios", "npm:0.21.4"]\ + ["@smithy/shared-ini-file-loader", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@ory/keto-client", [\ - ["npm:0.11.0-alpha.0", {\ - "packageLocation": "../.yarn/berry/cache/@ory-keto-client-npm-0.11.0-alpha.0-defb7469db-10c0.zip/node_modules/@ory/keto-client/",\ + ["@smithy/signature-v4", [\ + ["npm:4.1.3", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-signature-v4-npm-4.1.3-5343aedb08-10c0.zip/node_modules/@smithy/signature-v4/",\ "packageDependencies": [\ - ["@ory/keto-client", "npm:0.11.0-alpha.0"],\ - ["axios", "npm:0.21.4"]\ + ["@smithy/signature-v4", "npm:4.1.3"],\ + ["@smithy/is-array-buffer", "npm:3.0.0"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-hex-encoding", "npm:3.0.0"],\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/util-uri-escape", "npm:3.0.0"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@ory/keto-grpc-client", [\ - ["patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd", {\ - "packageLocation": "../.yarn/berry/cache/@ory-keto-grpc-client-patch-ee1da5507f-10c0.zip/node_modules/@ory/keto-grpc-client/",\ + ["@smithy/smithy-client", [\ + ["npm:3.3.2", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-smithy-client-npm-3.3.2-b891c58669-10c0.zip/node_modules/@smithy/smithy-client/",\ "packageDependencies": [\ - ["@ory/keto-grpc-client", "patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd"]\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/middleware-endpoint", "npm:3.1.3"],\ + ["@smithy/middleware-stack", "npm:3.0.6"],\ + ["@smithy/protocol-http", "npm:4.1.3"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-stream", "npm:3.1.6"],\ + ["tslib", "npm:2.7.0"]\ ],\ - "linkType": "SOFT"\ - }],\ - ["virtual:4a6123b3323c5cbd8ab60b308dbfbff936ff4ed339ccf4d7de69dbf7171c4e51636c4a3d50e885325a293101d894e695299e2452151b2da5c53e2e131ee57fa7#patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd", {\ - "packageLocation": "./.yarn/__virtual__/@ory-keto-grpc-client-virtual-e73fed9735/2/.yarn/berry/cache/@ory-keto-grpc-client-patch-ee1da5507f-10c0.zip/node_modules/@ory/keto-grpc-client/",\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/types", [\ + ["npm:3.4.2", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-types-npm-3.4.2-968c118dcf-10c0.zip/node_modules/@smithy/types/",\ "packageDependencies": [\ - ["@ory/keto-grpc-client", "virtual:4a6123b3323c5cbd8ab60b308dbfbff936ff4ed339ccf4d7de69dbf7171c4e51636c4a3d50e885325a293101d894e695299e2452151b2da5c53e2e131ee57fa7#patch:@ory/keto-grpc-client@npm%3A0.11.1-alpha.0#~/.yarn/patches/@ory-keto-grpc-client-npm-0.11.1-alpha.0-92da71e435.patch::version=0.11.1-alpha.0&hash=74abdd"],\ - ["@grpc/grpc-js", "npm:1.9.13"],\ - ["@types/grpc", null],\ - ["google-protobuf", "npm:3.21.2"],\ - ["grpc", null]\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ - "packagePeers": [\ - "@types/grpc",\ - "grpc"\ + "linkType": "HARD"\ + }]\ + ]],\ + ["@smithy/url-parser", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-url-parser-npm-3.0.6-5e6e439c37-10c0.zip/node_modules/@smithy/url-parser/",\ + "packageDependencies": [\ + ["@smithy/url-parser", "npm:3.0.6"],\ + ["@smithy/querystring-parser", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@ory/kratos-client", [\ - ["npm:0.5.5-alpha.4", {\ - "packageLocation": "../.yarn/berry/cache/@ory-kratos-client-npm-0.5.5-alpha.4-6171ca63af-10c0.zip/node_modules/@ory/kratos-client/",\ + ["@smithy/util-base64", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-base64-npm-3.0.0-38fc40fa27-10c0.zip/node_modules/@smithy/util-base64/",\ "packageDependencies": [\ - ["@ory/kratos-client", "npm:0.5.5-alpha.4"],\ - ["axios", "npm:0.19.2"]\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-buffer-from", "npm:3.0.0"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@panva/asn1.js", [\ - ["npm:1.0.0", {\ - "packageLocation": "../.yarn/berry/cache/@panva-asn1.js-npm-1.0.0-2bf51df722-10c0.zip/node_modules/@panva/asn1.js/",\ + ["@smithy/util-body-length-browser", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-body-length-browser-npm-3.0.0-868397df97-10c0.zip/node_modules/@smithy/util-body-length-browser/",\ "packageDependencies": [\ - ["@panva/asn1.js", "npm:1.0.0"]\ + ["@smithy/util-body-length-browser", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/aspromise", [\ - ["npm:1.1.2", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-aspromise-npm-1.1.2-71d00b938f-10c0.zip/node_modules/@protobufjs/aspromise/",\ + ["@smithy/util-body-length-node", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-body-length-node-npm-3.0.0-9d33ec493b-10c0.zip/node_modules/@smithy/util-body-length-node/",\ "packageDependencies": [\ - ["@protobufjs/aspromise", "npm:1.1.2"]\ + ["@smithy/util-body-length-node", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/base64", [\ - ["npm:1.1.2", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-base64-npm-1.1.2-cd8ca6814a-10c0.zip/node_modules/@protobufjs/base64/",\ + ["@smithy/util-buffer-from", [\ + ["npm:2.2.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-buffer-from-npm-2.2.0-0ef5989125-10c0.zip/node_modules/@smithy/util-buffer-from/",\ "packageDependencies": [\ - ["@protobufjs/base64", "npm:1.1.2"]\ + ["@smithy/util-buffer-from", "npm:2.2.0"],\ + ["@smithy/is-array-buffer", "npm:2.2.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-buffer-from-npm-3.0.0-7f54bf03c3-10c0.zip/node_modules/@smithy/util-buffer-from/",\ + "packageDependencies": [\ + ["@smithy/util-buffer-from", "npm:3.0.0"],\ + ["@smithy/is-array-buffer", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/codegen", [\ - ["npm:2.0.4", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-codegen-npm-2.0.4-36e188bbe6-10c0.zip/node_modules/@protobufjs/codegen/",\ + ["@smithy/util-config-provider", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-config-provider-npm-3.0.0-f3b040d73b-10c0.zip/node_modules/@smithy/util-config-provider/",\ "packageDependencies": [\ - ["@protobufjs/codegen", "npm:2.0.4"]\ + ["@smithy/util-config-provider", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/eventemitter", [\ - ["npm:1.1.0", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-eventemitter-npm-1.1.0-029cc7d431-10c0.zip/node_modules/@protobufjs/eventemitter/",\ + ["@smithy/util-defaults-mode-browser", [\ + ["npm:3.0.18", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-defaults-mode-browser-npm-3.0.18-3cec9aa34c-10c0.zip/node_modules/@smithy/util-defaults-mode-browser/",\ "packageDependencies": [\ - ["@protobufjs/eventemitter", "npm:1.1.0"]\ + ["@smithy/util-defaults-mode-browser", "npm:3.0.18"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["bowser", "npm:2.11.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/fetch", [\ - ["npm:1.1.0", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-fetch-npm-1.1.0-ca857b7df4-10c0.zip/node_modules/@protobufjs/fetch/",\ + ["@smithy/util-defaults-mode-node", [\ + ["npm:3.0.18", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-defaults-mode-node-npm-3.0.18-e844dcd3ae-10c0.zip/node_modules/@smithy/util-defaults-mode-node/",\ "packageDependencies": [\ - ["@protobufjs/fetch", "npm:1.1.0"],\ - ["@protobufjs/aspromise", "npm:1.1.2"],\ - ["@protobufjs/inquire", "npm:1.1.0"]\ + ["@smithy/util-defaults-mode-node", "npm:3.0.18"],\ + ["@smithy/config-resolver", "npm:3.0.8"],\ + ["@smithy/credential-provider-imds", "npm:3.2.3"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/property-provider", "npm:3.1.6"],\ + ["@smithy/smithy-client", "npm:3.3.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/float", [\ - ["npm:1.0.2", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-float-npm-1.0.2-5678f64d08-10c0.zip/node_modules/@protobufjs/float/",\ + ["@smithy/util-endpoints", [\ + ["npm:2.1.2", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-endpoints-npm-2.1.2-b51eeaf6df-10c0.zip/node_modules/@smithy/util-endpoints/",\ "packageDependencies": [\ - ["@protobufjs/float", "npm:1.0.2"]\ + ["@smithy/util-endpoints", "npm:2.1.2"],\ + ["@smithy/node-config-provider", "npm:3.1.7"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/inquire", [\ - ["npm:1.1.0", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-inquire-npm-1.1.0-3c7759e9ce-10c0.zip/node_modules/@protobufjs/inquire/",\ + ["@smithy/util-hex-encoding", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-hex-encoding-npm-3.0.0-55c86ac7d0-10c0.zip/node_modules/@smithy/util-hex-encoding/",\ "packageDependencies": [\ - ["@protobufjs/inquire", "npm:1.1.0"]\ + ["@smithy/util-hex-encoding", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/path", [\ - ["npm:1.1.2", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-path-npm-1.1.2-641d08de76-10c0.zip/node_modules/@protobufjs/path/",\ + ["@smithy/util-middleware", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-middleware-npm-3.0.6-579a1c1403-10c0.zip/node_modules/@smithy/util-middleware/",\ "packageDependencies": [\ - ["@protobufjs/path", "npm:1.1.2"]\ + ["@smithy/util-middleware", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/pool", [\ - ["npm:1.1.0", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-pool-npm-1.1.0-47a76f96a1-10c0.zip/node_modules/@protobufjs/pool/",\ + ["@smithy/util-retry", [\ + ["npm:3.0.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-retry-npm-3.0.6-66ec6c4bca-10c0.zip/node_modules/@smithy/util-retry/",\ "packageDependencies": [\ - ["@protobufjs/pool", "npm:1.1.0"]\ + ["@smithy/util-retry", "npm:3.0.6"],\ + ["@smithy/service-error-classification", "npm:3.0.6"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@protobufjs/utf8", [\ - ["npm:1.1.0", {\ - "packageLocation": "../.yarn/berry/cache/@protobufjs-utf8-npm-1.1.0-02c590807c-10c0.zip/node_modules/@protobufjs/utf8/",\ + ["@smithy/util-stream", [\ + ["npm:3.1.6", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-stream-npm-3.1.6-c3624a3baf-10c0.zip/node_modules/@smithy/util-stream/",\ "packageDependencies": [\ - ["@protobufjs/utf8", "npm:1.1.0"]\ + ["@smithy/util-stream", "npm:3.1.6"],\ + ["@smithy/fetch-http-handler", "npm:3.2.7"],\ + ["@smithy/node-http-handler", "npm:3.2.2"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["@smithy/util-base64", "npm:3.0.0"],\ + ["@smithy/util-buffer-from", "npm:3.0.0"],\ + ["@smithy/util-hex-encoding", "npm:3.0.0"],\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@sinclair/typebox", [\ - ["npm:0.27.8", {\ - "packageLocation": "../.yarn/berry/cache/@sinclair-typebox-npm-0.27.8-23e206d653-10c0.zip/node_modules/@sinclair/typebox/",\ + ["@smithy/util-uri-escape", [\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-uri-escape-npm-3.0.0-aa29683710-10c0.zip/node_modules/@smithy/util-uri-escape/",\ "packageDependencies": [\ - ["@sinclair/typebox", "npm:0.27.8"]\ + ["@smithy/util-uri-escape", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@sinonjs/commons", [\ - ["npm:3.0.1", {\ - "packageLocation": "../.yarn/berry/cache/@sinonjs-commons-npm-3.0.1-bffb9f5a53-10c0.zip/node_modules/@sinonjs/commons/",\ + ["@smithy/util-utf8", [\ + ["npm:2.3.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-utf8-npm-2.3.0-9dcba0d35f-10c0.zip/node_modules/@smithy/util-utf8/",\ "packageDependencies": [\ - ["@sinonjs/commons", "npm:3.0.1"],\ - ["type-detect", "npm:4.0.8"]\ + ["@smithy/util-utf8", "npm:2.3.0"],\ + ["@smithy/util-buffer-from", "npm:2.2.0"],\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ + }],\ + ["npm:3.0.0", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-utf8-npm-3.0.0-1695d28ad7-10c0.zip/node_modules/@smithy/util-utf8/",\ + "packageDependencies": [\ + ["@smithy/util-utf8", "npm:3.0.0"],\ + ["@smithy/util-buffer-from", "npm:3.0.0"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ ]],\ - ["@sinonjs/fake-timers", [\ - ["npm:10.3.0", {\ - "packageLocation": "../.yarn/berry/cache/@sinonjs-fake-timers-npm-10.3.0-7417f876b4-10c0.zip/node_modules/@sinonjs/fake-timers/",\ + ["@smithy/util-waiter", [\ + ["npm:3.1.5", {\ + "packageLocation": "../.yarn/berry/cache/@smithy-util-waiter-npm-3.1.5-d98049ec6a-10c0.zip/node_modules/@smithy/util-waiter/",\ "packageDependencies": [\ - ["@sinonjs/fake-timers", "npm:10.3.0"],\ - ["@sinonjs/commons", "npm:3.0.1"]\ + ["@smithy/util-waiter", "npm:3.1.5"],\ + ["@smithy/abort-controller", "npm:3.1.4"],\ + ["@smithy/types", "npm:3.4.2"],\ + ["tslib", "npm:2.7.0"]\ ],\ "linkType": "HARD"\ }]\ @@ -8897,6 +10636,15 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["bowser", [\ + ["npm:2.11.0", {\ + "packageLocation": "../.yarn/berry/cache/bowser-npm-2.11.0-33664d9063-10c0.zip/node_modules/bowser/",\ + "packageDependencies": [\ + ["bowser", "npm:2.11.0"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["brace-expansion", [\ ["npm:1.1.11", {\ "packageLocation": "../.yarn/berry/cache/brace-expansion-npm-1.1.11-fb95eb05ad-10c0.zip/node_modules/brace-expansion/",\ @@ -11470,6 +13218,16 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["fast-xml-parser", [\ + ["npm:4.4.1", {\ + "packageLocation": "../.yarn/berry/cache/fast-xml-parser-npm-4.4.1-b48f31eba7-10c0.zip/node_modules/fast-xml-parser/",\ + "packageDependencies": [\ + ["fast-xml-parser", "npm:4.4.1"],\ + ["strnum", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["fastq", [\ ["npm:1.9.0", {\ "packageLocation": "../.yarn/berry/cache/fastq-npm-1.9.0-11e58b198d-10c0.zip/node_modules/fastq/",\ @@ -17114,6 +18872,15 @@ const RAW_RUNTIME_STATE = "linkType": "HARD"\ }]\ ]],\ + ["strnum", [\ + ["npm:1.0.5", {\ + "packageLocation": "../.yarn/berry/cache/strnum-npm-1.0.5-9ba11d2a0a-10c0.zip/node_modules/strnum/",\ + "packageDependencies": [\ + ["strnum", "npm:1.0.5"]\ + ],\ + "linkType": "HARD"\ + }]\ + ]],\ ["stubs", [\ ["npm:3.0.0", {\ "packageLocation": "../.yarn/berry/cache/stubs-npm-3.0.0-22bb785265-10c0.zip/node_modules/stubs/",\ @@ -17761,6 +19528,13 @@ const RAW_RUNTIME_STATE = ["tslib", "npm:2.6.3"]\ ],\ "linkType": "HARD"\ + }],\ + ["npm:2.7.0", {\ + "packageLocation": "../.yarn/berry/cache/tslib-npm-2.7.0-21668f5c21-10c0.zip/node_modules/tslib/",\ + "packageDependencies": [\ + ["tslib", "npm:2.7.0"]\ + ],\ + "linkType": "HARD"\ }]\ ]],\ ["tsutils", [\ diff --git a/packages/nestjs-cqrs/package.json b/packages/nestjs-cqrs/package.json new file mode 100644 index 00000000..1874f2fe --- /dev/null +++ b/packages/nestjs-cqrs/package.json @@ -0,0 +1,45 @@ +{ + "name": "@atls/nestjs-cqrs", + "version": "0.0.0", + "license": "BSD-3-Clause", + "type": "module", + "exports": { + "./package.json": "./package.json", + ".": "./src/index.ts" + }, + "main": "src/index.ts", + "files": [ + "dist" + ], + "scripts": { + "build": "yarn library build", + "prepack": "yarn run build", + "postpack": "rm -rf dist" + }, + "devDependencies": { + "@nestjs/common": "^10.0.5", + "@nestjs/core": "^10.0.5", + "@nestjs/cqrs": "^10.2.5", + "reflect-metadata": "^0.1.13", + "rxjs": "^7.8.1" + }, + "peerDependencies": { + "@nestjs/common": "^10", + "@nestjs/core": "^10", + "@nestjs/cqrs": "^10", + "reflect-metadata": "^0.1", + "rxjs": "^7" + }, + "publishConfig": { + "exports": { + "./package.json": "./package.json", + ".": { + "import": "./dist/index.js", + "types": "./dist/index.d.ts", + "default": "./dist/index.js" + } + }, + "main": "dist/index.js", + "typings": "dist/index.d.ts" + } +} diff --git a/packages/nestjs-cqrs/src/cqrs.module.ts b/packages/nestjs-cqrs/src/cqrs.module.ts new file mode 100644 index 00000000..13367665 --- /dev/null +++ b/packages/nestjs-cqrs/src/cqrs.module.ts @@ -0,0 +1,47 @@ +import type { DynamicModule } from '@nestjs/common' +import type { OnApplicationBootstrap } from '@nestjs/common' +import type { IEvent } from '@nestjs/cqrs' + +import { Module } from '@nestjs/common' +import { CommandBus } from '@nestjs/cqrs' +import { EventBus } from '@nestjs/cqrs' +import { EventPublisher } from '@nestjs/cqrs' +import { QueryBus } from '@nestjs/cqrs' +import { UnhandledExceptionBus } from '@nestjs/cqrs' +import { ExplorerService } from '@nestjs/cqrs/dist/services/explorer.service.js' + +@Module({ + providers: [ + CommandBus, + QueryBus, + EventBus, + UnhandledExceptionBus, + EventPublisher, + ExplorerService, + ], + exports: [CommandBus, QueryBus, EventBus, UnhandledExceptionBus, EventPublisher, ExplorerService], +}) +export class CqrsModule implements OnApplicationBootstrap { + constructor( + private readonly explorerService: ExplorerService, + private readonly eventBus: EventBus, + private readonly commandBus: CommandBus, + private readonly queryBus: QueryBus + ) {} + + static forRoot(): DynamicModule { + return { + module: CqrsModule, + global: true, + } + } + + onApplicationBootstrap(): void { + const { events, queries, sagas, commands } = this.explorerService.explore() + + this.eventBus.register(events) + this.commandBus.register(commands) + this.queryBus.register(queries) + this.eventBus.registerSagas(sagas) + } +} diff --git a/packages/nestjs-cqrs/src/index.ts b/packages/nestjs-cqrs/src/index.ts new file mode 100644 index 00000000..bcbd0d8a --- /dev/null +++ b/packages/nestjs-cqrs/src/index.ts @@ -0,0 +1 @@ +export * from './cqrs.module.js' diff --git a/yarn.lock b/yarn.lock index 2f678a31..0090cf82 100644 --- a/yarn.lock +++ b/yarn.lock @@ -256,6 +256,24 @@ __metadata: languageName: node linkType: hard +"@atls/nestjs-cqrs@workspace:packages/nestjs-cqrs": + version: 0.0.0-use.local + resolution: "@atls/nestjs-cqrs@workspace:packages/nestjs-cqrs" + dependencies: + "@nestjs/common": "npm:^10.0.5" + "@nestjs/core": "npm:^10.0.5" + "@nestjs/cqrs": "npm:^10.2.5" + reflect-metadata: "npm:^0.1.13" + rxjs: "npm:^7.8.1" + peerDependencies: + "@nestjs/common": ^10 + "@nestjs/core": ^10 + "@nestjs/cqrs": ^10 + reflect-metadata: ^0.1 + rxjs: ^7 + languageName: unknown + linkType: soft + "@atls/nestjs-dataloader@workspace:packages/nestjs-dataloader": version: 0.0.0-use.local resolution: "@atls/nestjs-dataloader@workspace:packages/nestjs-dataloader" @@ -704,6 +722,800 @@ __metadata: languageName: node linkType: hard +"@aws-crypto/crc32@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32@npm:5.2.0" + dependencies: + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^2.6.2" + checksum: 10c0/eab9581d3363af5ea498ae0e72de792f54d8890360e14a9d8261b7b5c55ebe080279fb2556e07994d785341cdaa99ab0b1ccf137832b53b5904cd6928f2b094b + languageName: node + linkType: hard + +"@aws-crypto/crc32c@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/crc32c@npm:5.2.0" + dependencies: + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^2.6.2" + checksum: 10c0/223efac396cdebaf5645568fa9a38cd0c322c960ae1f4276bedfe2e1031d0112e49d7d39225d386354680ecefae29f39af469a84b2ddfa77cb6692036188af77 + languageName: node + linkType: hard + +"@aws-crypto/sha1-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha1-browser@npm:5.2.0" + dependencies: + "@aws-crypto/supports-web-crypto": "npm:^5.2.0" + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-locate-window": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/51fed0bf078c10322d910af179871b7d299dde5b5897873ffbeeb036f427e5d11d23db9794439226544b73901920fd19f4d86bbc103ed73cc0cfdea47a83c6ac + languageName: node + linkType: hard + +"@aws-crypto/sha256-browser@npm:5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-browser@npm:5.2.0" + dependencies: + "@aws-crypto/sha256-js": "npm:^5.2.0" + "@aws-crypto/supports-web-crypto": "npm:^5.2.0" + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + "@aws-sdk/util-locate-window": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/05f6d256794df800fe9aef5f52f2ac7415f7f3117d461f85a6aecaa4e29e91527b6fd503681a17136fa89e9dd3d916e9c7e4cfb5eba222875cb6c077bdc1d00d + languageName: node + linkType: hard + +"@aws-crypto/sha256-js@npm:5.2.0, @aws-crypto/sha256-js@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/sha256-js@npm:5.2.0" + dependencies: + "@aws-crypto/util": "npm:^5.2.0" + "@aws-sdk/types": "npm:^3.222.0" + tslib: "npm:^2.6.2" + checksum: 10c0/6c48701f8336341bb104dfde3d0050c89c288051f6b5e9bdfeb8091cf3ffc86efcd5c9e6ff2a4a134406b019c07aca9db608128f8d9267c952578a3108db9fd1 + languageName: node + linkType: hard + +"@aws-crypto/supports-web-crypto@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/supports-web-crypto@npm:5.2.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/4d2118e29d68ca3f5947f1e37ce1fbb3239a0c569cc938cdc8ab8390d595609b5caf51a07c9e0535105b17bf5c52ea256fed705a07e9681118120ab64ee73af2 + languageName: node + linkType: hard + +"@aws-crypto/util@npm:^5.2.0": + version: 5.2.0 + resolution: "@aws-crypto/util@npm:5.2.0" + dependencies: + "@aws-sdk/types": "npm:^3.222.0" + "@smithy/util-utf8": "npm:^2.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/0362d4c197b1fd64b423966945130207d1fe23e1bb2878a18e361f7743c8d339dad3f8729895a29aa34fff6a86c65f281cf5167c4bf253f21627ae80b6dd2951 + languageName: node + linkType: hard + +"@aws-sdk/client-cognito-identity@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/client-cognito-identity@npm:3.651.1" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.651.1" + "@aws-sdk/client-sts": "npm:3.651.1" + "@aws-sdk/core": "npm:3.651.1" + "@aws-sdk/credential-provider-node": "npm:3.651.1" + "@aws-sdk/middleware-host-header": "npm:3.649.0" + "@aws-sdk/middleware-logger": "npm:3.649.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.649.0" + "@aws-sdk/middleware-user-agent": "npm:3.649.0" + "@aws-sdk/region-config-resolver": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-endpoints": "npm:3.649.0" + "@aws-sdk/util-user-agent-browser": "npm:3.649.0" + "@aws-sdk/util-user-agent-node": "npm:3.649.0" + "@smithy/config-resolver": "npm:^3.0.6" + "@smithy/core": "npm:^2.4.1" + "@smithy/fetch-http-handler": "npm:^3.2.5" + "@smithy/hash-node": "npm:^3.0.4" + "@smithy/invalid-dependency": "npm:^3.0.4" + "@smithy/middleware-content-length": "npm:^3.0.6" + "@smithy/middleware-endpoint": "npm:^3.1.1" + "@smithy/middleware-retry": "npm:^3.0.16" + "@smithy/middleware-serde": "npm:^3.0.4" + "@smithy/middleware-stack": "npm:^3.0.4" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/node-http-handler": "npm:^3.2.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/url-parser": "npm:^3.0.4" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-body-length-node": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.16" + "@smithy/util-defaults-mode-node": "npm:^3.0.16" + "@smithy/util-endpoints": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-retry": "npm:^3.0.4" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5d4f7c7d4fa53bd74d6b50d918370383839c54b2550addebbdd55daad3493131192681554f3446b1ff0bce51984be51d677679944b406416a67aebfbf25c25a8 + languageName: node + linkType: hard + +"@aws-sdk/client-s3@npm:^3.363.0": + version: 3.651.1 + resolution: "@aws-sdk/client-s3@npm:3.651.1" + dependencies: + "@aws-crypto/sha1-browser": "npm:5.2.0" + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.651.1" + "@aws-sdk/client-sts": "npm:3.651.1" + "@aws-sdk/core": "npm:3.651.1" + "@aws-sdk/credential-provider-node": "npm:3.651.1" + "@aws-sdk/middleware-bucket-endpoint": "npm:3.649.0" + "@aws-sdk/middleware-expect-continue": "npm:3.649.0" + "@aws-sdk/middleware-flexible-checksums": "npm:3.651.1" + "@aws-sdk/middleware-host-header": "npm:3.649.0" + "@aws-sdk/middleware-location-constraint": "npm:3.649.0" + "@aws-sdk/middleware-logger": "npm:3.649.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.649.0" + "@aws-sdk/middleware-sdk-s3": "npm:3.651.1" + "@aws-sdk/middleware-ssec": "npm:3.649.0" + "@aws-sdk/middleware-user-agent": "npm:3.649.0" + "@aws-sdk/region-config-resolver": "npm:3.649.0" + "@aws-sdk/signature-v4-multi-region": "npm:3.651.1" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-endpoints": "npm:3.649.0" + "@aws-sdk/util-user-agent-browser": "npm:3.649.0" + "@aws-sdk/util-user-agent-node": "npm:3.649.0" + "@aws-sdk/xml-builder": "npm:3.649.0" + "@smithy/config-resolver": "npm:^3.0.6" + "@smithy/core": "npm:^2.4.1" + "@smithy/eventstream-serde-browser": "npm:^3.0.7" + "@smithy/eventstream-serde-config-resolver": "npm:^3.0.4" + "@smithy/eventstream-serde-node": "npm:^3.0.6" + "@smithy/fetch-http-handler": "npm:^3.2.5" + "@smithy/hash-blob-browser": "npm:^3.1.3" + "@smithy/hash-node": "npm:^3.0.4" + "@smithy/hash-stream-node": "npm:^3.1.3" + "@smithy/invalid-dependency": "npm:^3.0.4" + "@smithy/md5-js": "npm:^3.0.4" + "@smithy/middleware-content-length": "npm:^3.0.6" + "@smithy/middleware-endpoint": "npm:^3.1.1" + "@smithy/middleware-retry": "npm:^3.0.16" + "@smithy/middleware-serde": "npm:^3.0.4" + "@smithy/middleware-stack": "npm:^3.0.4" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/node-http-handler": "npm:^3.2.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/url-parser": "npm:^3.0.4" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-body-length-node": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.16" + "@smithy/util-defaults-mode-node": "npm:^3.0.16" + "@smithy/util-endpoints": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-retry": "npm:^3.0.4" + "@smithy/util-stream": "npm:^3.1.4" + "@smithy/util-utf8": "npm:^3.0.0" + "@smithy/util-waiter": "npm:^3.1.3" + tslib: "npm:^2.6.2" + checksum: 10c0/34d0058a5673896f349b63c484d4b3fccdc3e4171f89b672280630d65969c715aaefa69d9474c61d57e90af1bba68665e650b2711afaab54597864f6353e10fb + languageName: node + linkType: hard + +"@aws-sdk/client-sso-oidc@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/client-sso-oidc@npm:3.651.1" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.651.1" + "@aws-sdk/credential-provider-node": "npm:3.651.1" + "@aws-sdk/middleware-host-header": "npm:3.649.0" + "@aws-sdk/middleware-logger": "npm:3.649.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.649.0" + "@aws-sdk/middleware-user-agent": "npm:3.649.0" + "@aws-sdk/region-config-resolver": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-endpoints": "npm:3.649.0" + "@aws-sdk/util-user-agent-browser": "npm:3.649.0" + "@aws-sdk/util-user-agent-node": "npm:3.649.0" + "@smithy/config-resolver": "npm:^3.0.6" + "@smithy/core": "npm:^2.4.1" + "@smithy/fetch-http-handler": "npm:^3.2.5" + "@smithy/hash-node": "npm:^3.0.4" + "@smithy/invalid-dependency": "npm:^3.0.4" + "@smithy/middleware-content-length": "npm:^3.0.6" + "@smithy/middleware-endpoint": "npm:^3.1.1" + "@smithy/middleware-retry": "npm:^3.0.16" + "@smithy/middleware-serde": "npm:^3.0.4" + "@smithy/middleware-stack": "npm:^3.0.4" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/node-http-handler": "npm:^3.2.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/url-parser": "npm:^3.0.4" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-body-length-node": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.16" + "@smithy/util-defaults-mode-node": "npm:^3.0.16" + "@smithy/util-endpoints": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-retry": "npm:^3.0.4" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.651.1 + checksum: 10c0/5d8a9071427406a76cb0004c9d925a7945b6b6c86da772544bee2c2218a56fd95093ebd8d2c28a727a722703a5cb238b70bc86fb5f438e31effc44c5aaa5e168 + languageName: node + linkType: hard + +"@aws-sdk/client-sso@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/client-sso@npm:3.651.1" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:3.651.1" + "@aws-sdk/middleware-host-header": "npm:3.649.0" + "@aws-sdk/middleware-logger": "npm:3.649.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.649.0" + "@aws-sdk/middleware-user-agent": "npm:3.649.0" + "@aws-sdk/region-config-resolver": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-endpoints": "npm:3.649.0" + "@aws-sdk/util-user-agent-browser": "npm:3.649.0" + "@aws-sdk/util-user-agent-node": "npm:3.649.0" + "@smithy/config-resolver": "npm:^3.0.6" + "@smithy/core": "npm:^2.4.1" + "@smithy/fetch-http-handler": "npm:^3.2.5" + "@smithy/hash-node": "npm:^3.0.4" + "@smithy/invalid-dependency": "npm:^3.0.4" + "@smithy/middleware-content-length": "npm:^3.0.6" + "@smithy/middleware-endpoint": "npm:^3.1.1" + "@smithy/middleware-retry": "npm:^3.0.16" + "@smithy/middleware-serde": "npm:^3.0.4" + "@smithy/middleware-stack": "npm:^3.0.4" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/node-http-handler": "npm:^3.2.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/url-parser": "npm:^3.0.4" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-body-length-node": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.16" + "@smithy/util-defaults-mode-node": "npm:^3.0.16" + "@smithy/util-endpoints": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-retry": "npm:^3.0.4" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/8757537a0dd44f3ba18b92cac6e81d6b7efdfa21e6facec5c0fdad14c16ce6224a0162e562b773dcf000a922c9aaa717dda480228a97b9e43ba2cf0b7e9c5538 + languageName: node + linkType: hard + +"@aws-sdk/client-sts@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/client-sts@npm:3.651.1" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/client-sso-oidc": "npm:3.651.1" + "@aws-sdk/core": "npm:3.651.1" + "@aws-sdk/credential-provider-node": "npm:3.651.1" + "@aws-sdk/middleware-host-header": "npm:3.649.0" + "@aws-sdk/middleware-logger": "npm:3.649.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.649.0" + "@aws-sdk/middleware-user-agent": "npm:3.649.0" + "@aws-sdk/region-config-resolver": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-endpoints": "npm:3.649.0" + "@aws-sdk/util-user-agent-browser": "npm:3.649.0" + "@aws-sdk/util-user-agent-node": "npm:3.649.0" + "@smithy/config-resolver": "npm:^3.0.6" + "@smithy/core": "npm:^2.4.1" + "@smithy/fetch-http-handler": "npm:^3.2.5" + "@smithy/hash-node": "npm:^3.0.4" + "@smithy/invalid-dependency": "npm:^3.0.4" + "@smithy/middleware-content-length": "npm:^3.0.6" + "@smithy/middleware-endpoint": "npm:^3.1.1" + "@smithy/middleware-retry": "npm:^3.0.16" + "@smithy/middleware-serde": "npm:^3.0.4" + "@smithy/middleware-stack": "npm:^3.0.4" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/node-http-handler": "npm:^3.2.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/url-parser": "npm:^3.0.4" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-body-length-node": "npm:^3.0.0" + "@smithy/util-defaults-mode-browser": "npm:^3.0.16" + "@smithy/util-defaults-mode-node": "npm:^3.0.16" + "@smithy/util-endpoints": "npm:^2.1.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-retry": "npm:^3.0.4" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/eb4913546c2aa801e7f8d00b2d01537ff996408b2a06e4635698128122bad74b5cb1aeee53941f31358416733422821b89861e1bd73839ecf1784c2d6f39c2d8 + languageName: node + linkType: hard + +"@aws-sdk/core@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/core@npm:3.651.1" + dependencies: + "@smithy/core": "npm:^2.4.1" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/signature-v4": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-middleware": "npm:^3.0.4" + fast-xml-parser: "npm:4.4.1" + tslib: "npm:^2.6.2" + checksum: 10c0/3f7e0f06321214bbb8282973ef27409738b4d689f1db5ef6f1f582a20b9f5c94788c393327a3ca8886f1e53d06151c122f6e944b2aff52fb896e8dcdad01a35b + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-cognito-identity@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/credential-provider-cognito-identity@npm:3.651.1" + dependencies: + "@aws-sdk/client-cognito-identity": "npm:3.651.1" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/485734c89d2faf5cb7f3d7f14397e42918737c33cfd73ba3b6962db74cb3782764f9e36b99a1cc42101a82d122e0e63b7e3065201d8bb0fa50c85423a41ce3a6 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-env@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e0e24dc24701cf7c6aa8b02cd309471544d8d4719d97a585abbbaaa85cca6e3995faceeb4070e775a9e66e60554ab82dc48d33b0448cdb9eccd75c1874a3107d + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-http@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/fetch-http-handler": "npm:^3.2.5" + "@smithy/node-http-handler": "npm:^3.2.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-stream": "npm:^3.1.4" + tslib: "npm:^2.6.2" + checksum: 10c0/0c365620ad68271e25127959cc0d0f1c747b7405dc4b3b286947ba002dc21f4213de3d83a0bf0a3d33829664635b7e06074a573ad03afd5ae834a382bba24703 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-ini@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/credential-provider-ini@npm:3.651.1" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.649.0" + "@aws-sdk/credential-provider-http": "npm:3.649.0" + "@aws-sdk/credential-provider-process": "npm:3.649.0" + "@aws-sdk/credential-provider-sso": "npm:3.651.1" + "@aws-sdk/credential-provider-web-identity": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/credential-provider-imds": "npm:^3.2.1" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/shared-ini-file-loader": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.651.1 + checksum: 10c0/ed6d1054f4276736ab132baf0fd1b9b1980cf115794b4c14f747adf8b4a431c2e1a18fe95e5f60503ef659764be6746cbaf5e00fa508d9ac9a1af6e1e30c44f0 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-node@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/credential-provider-node@npm:3.651.1" + dependencies: + "@aws-sdk/credential-provider-env": "npm:3.649.0" + "@aws-sdk/credential-provider-http": "npm:3.649.0" + "@aws-sdk/credential-provider-ini": "npm:3.651.1" + "@aws-sdk/credential-provider-process": "npm:3.649.0" + "@aws-sdk/credential-provider-sso": "npm:3.651.1" + "@aws-sdk/credential-provider-web-identity": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/credential-provider-imds": "npm:^3.2.1" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/shared-ini-file-loader": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a72ddc1c56f75d75ee49ed207bac90a8a0dbd0077c95b6f49c40bc82e3f2b97f9dd459cb5c62a8851230e89515c18d9169f8fd236dfe7b7ae712ae52475ab51a + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-process@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/shared-ini-file-loader": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/fa203d633f14301784d9f5d4271bc04c70ac7dbe9afa0bc888a9f548d9337e86c020b273e59f0a73fb5e3c78821171b353c6f5d59aa619394232c724c232dcf7 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-sso@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/credential-provider-sso@npm:3.651.1" + dependencies: + "@aws-sdk/client-sso": "npm:3.651.1" + "@aws-sdk/token-providers": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/shared-ini-file-loader": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a294a96d3fea49ef5880acc84da4848ede524f999ba9777e7ad550805d846c82ff9de36352b44019bb3ec7149d620e8db091bb2848974022ef61e81082c57ea6 + languageName: node + linkType: hard + +"@aws-sdk/credential-provider-web-identity@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sts": ^3.649.0 + checksum: 10c0/b2b5805c2f3877cad5d96479543a40444f980f29349080bff129e74059b0d1104a583c8fe46470089df466a3c1ca90170b7b45fddfa345c2685cde41408a502d + languageName: node + linkType: hard + +"@aws-sdk/credential-providers@npm:^3.363.0": + version: 3.651.1 + resolution: "@aws-sdk/credential-providers@npm:3.651.1" + dependencies: + "@aws-sdk/client-cognito-identity": "npm:3.651.1" + "@aws-sdk/client-sso": "npm:3.651.1" + "@aws-sdk/client-sts": "npm:3.651.1" + "@aws-sdk/credential-provider-cognito-identity": "npm:3.651.1" + "@aws-sdk/credential-provider-env": "npm:3.649.0" + "@aws-sdk/credential-provider-http": "npm:3.649.0" + "@aws-sdk/credential-provider-ini": "npm:3.651.1" + "@aws-sdk/credential-provider-node": "npm:3.651.1" + "@aws-sdk/credential-provider-process": "npm:3.649.0" + "@aws-sdk/credential-provider-sso": "npm:3.651.1" + "@aws-sdk/credential-provider-web-identity": "npm:3.649.0" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/credential-provider-imds": "npm:^3.2.1" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/d4a37bda5f2e5ee30fd5ddcc54cb1d7b4fd3b8ecc8602432f34509611a2a76807adccd035b0d9d305fe69c6f5aedee17ad689460616d540f7026924827bdeda1 + languageName: node + linkType: hard + +"@aws-sdk/middleware-bucket-endpoint@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-arn-parser": "npm:3.568.0" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-config-provider": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/fa8f1c3d3150c12e29256f0085c33f355e2b15f1db23b85120e7605b3ef06ec180592ebdb3c9a71ec9ef5277c74e1d3927888d642736e6825ffb7773c87f918e + languageName: node + linkType: hard + +"@aws-sdk/middleware-expect-continue@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-expect-continue@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/57ca93a7abab8017fbfa38c3702841d8b803b764222a84d9f9091c760888dde235c3e9a928e4d76007b290b0b4274995099b84d1af9e5306ce0a067e0c3172e7 + languageName: node + linkType: hard + +"@aws-sdk/middleware-flexible-checksums@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.651.1" + dependencies: + "@aws-crypto/crc32": "npm:5.2.0" + "@aws-crypto/crc32c": "npm:5.2.0" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/8108993555e6cfe126512d63d3b120424b3457f039e07a2d9720f4c810258a7d2fbcbc61c717e76450f71c9fbe34e8f3880190f27bef30143c5ab3710991ad19 + languageName: node + linkType: hard + +"@aws-sdk/middleware-host-header@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/09d375cb07cea2738f1f265ff2c3ced6aeaf612e58e97dac003cc92f8430010b8b4fe8b16d489afbaefe10bf4b1f4d373d2123a7a0e5d14583d6638e1edfe2e4 + languageName: node + linkType: hard + +"@aws-sdk/middleware-location-constraint@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-location-constraint@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/6132d5d8b2eeda75d26123d364c2b217865a2c1472f80a1dc8856f152a08b912289048685ee67a53c7dd9c63f624e690f6008b7dd2780fb21706407abcb5ef6a + languageName: node + linkType: hard + +"@aws-sdk/middleware-logger@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-logger@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/80111a2cb4889df8b53f90bd5a1dfb222c786d0062ca369f9fdc95db6fa9b3c7e099badd75b377b2b6ffa295eb53f0e769d5e7f8346ef4a023fe77bf0d86710a + languageName: node + linkType: hard + +"@aws-sdk/middleware-recursion-detection@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/67c5551534b4c66050dc6dfc28f610aa4115f1679fec6c707bbbc6b666d729b821db10e60ee68492c4f9a51a00b1a13a9bbeac07b695c94bedf3fe6fc7fc1d85 + languageName: node + linkType: hard + +"@aws-sdk/middleware-sdk-s3@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.651.1" + dependencies: + "@aws-sdk/core": "npm:3.651.1" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-arn-parser": "npm:3.568.0" + "@smithy/core": "npm:^2.4.1" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/signature-v4": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.4" + "@smithy/util-stream": "npm:^3.1.4" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/0dc2d4d75e21fcd9b32afa59f6c1912380a5c807c8f6c983c57a80205db0f511856703058fcc7e939b9813bb91d669b576483dced037042a58579be3eb018860 + languageName: node + linkType: hard + +"@aws-sdk/middleware-ssec@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-ssec@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a600f290f4ee703ace612edbda657da88f2402627bd2a80b77621fa70208fe205add95ecde075377f74df86b2946ff1c606436289f9c61a4d544d99864f8b9b7 + languageName: node + linkType: hard + +"@aws-sdk/middleware-user-agent@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-endpoints": "npm:3.649.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/886bacd9077630f12007dd789925f8baf66e9ddbd5862f178df4443915af966025db54769555e2534f49acc354d8d688fe60f91d0aa98f1eba399aeae28542d7 + languageName: node + linkType: hard + +"@aws-sdk/region-config-resolver@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.4" + tslib: "npm:^2.6.2" + checksum: 10c0/44cffd7f94f4816d882322fdcedaf6357f64a4c2e8e5acbd91c53b4430015374f072f5ad89b8a4d1182c1c97719cb6a6e92ffae4b01db2d481ce05036e6c05ef + languageName: node + linkType: hard + +"@aws-sdk/s3-request-presigner@npm:^3.363.0": + version: 3.651.1 + resolution: "@aws-sdk/s3-request-presigner@npm:3.651.1" + dependencies: + "@aws-sdk/signature-v4-multi-region": "npm:3.651.1" + "@aws-sdk/types": "npm:3.649.0" + "@aws-sdk/util-format-url": "npm:3.649.0" + "@smithy/middleware-endpoint": "npm:^3.1.1" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/smithy-client": "npm:^3.3.0" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/405c3d461d6611a841782f109145383cce280393ed1cf2f905604033eb433671ab5034f0198c534442d3edf1ae90d9e1d1efe76d16fbea40ebd3ecbf0c0d1ba1 + languageName: node + linkType: hard + +"@aws-sdk/signature-v4-multi-region@npm:3.651.1": + version: 3.651.1 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.651.1" + dependencies: + "@aws-sdk/middleware-sdk-s3": "npm:3.651.1" + "@aws-sdk/types": "npm:3.649.0" + "@smithy/protocol-http": "npm:^4.1.1" + "@smithy/signature-v4": "npm:^4.1.1" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/4bd6dff552c6aaf8688aa54771133ba4b50f6f28eee6ab37cba82202a15c1d704eb2a6592d6e56705be1b6e8daf8378012cde8b67339df42ff4ec318b60a5ad1 + languageName: node + linkType: hard + +"@aws-sdk/token-providers@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/token-providers@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/property-provider": "npm:^3.1.4" + "@smithy/shared-ini-file-loader": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-sso-oidc": ^3.649.0 + checksum: 10c0/8403d89d57688f663f981e57e91b4fbadfe31359cb84002fbb9c94d0a78004e8edc5e0b91f8b436e0a55ee132dffa586c980c262de6c916b4c8950c72b235107 + languageName: node + linkType: hard + +"@aws-sdk/types@npm:3.649.0, @aws-sdk/types@npm:^3.222.0, @aws-sdk/types@npm:^3.357.0": + version: 3.649.0 + resolution: "@aws-sdk/types@npm:3.649.0" + dependencies: + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1b98e2ba8bd621e905afb038113f5b8ed529e70054e412d6b7940c6a08c854f0d0bca5b4b14145acc8e9ff062b9bfd7ee61b8e11b3027b42daa816972d5e0e0e + languageName: node + linkType: hard + +"@aws-sdk/util-arn-parser@npm:3.568.0": + version: 3.568.0 + resolution: "@aws-sdk/util-arn-parser@npm:3.568.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/4e6168b86a1ff4509f25b56e473c95bdcc0ecbaedcded29cbbd500eb7c156de63f2426282cd50489ac7f321a990056349974730f9e27ac3fe872ba3573b09fb6 + languageName: node + linkType: hard + +"@aws-sdk/util-endpoints@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/util-endpoints@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/types": "npm:^3.4.0" + "@smithy/util-endpoints": "npm:^2.1.0" + tslib: "npm:^2.6.2" + checksum: 10c0/7616de7da014767d8188a43c0e2c4d3c095821ee47cb8795261f2e4d5edcc6c9040ea439f808f0dd55f3c43008ba6b707d9b94d80ca1d1a5f36a11ca51472596 + languageName: node + linkType: hard + +"@aws-sdk/util-format-url@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/util-format-url@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/querystring-builder": "npm:^3.0.4" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/0c4be0e5a74b2a515fc363e40b1751f5ff4b494e047e27c3bee95fc60218880c1ab5162ae4f4554045c17ed6f97984a1c91782f4e7bee2c370b31a85c43215c6 + languageName: node + linkType: hard + +"@aws-sdk/util-locate-window@npm:^3.0.0": + version: 3.568.0 + resolution: "@aws-sdk/util-locate-window@npm:3.568.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/cb1d0919498206fe266542a635cd05909456a06f007a6a550ff897a01390b239e51c2a50e47509e23c179f8df8001bd5fecd900045da5ec989c3f934c3fd3d56 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-browser@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/types": "npm:^3.4.0" + bowser: "npm:^2.11.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a702b4b2d257ed5cb6d2bbaeeae418e59759b117b41a0d6bf71921a323ee697671d7ea22f2cd61e119060fec02906e232448314e0e4bf9bd88f1493de8a26486 + languageName: node + linkType: hard + +"@aws-sdk/util-user-agent-node@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.649.0" + dependencies: + "@aws-sdk/types": "npm:3.649.0" + "@smithy/node-config-provider": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 10c0/34f0ed88d2f057fefd2a3fb5f12a96038f9a69cda1b7a02b1309c24cac3f975a35a3269d823a6ae972ade2d76024074c2ebb03e475abd6ab6cb949ff0f89ecab + languageName: node + linkType: hard + +"@aws-sdk/xml-builder@npm:3.649.0": + version: 3.649.0 + resolution: "@aws-sdk/xml-builder@npm:3.649.0" + dependencies: + "@smithy/types": "npm:^3.4.0" + tslib: "npm:^2.6.2" + checksum: 10c0/4cdc8971a3472b8ec33efce82f83d754556043c750dc46c83612caaa368f3c8db287443b250ac91d8773961533fe3d2799773de7b5bf0aedeec2579973850ab7 + languageName: node + linkType: hard + "@babel/code-frame@npm:^7.0.0, @babel/code-frame@npm:^7.12.13, @babel/code-frame@npm:^7.14.5, @babel/code-frame@npm:^7.24.7": version: 7.24.7 resolution: "@babel/code-frame@npm:7.24.7" @@ -2408,6 +3220,26 @@ __metadata: languageName: node linkType: hard +"@monstrs/nestjs-s3-client@workspace:packages/nestjs-s3-client": + version: 0.0.0-use.local + resolution: "@monstrs/nestjs-s3-client@workspace:packages/nestjs-s3-client" + dependencies: + "@aws-sdk/client-s3": "npm:^3.363.0" + "@aws-sdk/credential-providers": "npm:^3.363.0" + "@aws-sdk/s3-request-presigner": "npm:^3.363.0" + "@aws-sdk/types": "npm:^3.357.0" + "@nestjs/common": "npm:^10.0.5" + "@nestjs/core": "npm:^10.0.5" + reflect-metadata: "npm:^0.1.13" + rxjs: "npm:^7.8.1" + peerDependencies: + "@nestjs/common": ^10 + "@nestjs/core": ^10 + reflect-metadata: ^0.1 + rxjs: ^7 + languageName: unknown + linkType: soft + "@monstrs/types-import-proto@npm:0.0.1": version: 0.0.1 resolution: "@monstrs/types-import-proto@npm:0.0.1" @@ -2563,6 +3395,20 @@ __metadata: languageName: node linkType: hard +"@nestjs/cqrs@npm:^10.2.5": + version: 10.2.7 + resolution: "@nestjs/cqrs@npm:10.2.7" + dependencies: + uuid: "npm:9.0.1" + peerDependencies: + "@nestjs/common": ^9.0.0 || ^10.0.0 + "@nestjs/core": ^9.0.0 || ^10.0.0 + reflect-metadata: ^0.1.13 || ^0.2.0 + rxjs: ^7.2.0 + checksum: 10c0/9bcc236a39ab11e516df7db8ebfe16f509e39412ac8be32aa8ff9e15d12ebed86d6477bbb3fb9c220e402288c75e00aa91eb4ddc65b12efab17b2e31346edc75 + languageName: node + linkType: hard + "@nestjs/graphql@npm:12.0.10": version: 12.0.10 resolution: "@nestjs/graphql@npm:12.0.10" @@ -2974,6 +3820,602 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^3.1.4": + version: 3.1.4 + resolution: "@smithy/abort-controller@npm:3.1.4" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/233f2554ab1fb356228e4e88d74e811953a030763a7ce9fd4632d31f385f88b27105605bc2f93173e50741055c724a101eafcd5db92800e3c8430c08cdd65302 + languageName: node + linkType: hard + +"@smithy/chunked-blob-reader-native@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/chunked-blob-reader-native@npm:3.0.0" + dependencies: + "@smithy/util-base64": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f3cbd03baaaf33a2c44a484851e3f2902f87cbb2168abff179276b19fd137be021393551b9270f9f3135408d816a06fe84ff826d9beb576dbe53fae9cf487362 + languageName: node + linkType: hard + +"@smithy/chunked-blob-reader@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/chunked-blob-reader@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/cc551e4d6c711bec381d70c3074e3937ee78245bb15dd55c28c43c6c30808af1855c8df4a785a1033ded1483979ae115cf2c9decce73083346734db0d32b2fe5 + languageName: node + linkType: hard + +"@smithy/config-resolver@npm:^3.0.6, @smithy/config-resolver@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/config-resolver@npm:3.0.8" + dependencies: + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-config-provider": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 10c0/78d9451032ff9227f1bb70ccd7949cb35addd93c33c672da01f931071c0026ed950517fc80d52d75a51aa24f6caa45285e20a04e71a1d8189eb910e3e00daf18 + languageName: node + linkType: hard + +"@smithy/core@npm:^2.4.1": + version: 2.4.3 + resolution: "@smithy/core@npm:2.4.3" + dependencies: + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-retry": "npm:^3.0.18" + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-body-length-browser": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f56f693032b805de1d0a9f4f1b25a5b5966514c994a5fd3a0a805ff94c86ebe35224d7ccc8594372090a6580305ba4e768642949f7e1a99c9280372fcad4004d + languageName: node + linkType: hard + +"@smithy/credential-provider-imds@npm:^3.2.1, @smithy/credential-provider-imds@npm:^3.2.3": + version: 3.2.3 + resolution: "@smithy/credential-provider-imds@npm:3.2.3" + dependencies: + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 10c0/b9abd2224f06923647871c0aa300261147a8a183bcf0f81f21e261fcf0c07101e91d59e19e1e1c3aff7f0543e825066e2ad52f3fc2d179cb66912a282ccf3741 + languageName: node + linkType: hard + +"@smithy/eventstream-codec@npm:^3.1.5": + version: 3.1.5 + resolution: "@smithy/eventstream-codec@npm:3.1.5" + dependencies: + "@aws-crypto/crc32": "npm:5.2.0" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-hex-encoding": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e999c74b9d3c38a67121f9096a134a55d8c4362a3a9468c8317d2dbf9a9d2e7ecf177ac0e7a5a5adfa92a51407a4d0bbf324787870d985a60ef6fae96ed4e8db + languageName: node + linkType: hard + +"@smithy/eventstream-serde-browser@npm:^3.0.7": + version: 3.0.9 + resolution: "@smithy/eventstream-serde-browser@npm:3.0.9" + dependencies: + "@smithy/eventstream-serde-universal": "npm:^3.0.8" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/f74d9754fe0de4e682c010afbce374436d8ab1ece0fcc078caa5dab87133696179f3e9821699094626032aad34ff485a40699e1860da7d377802c8dd768c9b1d + languageName: node + linkType: hard + +"@smithy/eventstream-serde-config-resolver@npm:^3.0.4": + version: 3.0.6 + resolution: "@smithy/eventstream-serde-config-resolver@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/be8b118ef46c0e2d0f8faab3a86bb65f617e88e33205e44c8799bd9a7ce97d37957528686c1b5485e9f662d331379bbdb68fa2c65869c86568aa1387e06b9a86 + languageName: node + linkType: hard + +"@smithy/eventstream-serde-node@npm:^3.0.6": + version: 3.0.8 + resolution: "@smithy/eventstream-serde-node@npm:3.0.8" + dependencies: + "@smithy/eventstream-serde-universal": "npm:^3.0.8" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/e059d680e847b5c4759b83b0d5b2f7570648b53ffd01650dbfb04eec89084915092517c6eb59183aa019eafda7506afe808c0fb2cf2eec7c648fbf68c95fcece + languageName: node + linkType: hard + +"@smithy/eventstream-serde-universal@npm:^3.0.8": + version: 3.0.8 + resolution: "@smithy/eventstream-serde-universal@npm:3.0.8" + dependencies: + "@smithy/eventstream-codec": "npm:^3.1.5" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/d3d87d3295318e8f7715fd56b0db357a96bd5ff026458578e83c775349666a587af308a2a170078900ddb8d776dd1d6d6c39e8267f72098e3943016df9ba893c + languageName: node + linkType: hard + +"@smithy/fetch-http-handler@npm:^3.2.5, @smithy/fetch-http-handler@npm:^3.2.7": + version: 3.2.7 + resolution: "@smithy/fetch-http-handler@npm:3.2.7" + dependencies: + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/querystring-builder": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-base64": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/b910854b4afcd4c8dff3994b08bb65c51a263beadb826062a025d49a33043dc66f3b104eb34b348aaaea887abbb3f6676df1e7a5d8d4683393711bf6bd659d38 + languageName: node + linkType: hard + +"@smithy/hash-blob-browser@npm:^3.1.3": + version: 3.1.5 + resolution: "@smithy/hash-blob-browser@npm:3.1.5" + dependencies: + "@smithy/chunked-blob-reader": "npm:^3.0.0" + "@smithy/chunked-blob-reader-native": "npm:^3.0.0" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/4633333ee44ff09a4df782444176e648b85f53e42767d3d3e66007019d5aa30718b70bbd49bced0bcdd33180cbe284b5366448f53bb3184498a84478794125a8 + languageName: node + linkType: hard + +"@smithy/hash-node@npm:^3.0.4": + version: 3.0.6 + resolution: "@smithy/hash-node@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/c79d1013ccfc14edb5ca7e7465abc75b71b0a4db2ebab8b87c5689f63a9ed2d15e43241985a2797805c083aa11ceee05c8c75eacd0aea0c13276ccbeb08dfc67 + languageName: node + linkType: hard + +"@smithy/hash-stream-node@npm:^3.1.3": + version: 3.1.5 + resolution: "@smithy/hash-stream-node@npm:3.1.5" + dependencies: + "@smithy/types": "npm:^3.4.2" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/89a27d7f2d77ea6b3c98b02948922ed1cfa8fa6d26aaed04fb83468abf5e51d50f7f7bb3973dcdc478c57a7918f75fd359ac9b656e677e7d30f8ee01afd18464 + languageName: node + linkType: hard + +"@smithy/invalid-dependency@npm:^3.0.4": + version: 3.0.6 + resolution: "@smithy/invalid-dependency@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/91de6c6097d3954b7a402c8bb738b03973edefd084092307dd84778c39ae2fa242d4ed1ca216d12bcc2301c56de8d0690848f0961515c09b19b2a2492980e74f + languageName: node + linkType: hard + +"@smithy/is-array-buffer@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/is-array-buffer@npm:2.2.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/2f2523cd8cc4538131e408eb31664983fecb0c8724956788b015aaf3ab85a0c976b50f4f09b176f1ed7bbe79f3edf80743be7a80a11f22cd9ce1285d77161aaf + languageName: node + linkType: hard + +"@smithy/is-array-buffer@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/is-array-buffer@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/44710d94b9e6655ebc02169c149ea2bc5d5b9e509b6b39511cfe61bac571412290f4b9c743d61e395822f014021fcb709dbb533f2f717c1ac2d5a356696c22fd + languageName: node + linkType: hard + +"@smithy/md5-js@npm:^3.0.4": + version: 3.0.6 + resolution: "@smithy/md5-js@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/d15cb0012df5d3f7ac762f432c66e54b4b36c580229c8d4f216bec8697b438b9842ff78a23619e7a10ec09a3d8589d2f0498336e3969090cc82bd2bf364f3635 + languageName: node + linkType: hard + +"@smithy/middleware-content-length@npm:^3.0.6": + version: 3.0.8 + resolution: "@smithy/middleware-content-length@npm:3.0.8" + dependencies: + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/efb13134cd44802b09ad5e9d6545170596eb319ac9486b9ecdb742b689e24cfb074bc112cb27a755b98801c32449932479ef05085ac75186cae6420c63a81fe9 + languageName: node + linkType: hard + +"@smithy/middleware-endpoint@npm:^3.1.1, @smithy/middleware-endpoint@npm:^3.1.3": + version: 3.1.3 + resolution: "@smithy/middleware-endpoint@npm:3.1.3" + dependencies: + "@smithy/middleware-serde": "npm:^3.0.6" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + "@smithy/url-parser": "npm:^3.0.6" + "@smithy/util-middleware": "npm:^3.0.6" + tslib: "npm:^2.6.2" + checksum: 10c0/fb4a584b5d52d9998bd91fc4e63f0ab2dbd6a5f38b299e3577df3e96930551743768f8526a19cad7ccab15014dfaa161b4ebef903f89b49b4f6a2537f88c3f47 + languageName: node + linkType: hard + +"@smithy/middleware-retry@npm:^3.0.16, @smithy/middleware-retry@npm:^3.0.18": + version: 3.0.18 + resolution: "@smithy/middleware-retry@npm:3.0.18" + dependencies: + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/service-error-classification": "npm:^3.0.6" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-retry": "npm:^3.0.6" + tslib: "npm:^2.6.2" + uuid: "npm:^9.0.1" + checksum: 10c0/18c12da848314becdc9f0f8ba9418f8888e1931c4c69c03bae1df48a7a0f866d7aaecd9b0fe67d51519c3689687045967e2c062f62871664cd8885da321a5ca3 + languageName: node + linkType: hard + +"@smithy/middleware-serde@npm:^3.0.4, @smithy/middleware-serde@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/middleware-serde@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/94c906dd0f77716976bdab0c1fafe257e5fa9f81f92213df20ce4324cf0feb3533f3004df81863ed4e2c597dd3aecb1001267b16f3ca6a67e6a80eb349eaac6e + languageName: node + linkType: hard + +"@smithy/middleware-stack@npm:^3.0.4, @smithy/middleware-stack@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/middleware-stack@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/c8121cef5bac12cf8710adcfc71fcdef59af7a34279781dc0db7b1d667ef0f36f0caab209a067db4b1144908b42e1966fd63593cc99a29f048bd1eb916b677e0 + languageName: node + linkType: hard + +"@smithy/node-config-provider@npm:^3.1.5, @smithy/node-config-provider@npm:^3.1.7": + version: 3.1.7 + resolution: "@smithy/node-config-provider@npm:3.1.7" + dependencies: + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/shared-ini-file-loader": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/26c6a73f271c3ec38c3498ab51972c46ab63371e3d9f2c6613fbfbbe66c52361a2a515c8b24c1b7c3f473c18d776e263476481ed211c446f59a62015433107d7 + languageName: node + linkType: hard + +"@smithy/node-http-handler@npm:^3.2.0, @smithy/node-http-handler@npm:^3.2.2": + version: 3.2.2 + resolution: "@smithy/node-http-handler@npm:3.2.2" + dependencies: + "@smithy/abort-controller": "npm:^3.1.4" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/querystring-builder": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/41725d577d2afb362a091277013867f12cab68b0510993db87778494ce4ce386eedd26f63f5452f4836c015a9fffc1aedd65dc77897c7bf56bc98d0a33c51cb5 + languageName: node + linkType: hard + +"@smithy/property-provider@npm:^3.1.4, @smithy/property-provider@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/property-provider@npm:3.1.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/af68a2be7ba48def574fe735ba9b04219a6c3d6565485f02392e26df260534d6e7efe552105c4b10ae35b63188b65add8dc944f9065a8775c9f1c1e8eed0160a + languageName: node + linkType: hard + +"@smithy/protocol-http@npm:^4.1.1, @smithy/protocol-http@npm:^4.1.3": + version: 4.1.3 + resolution: "@smithy/protocol-http@npm:4.1.3" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/94f4273d34590c857e9be8f682c8acc363141a5fa945b11dde3e77e053d3c93b96141aa539195b3b237221eec8b56a689bcbddc13d6ee3113178e17a78f8b4a7 + languageName: node + linkType: hard + +"@smithy/querystring-builder@npm:^3.0.4, @smithy/querystring-builder@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/querystring-builder@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + "@smithy/util-uri-escape": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/2b5b7461f0d5974a62629143b7e0eab018d5a5725ed55c4aa5ae6cf2e8bc5bbc595fa07ecca08012003afe5dd7530296912cf9a7ec4cf1896b88fce88ce28c8c + languageName: node + linkType: hard + +"@smithy/querystring-parser@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/querystring-parser@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/addeb6dd2c9294404eb26ef5dfac7e099933be56829af629b9a0de316ea5ce7929d0f4670f25609e3e82040dc4de528eb2348f4188447c698eb81f74e213239b + languageName: node + linkType: hard + +"@smithy/service-error-classification@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/service-error-classification@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + checksum: 10c0/8c5f6d5c5f60c72cf3d39221ec88b9d31b548c977c613b08f9791514b44843d938f2001bb2377b35f945180016fe0398fbff9aa1dcfaf137a82de7d9e922c77e + languageName: node + linkType: hard + +"@smithy/shared-ini-file-loader@npm:^3.1.5, @smithy/shared-ini-file-loader@npm:^3.1.7": + version: 3.1.7 + resolution: "@smithy/shared-ini-file-loader@npm:3.1.7" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/ff19860af2c88e8b208fb0b696f72d9565e137ae36bb62ee56a018367edc1a17e5813bd986187021ee33386d168ddf75d604c650ca05d79ff3f948715384d4a9 + languageName: node + linkType: hard + +"@smithy/signature-v4@npm:^4.1.1": + version: 4.1.3 + resolution: "@smithy/signature-v4@npm:4.1.3" + dependencies: + "@smithy/is-array-buffer": "npm:^3.0.0" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-middleware": "npm:^3.0.6" + "@smithy/util-uri-escape": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/b398c603d2f350575927545743b06674d8f57de1b2dc36da7be9fae3983d40ef40dd7e9e8a5974365277d303adca27b3cbf0e39fd473c2a8d7b49ddfbc252345 + languageName: node + linkType: hard + +"@smithy/smithy-client@npm:^3.3.0, @smithy/smithy-client@npm:^3.3.2": + version: 3.3.2 + resolution: "@smithy/smithy-client@npm:3.3.2" + dependencies: + "@smithy/middleware-endpoint": "npm:^3.1.3" + "@smithy/middleware-stack": "npm:^3.0.6" + "@smithy/protocol-http": "npm:^4.1.3" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-stream": "npm:^3.1.6" + tslib: "npm:^2.6.2" + checksum: 10c0/9989f9e4158e520737a2cc02f63b10e210cbba75e552f7963d4aeacb48e2d0a2c64ec20f8de1235ff98d7148dcbf465900245f9f1d37f9fd7ccfc0d53d74e5e4 + languageName: node + linkType: hard + +"@smithy/types@npm:^3.4.0, @smithy/types@npm:^3.4.2": + version: 3.4.2 + resolution: "@smithy/types@npm:3.4.2" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/b3a583c3c9116952008b0227be1b1513447ed08e8f65c7b82c0c8299b2520b6e0544de0225d6baf3afe65db4fe5a37c4ed5622bac3d516058bc4a3d4bbad0ec6 + languageName: node + linkType: hard + +"@smithy/url-parser@npm:^3.0.4, @smithy/url-parser@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/url-parser@npm:3.0.6" + dependencies: + "@smithy/querystring-parser": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/0d9ec9acf04513715a588b1866ff6212eb85049587f88b8b969e3fa723764b45723d519904aa2d6e0aa22d333962a11ee5ed35d7c65798696b796928e5429a95 + languageName: node + linkType: hard + +"@smithy/util-base64@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-base64@npm:3.0.0" + dependencies: + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5c05c3505bd1ac4c1e04ec0e22ad1c9e0c61756945735861614f9e46146369a1a112dd0895602475822c18b8f1fe0cc3fb9e45c99a4e7fb03308969c673cf043 + languageName: node + linkType: hard + +"@smithy/util-body-length-browser@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-body-length-browser@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/cfb595e814334fe7bb78e8381141cc7364f66bff0c1d672680f4abb99361ef66fbdb9468fa1dbabcd5753254b2b05c59c907fa9d600b36e6e4b8423eccf412f7 + languageName: node + linkType: hard + +"@smithy/util-body-length-node@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-body-length-node@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/6f779848e7c81051364cf6e40ed61034a06fa8df3480398528baae54d9b69622abc7d068869e33dbe51fef2bbc6fda3f548ac59644a0f10545a54c87bc3a4391 + languageName: node + linkType: hard + +"@smithy/util-buffer-from@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/util-buffer-from@npm:2.2.0" + dependencies: + "@smithy/is-array-buffer": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/223d6a508b52ff236eea01cddc062b7652d859dd01d457a4e50365af3de1e24a05f756e19433f6ccf1538544076b4215469e21a4ea83dc1d58d829725b0dbc5a + languageName: node + linkType: hard + +"@smithy/util-buffer-from@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-buffer-from@npm:3.0.0" + dependencies: + "@smithy/is-array-buffer": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/b10fb81ef34f95418f27c9123c2c1774e690dd447e8064184688c553156bdec46d2ba1b1ae3bad7edd2b58a5ef32ac569e1ad814b36e7ee05eba10526d329983 + languageName: node + linkType: hard + +"@smithy/util-config-provider@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-config-provider@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/a2c25eac31223eddea306beff2bb3c32e8761f8cb50e8cb2a9d61417a5040e9565dc715a655787e99a37465fdd35bbd0668ff36e06043a5f6b7be48a76974792 + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-browser@npm:^3.0.16": + version: 3.0.18 + resolution: "@smithy/util-defaults-mode-browser@npm:3.0.18" + dependencies: + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + bowser: "npm:^2.11.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e4116b70525ece3bbf0bd1953e2af8650453439122af875e5ca650f2513188172abb4dcbcb18d1885e5b3d192e530fda9853f3ca8cd6900d2487cbe24934b3ac + languageName: node + linkType: hard + +"@smithy/util-defaults-mode-node@npm:^3.0.16": + version: 3.0.18 + resolution: "@smithy/util-defaults-mode-node@npm:3.0.18" + dependencies: + "@smithy/config-resolver": "npm:^3.0.8" + "@smithy/credential-provider-imds": "npm:^3.2.3" + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/property-provider": "npm:^3.1.6" + "@smithy/smithy-client": "npm:^3.3.2" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/1ff9ed5d369e4d21e66754ba67a3dcfe78040f373c980ff4a45b93407dc6bbbab6a3986a34129a0d922a93d455cb7ee802afb963657004e3929eda7d309b886d + languageName: node + linkType: hard + +"@smithy/util-endpoints@npm:^2.1.0": + version: 2.1.2 + resolution: "@smithy/util-endpoints@npm:2.1.2" + dependencies: + "@smithy/node-config-provider": "npm:^3.1.7" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/9b11f8347937cbae3cf018a34fb0942eff01c9f568695a4bea7d58499754d8d851128b1a0d99017b367e7be75196a770eb9ece0969a126e7fe09f50fabb98f16 + languageName: node + linkType: hard + +"@smithy/util-hex-encoding@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-hex-encoding@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/d2fa7270853cc8f22c4f4635c72bf52e303731a68a3999e3ea9da1d38b6bf08c0f884e7d20b65741e3bc68bb3821e1abd1c3406d7a3dce8fc02df019aea59162 + languageName: node + linkType: hard + +"@smithy/util-middleware@npm:^3.0.4, @smithy/util-middleware@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/util-middleware@npm:3.0.6" + dependencies: + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/a697fe4787fcb59d8abed3c5f3cb775d3b5e64a87962513aed5af1643737a1b31afde2945591b60eac560ef24d1db7b23efd65758a056c54f0debc32dad4bf5b + languageName: node + linkType: hard + +"@smithy/util-retry@npm:^3.0.4, @smithy/util-retry@npm:^3.0.6": + version: 3.0.6 + resolution: "@smithy/util-retry@npm:3.0.6" + dependencies: + "@smithy/service-error-classification": "npm:^3.0.6" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/c12d3790e87d47f72e032f138c630fa4747581af794d3b3c0fae9711dd41f80c4a7b4ef7c2f7b6d9230565f27599a53f833d2d5d5308968ef994dcae92f6652a + languageName: node + linkType: hard + +"@smithy/util-stream@npm:^3.1.4, @smithy/util-stream@npm:^3.1.6": + version: 3.1.6 + resolution: "@smithy/util-stream@npm:3.1.6" + dependencies: + "@smithy/fetch-http-handler": "npm:^3.2.7" + "@smithy/node-http-handler": "npm:^3.2.2" + "@smithy/types": "npm:^3.4.2" + "@smithy/util-base64": "npm:^3.0.0" + "@smithy/util-buffer-from": "npm:^3.0.0" + "@smithy/util-hex-encoding": "npm:^3.0.0" + "@smithy/util-utf8": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a2a4601f56680203b25b8d99342d635a0b0db062e0749a260c7fb8b148c2d0da07222c11563a5ead6f6d45e5fbc45beb2509c461635cfecfedd0f031c2f9283e + languageName: node + linkType: hard + +"@smithy/util-uri-escape@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-uri-escape@npm:3.0.0" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/b8d831348412cfafd9300069e74a12e0075b5e786d7ef6a210ba4ab576001c2525653eec68b71dfe6d7aef71c52f547404c4f0345c0fb476a67277f9d44b1156 + languageName: node + linkType: hard + +"@smithy/util-utf8@npm:^2.0.0": + version: 2.3.0 + resolution: "@smithy/util-utf8@npm:2.3.0" + dependencies: + "@smithy/util-buffer-from": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e18840c58cc507ca57fdd624302aefd13337ee982754c9aa688463ffcae598c08461e8620e9852a424d662ffa948fc64919e852508028d09e89ced459bd506ab + languageName: node + linkType: hard + +"@smithy/util-utf8@npm:^3.0.0": + version: 3.0.0 + resolution: "@smithy/util-utf8@npm:3.0.0" + dependencies: + "@smithy/util-buffer-from": "npm:^3.0.0" + tslib: "npm:^2.6.2" + checksum: 10c0/b568ed84b4770d2ae9b632eb85603765195a791f045af7f47df1369dc26b001056f4edf488b42ca1cd6d852d0155ad306a0d6531e912cb4e633c0d87abaa8899 + languageName: node + linkType: hard + +"@smithy/util-waiter@npm:^3.1.3": + version: 3.1.5 + resolution: "@smithy/util-waiter@npm:3.1.5" + dependencies: + "@smithy/abort-controller": "npm:^3.1.4" + "@smithy/types": "npm:^3.4.2" + tslib: "npm:^2.6.2" + checksum: 10c0/d72733480f08a570a08eb1c4e57ac5779d2f41598d9608d62419e9adfccb86295b8c60103c51b3338167bb2f9179483db24c3dc9585da867419c5abf9efcad98 + languageName: node + linkType: hard + "@sqltools/formatter@npm:^1.2.2": version: 1.2.3 resolution: "@sqltools/formatter@npm:1.2.3" @@ -5240,6 +6682,13 @@ __metadata: languageName: node linkType: hard +"bowser@npm:^2.11.0": + version: 2.11.0 + resolution: "bowser@npm:2.11.0" + checksum: 10c0/04efeecc7927a9ec33c667fa0965dea19f4ac60b3fea60793c2e6cf06c1dcd2f7ae1dbc656f450c5f50783b1c75cf9dc173ba6f3b7db2feee01f8c4b793e1bd3 + languageName: node + linkType: hard + "brace-expansion@npm:^1.1.7": version: 1.1.11 resolution: "brace-expansion@npm:1.1.11" @@ -7387,6 +8836,17 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:4.4.1": + version: 4.4.1 + resolution: "fast-xml-parser@npm:4.4.1" + dependencies: + strnum: "npm:^1.0.5" + bin: + fxparser: src/cli/cli.js + checksum: 10c0/7f334841fe41bfb0bf5d920904ccad09cefc4b5e61eaf4c225bf1e1bb69ee77ef2147d8942f783ee8249e154d1ca8a858e10bda78a5d78b8bed3f48dcee9bf33 + languageName: node + linkType: hard + "fastq@npm:^1.6.0": version: 1.9.0 resolution: "fastq@npm:1.9.0" @@ -12344,6 +13804,13 @@ __metadata: languageName: node linkType: hard +"strnum@npm:^1.0.5": + version: 1.0.5 + resolution: "strnum@npm:1.0.5" + checksum: 10c0/64fb8cc2effbd585a6821faa73ad97d4b553c8927e49086a162ffd2cc818787643390b89d567460a8e74300148d11ac052e21c921ef2049f2987f4b1b89a7ff1 + languageName: node + linkType: hard + "stubs@npm:^3.0.0": version: 3.0.0 resolution: "stubs@npm:3.0.0" @@ -12868,6 +14335,13 @@ __metadata: languageName: node linkType: hard +"tslib@npm:^2.6.2": + version: 2.7.0 + resolution: "tslib@npm:2.7.0" + checksum: 10c0/469e1d5bf1af585742128827000711efa61010b699cb040ab1800bcd3ccdd37f63ec30642c9e07c4439c1db6e46345582614275daca3e0f4abae29b0083f04a6 + languageName: node + linkType: hard + "tslib@npm:~2.2.0": version: 2.2.0 resolution: "tslib@npm:2.2.0" @@ -13347,7 +14821,7 @@ __metadata: languageName: node linkType: hard -"uuid@npm:9.0.1": +"uuid@npm:9.0.1, uuid@npm:^9.0.1": version: 9.0.1 resolution: "uuid@npm:9.0.1" bin: