diff --git a/.gitignore b/.gitignore index ccfeb84..d6af6a3 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,9 @@ release-punchlist.txt license-compliance.txt table-comparison-googledoc.md dependency-licenses.csv + +# Environment files +.env +.env.local +.env.development +.env.production diff --git a/README.md b/README.md index 164f888..9bb7086 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,9 @@ cd ts-lib-ui-kit # Install dependencies yarn +# Build the library (required — the example app uses the local workspace build) +yarn build + # Run the themed example app yarn workspace vite-themed-app dev ``` @@ -240,7 +243,7 @@ Visit to see the example app with custom theming. ## Tech Stack -- React 18 +- React 19 - TypeScript - styled-components - Plotly.js (charts) diff --git a/examples/vite-themed-app/package.json b/examples/vite-themed-app/package.json index 91a8a23..cfebda4 100644 --- a/examples/vite-themed-app/package.json +++ b/examples/vite-themed-app/package.json @@ -12,11 +12,13 @@ }, "dependencies": { "@tetrascience-npm/tetrascience-react-ui": "workspace:*", + "cookie-parser": "^1.4.7", "express": "^4.21.0", "react": "^19.0.0", "react-dom": "^19.0.0" }, "devDependencies": { + "@types/cookie-parser": "^1.4.7", "@types/express": "^4.17.21", "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", diff --git a/package.json b/package.json index 4a33a73..b0db63b 100644 --- a/package.json +++ b/package.json @@ -91,6 +91,7 @@ "dependencies": { "@dagrejs/dagre": "^1.1.4", "@monaco-editor/react": "^4.7.0", + "@tetrascience-npm/tetrascience-react-ui": "^0.3.0", "@tetrascience-npm/ts-connectors-sdk": "^3.2.0", "@types/plotly.js": "^3.0.0", "@types/react-plotly.js": "^2.6.3", @@ -131,7 +132,11 @@ }, "devDependencies": { "@aws-sdk/client-athena": "^3.975.0", + "@aws-sdk/client-cloudwatch-logs": "^3.0.0", "@aws-sdk/client-s3": "^3.985.0", + "@aws-sdk/client-sqs": "^3.0.0", + "@aws-sdk/client-ssm": "^3.0.0", + "@aws-sdk/lib-storage": "^3.0.0", "@aws-sdk/s3-request-presigner": "^3.985.0", "@databricks/sql": "^1.12.0", "@eslint/js": "^9.9.0", diff --git a/yarn.lock b/yarn.lock index 24ae060..43fa971 100644 --- a/yarn.lock +++ b/yarn.lock @@ -201,6 +201,119 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-cloudwatch-logs@npm:^3.0.0": + version: 3.996.0 + resolution: "@aws-sdk/client-cloudwatch-logs@npm:3.996.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/credential-provider-node": "npm:^3.972.11" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.11" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.2" + "@smithy/eventstream-serde-browser": "npm:^4.2.8" + "@smithy/eventstream-serde-config-resolver": "npm:^4.3.8" + "@smithy/eventstream-serde-node": "npm:^4.2.8" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/a5879f015b7ecbe3e619bfeb2bf2ee2517bf23bff7d4447069d627df0c6394f6d686850a86f077909095a779c7a9713247cbe75e32d760569d8180be444fda2b + languageName: node + linkType: hard + +"@aws-sdk/client-s3@npm:^3.0.0": + version: 3.996.0 + resolution: "@aws-sdk/client-s3@npm:3.996.0" + 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/core": "npm:^3.973.12" + "@aws-sdk/credential-provider-node": "npm:^3.972.11" + "@aws-sdk/middleware-bucket-endpoint": "npm:^3.972.3" + "@aws-sdk/middleware-expect-continue": "npm:^3.972.3" + "@aws-sdk/middleware-flexible-checksums": "npm:^3.972.10" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-location-constraint": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.12" + "@aws-sdk/middleware-ssec": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/signature-v4-multi-region": "npm:3.996.0" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.11" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.2" + "@smithy/eventstream-serde-browser": "npm:^4.2.8" + "@smithy/eventstream-serde-config-resolver": "npm:^4.3.8" + "@smithy/eventstream-serde-node": "npm:^4.2.8" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-blob-browser": "npm:^4.2.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/hash-stream-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/md5-js": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/util-waiter": "npm:^4.2.8" + tslib: "npm:^2.6.2" + checksum: 10c0/8b0bef98be09dae7c1490a018a76595cb7f818e08897858a7fc5cf7cd5dd2a0c7a97a948187ce1f2d88d383a9d3c9fd22432141e8a7528b959eddd1e0d03e1e5 + languageName: node + linkType: hard + "@aws-sdk/client-s3@npm:^3.726.0": version: 3.975.0 resolution: "@aws-sdk/client-s3@npm:3.975.0" @@ -327,6 +440,103 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-sqs@npm:^3.0.0": + version: 3.996.0 + resolution: "@aws-sdk/client-sqs@npm:3.996.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/credential-provider-node": "npm:^3.972.11" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-sdk-sqs": "npm:^3.972.8" + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.11" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.2" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/md5-js": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/9cf6e5ca624aa6c17dea3749205dcd39fea520811151bc56660985033ada603322d738b170d58760ea69723048f65075952b89280292b9a4a09ae9221efffd80 + languageName: node + linkType: hard + +"@aws-sdk/client-ssm@npm:^3.0.0": + version: 3.996.0 + resolution: "@aws-sdk/client-ssm@npm:3.996.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/credential-provider-node": "npm:^3.972.11" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.11" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.2" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-utf8": "npm:^4.2.0" + "@smithy/util-waiter": "npm:^4.2.8" + tslib: "npm:^2.6.2" + checksum: 10c0/e1cc7087b64605ee5a248124c1411e10b0746dc2e13ecbc952ae59dd557719332bda139a8d353ebcc62929a75ec9f95a1fc393ca987c4f61b41ec44ef4de4e15 + languageName: node + linkType: hard + "@aws-sdk/client-sso@npm:3.975.0": version: 3.975.0 resolution: "@aws-sdk/client-sso@npm:3.975.0" @@ -419,6 +629,52 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/client-sso@npm:3.996.0": + version: 3.996.0 + resolution: "@aws-sdk/client-sso@npm:3.996.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.11" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.2" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f3b921343002615ab6a79197178f367a2dbe4536052b8635804d507d902b62466178332396aaa5ce0f7e4303816250887a6facb5f78e4dd78155b6d13d5381f9 + languageName: node + linkType: hard + "@aws-sdk/client-sts@npm:^3.899.0": version: 3.975.0 resolution: "@aws-sdk/client-sts@npm:3.975.0" @@ -508,6 +764,27 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/core@npm:^3.973.12": + version: 3.973.12 + resolution: "@aws-sdk/core@npm:3.973.12" + dependencies: + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/xml-builder": "npm:^3.972.5" + "@smithy/core": "npm:^3.23.2" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5f244c2c0519dfc4a7d3af33d2cbe07fafda1eb92bd4d34135b7726d58a3ceaca5889eecef01da444208e10925063f89450629e635e87e8945dab9017925e8c6 + languageName: node + linkType: hard + "@aws-sdk/core@npm:^3.973.9": version: 3.973.9 resolution: "@aws-sdk/core@npm:3.973.9" @@ -539,6 +816,19 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-env@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-env@npm:3.972.10" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1d308c881b2c75e23d5e844c47a3faf7e64969291abae687a6fe8af686fa909efaf368cbb04481e69923ffd1c9af87f0be7138690d441db5d3292627775d615c + languageName: node + linkType: hard + "@aws-sdk/credential-provider-env@npm:^3.972.2": version: 3.972.2 resolution: "@aws-sdk/credential-provider-env@npm:3.972.2" @@ -565,6 +855,24 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-http@npm:^3.972.12": + version: 3.972.12 + resolution: "@aws-sdk/credential-provider-http@npm:3.972.12" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-stream": "npm:^4.5.12" + tslib: "npm:^2.6.2" + checksum: 10c0/26dbdc8a3603c985d17bbe6d6bd8a6c7fb08fca8c281e7eefbc26906f76ab34daa4a73eb90b4af3dbc5a073379e3fb007e244a11515d6ee4c51f98feadd0e377 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-http@npm:^3.972.3": version: 3.972.3 resolution: "@aws-sdk/credential-provider-http@npm:3.972.3" @@ -601,6 +909,28 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-ini@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-ini@npm:3.972.10" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/credential-provider-env": "npm:^3.972.10" + "@aws-sdk/credential-provider-http": "npm:^3.972.12" + "@aws-sdk/credential-provider-login": "npm:^3.972.10" + "@aws-sdk/credential-provider-process": "npm:^3.972.10" + "@aws-sdk/credential-provider-sso": "npm:^3.972.10" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.10" + "@aws-sdk/nested-clients": "npm:3.996.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/credential-provider-imds": "npm:^4.2.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/bb961215b07af4588dfa7b42c97ce50941687408f9a9f3ae3611d6a3b7ecb7e202aa6c9ff54d094969b2e470af263967516bedcc5a2ed4e6b930823164240495 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-ini@npm:^3.972.2": version: 3.972.2 resolution: "@aws-sdk/credential-provider-ini@npm:3.972.2" @@ -645,6 +975,22 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-login@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-login@npm:3.972.10" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/nested-clients": "npm:3.996.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/069441c5ef33457b8aae9dc9456597d23e0c55b569e00c5dcbeb18f8bede3ea5c4f70514c91d46c5f143c0e6ed94bd8061413fb669cc092fc45f7f0215cc8f50 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-login@npm:^3.972.2": version: 3.972.2 resolution: "@aws-sdk/credential-provider-login@npm:3.972.2" @@ -697,6 +1043,26 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-node@npm:^3.972.11": + version: 3.972.11 + resolution: "@aws-sdk/credential-provider-node@npm:3.972.11" + dependencies: + "@aws-sdk/credential-provider-env": "npm:^3.972.10" + "@aws-sdk/credential-provider-http": "npm:^3.972.12" + "@aws-sdk/credential-provider-ini": "npm:^3.972.10" + "@aws-sdk/credential-provider-process": "npm:^3.972.10" + "@aws-sdk/credential-provider-sso": "npm:^3.972.10" + "@aws-sdk/credential-provider-web-identity": "npm:^3.972.10" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/credential-provider-imds": "npm:^4.2.8" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e192444cc6c3b29509c0ed4bf72786e040e79a4ae2c4d526247dab7224a09fc2828a2bf98eb581fe6ac96e6c215c1c39960a64c10b41a72f382ffd3a244a40d7 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-node@npm:^3.972.8": version: 3.972.8 resolution: "@aws-sdk/credential-provider-node@npm:3.972.8" @@ -717,6 +1083,20 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-process@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-process@npm:3.972.10" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/31cb076a3d08b5c58371d4527c8081a150e269cb690d8e327c6bf40d2154d56400878438de5307346847472c2afb79103703ba06c0f80126f8b48a657552eea2 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-process@npm:^3.972.2": version: 3.972.2 resolution: "@aws-sdk/credential-provider-process@npm:3.972.2" @@ -745,6 +1125,22 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-sso@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-sso@npm:3.972.10" + dependencies: + "@aws-sdk/client-sso": "npm:3.996.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/token-providers": "npm:3.996.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/2f3f7a52d5f537e17e33e406349ed1da162281c6f02c7c93a28429e512a69de620d43094b482cf6b83fa24611c20f2f0c1f0670616e0b8fa9169eed517560ed1 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-sso@npm:^3.972.2": version: 3.972.2 resolution: "@aws-sdk/credential-provider-sso@npm:3.972.2" @@ -777,6 +1173,21 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/credential-provider-web-identity@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.10" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/nested-clients": "npm:3.996.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f4dde6cbf31f51b6f52231df5b4648435824ec431617cc4661e463a4dfaacf9799d08ee34efd2308b182b7e8abfd2aad248e53fdb369972005581deeec4915a3 + languageName: node + linkType: hard + "@aws-sdk/credential-provider-web-identity@npm:^3.972.2": version: 3.972.2 resolution: "@aws-sdk/credential-provider-web-identity@npm:3.972.2" @@ -822,6 +1233,23 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/lib-storage@npm:^3.0.0": + version: 3.996.0 + resolution: "@aws-sdk/lib-storage@npm:3.996.0" + dependencies: + "@smithy/abort-controller": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/smithy-client": "npm:^4.11.5" + buffer: "npm:5.6.0" + events: "npm:3.3.0" + stream-browserify: "npm:3.0.0" + tslib: "npm:^2.6.2" + peerDependencies: + "@aws-sdk/client-s3": ^3.996.0 + checksum: 10c0/fb99fac249838f5cb147fbfa36398e3100cd2ebbc6d220e867d1531eec94f37167cf6a08fc5a61a7dcccd60ce56f87aa17e2330f445199d84ad21689b0ef026c + languageName: node + linkType: hard + "@aws-sdk/middleware-bucket-endpoint@npm:^3.972.1": version: 3.972.2 resolution: "@aws-sdk/middleware-bucket-endpoint@npm:3.972.2" @@ -898,6 +1326,28 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-flexible-checksums@npm:^3.972.10": + version: 3.972.10 + resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.972.10" + dependencies: + "@aws-crypto/crc32": "npm:5.2.0" + "@aws-crypto/crc32c": "npm:5.2.0" + "@aws-crypto/util": "npm:5.2.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/crc64-nvme": "npm:3.972.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/is-array-buffer": "npm:^4.2.0" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/7bceb03263817d1d8dc2a44957d9742fa3eb4af1daf1064e4ced3cef98641acb7caa202fb2e704df06e5402125d4d66e7d308fc72cef0291666bff46ddefc4f8 + languageName: node + linkType: hard + "@aws-sdk/middleware-flexible-checksums@npm:^3.972.7": version: 3.972.7 resolution: "@aws-sdk/middleware-flexible-checksums@npm:3.972.7" @@ -1036,6 +1486,28 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-sdk-s3@npm:^3.972.12": + version: 3.972.12 + resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.12" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-arn-parser": "npm:^3.972.2" + "@smithy/core": "npm:^3.23.2" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-config-provider": "npm:^4.2.0" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-stream": "npm:^4.5.12" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/b059f836dac8ba8d0afc64e24b50df57995c7d971ae751c3ab14dd217e514384f9c966b3dbf9e4b79d2bed62db3399c6346ebb44af24e057b0e4fda53bf49670 + languageName: node + linkType: hard + "@aws-sdk/middleware-sdk-s3@npm:^3.972.2": version: 3.972.3 resolution: "@aws-sdk/middleware-sdk-s3@npm:3.972.3" @@ -1080,6 +1552,20 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-sdk-sqs@npm:^3.972.8": + version: 3.972.8 + resolution: "@aws-sdk/middleware-sdk-sqs@npm:3.972.8" + dependencies: + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/util-hex-encoding": "npm:^4.2.0" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f6abfd2cd1641aeaaea00a72c56a0dd56e586b41eb8313dfbdf027ee2bc0716cfe59d501ea83d3cea74341a19da3a72c3265768f48178c8c9a3f669f8d4c8657 + languageName: node + linkType: hard + "@aws-sdk/middleware-ssec@npm:^3.972.1": version: 3.972.2 resolution: "@aws-sdk/middleware-ssec@npm:3.972.2" @@ -1102,6 +1588,21 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/middleware-user-agent@npm:^3.972.12": + version: 3.972.12 + resolution: "@aws-sdk/middleware-user-agent@npm:3.972.12" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@smithy/core": "npm:^3.23.2" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/74995c5d8ec0823c2e9e90e09fea2ba44c69cbe63cad56905e0a5099c5f440b485734e3313288314234a6b99a98181703f073dfc2493de31762a9f4b8826d367 + languageName: node + linkType: hard + "@aws-sdk/middleware-user-agent@npm:^3.972.2, @aws-sdk/middleware-user-agent@npm:^3.972.3": version: 3.972.3 resolution: "@aws-sdk/middleware-user-agent@npm:3.972.3" @@ -1224,6 +1725,52 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/nested-clients@npm:3.996.0": + version: 3.996.0 + resolution: "@aws-sdk/nested-clients@npm:3.996.0" + dependencies: + "@aws-crypto/sha256-browser": "npm:5.2.0" + "@aws-crypto/sha256-js": "npm:5.2.0" + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/middleware-host-header": "npm:^3.972.3" + "@aws-sdk/middleware-logger": "npm:^3.972.3" + "@aws-sdk/middleware-recursion-detection": "npm:^3.972.3" + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/region-config-resolver": "npm:^3.972.3" + "@aws-sdk/types": "npm:^3.973.1" + "@aws-sdk/util-endpoints": "npm:3.996.0" + "@aws-sdk/util-user-agent-browser": "npm:^3.972.3" + "@aws-sdk/util-user-agent-node": "npm:^3.972.11" + "@smithy/config-resolver": "npm:^4.4.6" + "@smithy/core": "npm:^3.23.2" + "@smithy/fetch-http-handler": "npm:^5.3.9" + "@smithy/hash-node": "npm:^4.2.8" + "@smithy/invalid-dependency": "npm:^4.2.8" + "@smithy/middleware-content-length": "npm:^4.2.8" + "@smithy/middleware-endpoint": "npm:^4.4.16" + "@smithy/middleware-retry": "npm:^4.4.33" + "@smithy/middleware-serde": "npm:^4.2.9" + "@smithy/middleware-stack": "npm:^4.2.8" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/node-http-handler": "npm:^4.4.10" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/smithy-client": "npm:^4.11.5" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-base64": "npm:^4.3.0" + "@smithy/util-body-length-browser": "npm:^4.2.0" + "@smithy/util-body-length-node": "npm:^4.2.1" + "@smithy/util-defaults-mode-browser": "npm:^4.3.32" + "@smithy/util-defaults-mode-node": "npm:^4.2.35" + "@smithy/util-endpoints": "npm:^3.2.8" + "@smithy/util-middleware": "npm:^4.2.8" + "@smithy/util-retry": "npm:^4.2.8" + "@smithy/util-utf8": "npm:^4.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/40d8ceaba611e9400017c4d9d23c4414fb2d867133cd9c5288a46fb164b6f069b1c34d50da4a155221bd97a4a54c4663ddd0c26fab04e57d711bd1281d9fafb8 + languageName: node + linkType: hard + "@aws-sdk/region-config-resolver@npm:^3.972.1": version: 3.972.2 resolution: "@aws-sdk/region-config-resolver@npm:3.972.2" @@ -1294,6 +1841,20 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/signature-v4-multi-region@npm:3.996.0": + version: 3.996.0 + resolution: "@aws-sdk/signature-v4-multi-region@npm:3.996.0" + dependencies: + "@aws-sdk/middleware-sdk-s3": "npm:^3.972.12" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/protocol-http": "npm:^5.3.8" + "@smithy/signature-v4": "npm:^5.3.8" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/4cc8fa0933af9ec701d787945bd77c162a8f1319d08fe3b607bedbd43f28d58084b94f118fbaec9f6d65cd13a294ebb248cb6c87ced6853e1b1fe13e658ab90a + languageName: node + linkType: hard + "@aws-sdk/token-providers@npm:3.975.0": version: 3.975.0 resolution: "@aws-sdk/token-providers@npm:3.975.0" @@ -1324,6 +1885,21 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/token-providers@npm:3.996.0": + version: 3.996.0 + resolution: "@aws-sdk/token-providers@npm:3.996.0" + dependencies: + "@aws-sdk/core": "npm:^3.973.12" + "@aws-sdk/nested-clients": "npm:3.996.0" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/property-provider": "npm:^4.2.8" + "@smithy/shared-ini-file-loader": "npm:^4.4.3" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/6e0effd28ee4ae514779ac94bc034506578b2e9da0c32760bc7197aac39930feb5e716b1ca1e941761ae7dd341a6e44e0001fc989a62d399cbee203438e77e9b + languageName: node + linkType: hard + "@aws-sdk/types@npm:3.972.0": version: 3.972.0 resolution: "@aws-sdk/types@npm:3.972.0" @@ -1388,6 +1964,19 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-endpoints@npm:3.996.0": + version: 3.996.0 + resolution: "@aws-sdk/util-endpoints@npm:3.996.0" + dependencies: + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/types": "npm:^4.12.0" + "@smithy/url-parser": "npm:^4.2.8" + "@smithy/util-endpoints": "npm:^3.2.8" + tslib: "npm:^2.6.2" + checksum: 10c0/ece870572334f8d24eb603db069832d4f3d3a52c8bdc727c8398a3eadb241278eb0d6a806524e55e9de5e05377aae02209260926884ac4f744ff4ec99300d4ac + languageName: node + linkType: hard + "@aws-sdk/util-format-url@npm:^3.972.3": version: 3.972.3 resolution: "@aws-sdk/util-format-url@npm:3.972.3" @@ -1451,6 +2040,24 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/util-user-agent-node@npm:^3.972.11": + version: 3.972.11 + resolution: "@aws-sdk/util-user-agent-node@npm:3.972.11" + dependencies: + "@aws-sdk/middleware-user-agent": "npm:^3.972.12" + "@aws-sdk/types": "npm:^3.973.1" + "@smithy/node-config-provider": "npm:^4.3.8" + "@smithy/types": "npm:^4.12.0" + tslib: "npm:^2.6.2" + peerDependencies: + aws-crt: ">=1.0.0" + peerDependenciesMeta: + aws-crt: + optional: true + checksum: 10c0/85681a5209c2d6ffcdf474b0701050ff0e5c6ce221b2fc6e1e17dec320af805bf264db38b95acfba3c162de834f034a6341b57b883da5bdc5047269b172cfdd4 + languageName: node + linkType: hard + "@aws-sdk/util-user-agent-node@npm:^3.972.7": version: 3.972.7 resolution: "@aws-sdk/util-user-agent-node@npm:3.972.7" @@ -1502,6 +2109,17 @@ __metadata: languageName: node linkType: hard +"@aws-sdk/xml-builder@npm:^3.972.5": + version: 3.972.5 + resolution: "@aws-sdk/xml-builder@npm:3.972.5" + dependencies: + "@smithy/types": "npm:^4.12.0" + fast-xml-parser: "npm:5.3.6" + tslib: "npm:^2.6.2" + checksum: 10c0/b8957bd382fa79f16aef06491d6d7ac52ac31fd9b7a4997c7ad71657c0a293c4ccfdaa1af4ae32f2e90d1fbd0796307e6eccd03eb7cd93a28f0d4c43275524e3 + languageName: node + linkType: hard + "@aws/lambda-invoke-store@npm:^0.2.2": version: 0.2.3 resolution: "@aws/lambda-invoke-store@npm:0.2.3" @@ -3624,6 +4242,16 @@ __metadata: languageName: node linkType: hard +"@smithy/abort-controller@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/abort-controller@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/7d0fa42f7bc65992c526dc92ec9f631c350e1074397f88820a8bcadbb1587bc4b1fe6cde6197b18400d1a7229c6521ca65a90f9a6bb64b1a7e42798da20ddaa7 + languageName: node + linkType: hard + "@smithy/chunked-blob-reader-native@npm:^4.2.1": version: 4.2.1 resolution: "@smithy/chunked-blob-reader-native@npm:4.2.1" @@ -3653,7 +4281,21 @@ __metadata: "@smithy/util-endpoints": "npm:^3.2.8" "@smithy/util-middleware": "npm:^4.2.8" tslib: "npm:^2.6.2" - checksum: 10c0/ab3de62329d53ca886d0efb2e10e904c3d3a7e564cda6b4d710d8512d2f4b9980e5346614da511d978c6a9a6c3c71f968e7c752dac36dfd61219d2e6fd0695cc + checksum: 10c0/ab3de62329d53ca886d0efb2e10e904c3d3a7e564cda6b4d710d8512d2f4b9980e5346614da511d978c6a9a6c3c71f968e7c752dac36dfd61219d2e6fd0695cc + languageName: node + linkType: hard + +"@smithy/config-resolver@npm:^4.4.7": + version: 4.4.7 + resolution: "@smithy/config-resolver@npm:4.4.7" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-config-provider": "npm:^4.2.1" + "@smithy/util-endpoints": "npm:^3.2.9" + "@smithy/util-middleware": "npm:^4.2.9" + tslib: "npm:^2.6.2" + checksum: 10c0/236329bc863eb71d73b68d9f46d66f0a0a24bb9f7a46f24b1ebd554aee66f0e8cd0495e171007203180f6c3b117e0db13efb31c53fbe6a97d6f7c28133358d6d languageName: node linkType: hard @@ -3693,6 +4335,24 @@ __metadata: languageName: node linkType: hard +"@smithy/core@npm:^3.23.2, @smithy/core@npm:^3.23.4": + version: 3.23.4 + resolution: "@smithy/core@npm:3.23.4" + dependencies: + "@smithy/middleware-serde": "npm:^4.2.10" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-base64": "npm:^4.3.1" + "@smithy/util-body-length-browser": "npm:^4.2.1" + "@smithy/util-middleware": "npm:^4.2.9" + "@smithy/util-stream": "npm:^4.5.14" + "@smithy/util-utf8": "npm:^4.2.1" + "@smithy/uuid": "npm:^1.1.1" + tslib: "npm:^2.6.2" + checksum: 10c0/da46307f9770a34f49eb7d4e8e377b3e4f434f16a8ed29067f95818022177404bf9ae9d88e7e536f720d391f3d08c781a273342e5553c8eb8b027e192ce112da + languageName: node + linkType: hard + "@smithy/credential-provider-imds@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/credential-provider-imds@npm:4.2.8" @@ -3706,6 +4366,19 @@ __metadata: languageName: node linkType: hard +"@smithy/credential-provider-imds@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/credential-provider-imds@npm:4.2.9" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/url-parser": "npm:^4.2.9" + tslib: "npm:^2.6.2" + checksum: 10c0/b6e91b84052766f32c1b4646db799e141ba793c948505a588da89fab8635ee05736583c071c829ad2bc65cedd2b2f12ffa8b1b6b11d478d9b7bb036572dfa43f + languageName: node + linkType: hard + "@smithy/eventstream-codec@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/eventstream-codec@npm:4.2.8" @@ -3761,6 +4434,19 @@ __metadata: languageName: node linkType: hard +"@smithy/fetch-http-handler@npm:^5.3.10": + version: 5.3.10 + resolution: "@smithy/fetch-http-handler@npm:5.3.10" + dependencies: + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/querystring-builder": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-base64": "npm:^4.3.1" + tslib: "npm:^2.6.2" + checksum: 10c0/75cc2316ba4a62fc39d7c4b2b713b1d68b4870989b861a2ae7f08b9ab776c61dcea8e9a59e2fcfc7601524b250a87b9dd181525daab69cae7e916f19b06c9e69 + languageName: node + linkType: hard + "@smithy/fetch-http-handler@npm:^5.3.9": version: 5.3.9 resolution: "@smithy/fetch-http-handler@npm:5.3.9" @@ -3837,6 +4523,15 @@ __metadata: languageName: node linkType: hard +"@smithy/is-array-buffer@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/is-array-buffer@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/8e84ae3542ca85aade7a1d00809f29bd22e3dae3282df8a7d558e002d47b1245de55add7a5ca310170d8336f46c95c4f812a0641f44af95364a510d22eb4c4ea + languageName: node + linkType: hard + "@smithy/md5-js@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/md5-js@npm:4.2.8" @@ -3891,6 +4586,22 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-endpoint@npm:^4.4.16, @smithy/middleware-endpoint@npm:^4.4.18": + version: 4.4.18 + resolution: "@smithy/middleware-endpoint@npm:4.4.18" + dependencies: + "@smithy/core": "npm:^3.23.4" + "@smithy/middleware-serde": "npm:^4.2.10" + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/shared-ini-file-loader": "npm:^4.4.4" + "@smithy/types": "npm:^4.12.1" + "@smithy/url-parser": "npm:^4.2.9" + "@smithy/util-middleware": "npm:^4.2.9" + tslib: "npm:^2.6.2" + checksum: 10c0/d07788916193f0dd77839e7c97db231e787b34f2ca3c01c44c4ec92b011301ce86775f6c9dd1caedfd4a2ac49b94724abd097f4396a2f324ab6038b69e1bdf46 + languageName: node + linkType: hard + "@smithy/middleware-retry@npm:^4.4.27": version: 4.4.29 resolution: "@smithy/middleware-retry@npm:4.4.29" @@ -3925,6 +4636,34 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-retry@npm:^4.4.33": + version: 4.4.35 + resolution: "@smithy/middleware-retry@npm:4.4.35" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/service-error-classification": "npm:^4.2.9" + "@smithy/smithy-client": "npm:^4.11.7" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-middleware": "npm:^4.2.9" + "@smithy/util-retry": "npm:^4.2.9" + "@smithy/uuid": "npm:^1.1.1" + tslib: "npm:^2.6.2" + checksum: 10c0/574f7235e59ef32fc0907450ddcdc82709f7a0bfe6a21ace4672d218e13fe9e00ffa0da763d995acb27e3f7d5d6fa928c5bd09785dc669dc8d3f85b1b3c1218c + languageName: node + linkType: hard + +"@smithy/middleware-serde@npm:^4.2.10": + version: 4.2.10 + resolution: "@smithy/middleware-serde@npm:4.2.10" + dependencies: + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/69fb2028f2a5eea93fdb9b5ffd235b4466318489b9ab34509887b9cdee5c807da470650147832805ae569e3ba029f3e2e99803a7a8b8a5377ea3acae0bb4bec2 + languageName: node + linkType: hard + "@smithy/middleware-serde@npm:^4.2.9": version: 4.2.9 resolution: "@smithy/middleware-serde@npm:4.2.9" @@ -3946,6 +4685,16 @@ __metadata: languageName: node linkType: hard +"@smithy/middleware-stack@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/middleware-stack@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/761d0339fa27ba4d0170c38acea87d3693ecd99a30184b2828c66a8a9fe9f8e4c207d848434a73e58106332b1a4710d32e0d94783e412fcb0af23bb2625cab24 + languageName: node + linkType: hard + "@smithy/node-config-provider@npm:^4.3.8": version: 4.3.8 resolution: "@smithy/node-config-provider@npm:4.3.8" @@ -3958,6 +4707,18 @@ __metadata: languageName: node linkType: hard +"@smithy/node-config-provider@npm:^4.3.9": + version: 4.3.9 + resolution: "@smithy/node-config-provider@npm:4.3.9" + dependencies: + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/shared-ini-file-loader": "npm:^4.4.4" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/1f7f888eb9b7b611d2be3270622aa63d3d5aec3e1195de4fdc2501e8a2ab896a7d5c65a21000236729f43bb7195f64f396309912739ceeed1837a343b3ac6921 + languageName: node + linkType: hard + "@smithy/node-http-handler@npm:^3.1.1": version: 3.3.3 resolution: "@smithy/node-http-handler@npm:3.3.3" @@ -3997,6 +4758,19 @@ __metadata: languageName: node linkType: hard +"@smithy/node-http-handler@npm:^4.4.11": + version: 4.4.11 + resolution: "@smithy/node-http-handler@npm:4.4.11" + dependencies: + "@smithy/abort-controller": "npm:^4.2.9" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/querystring-builder": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/33d0b07e05de3fe8c686d6002d0402a99ace88b36c7f518b15cd4f5dcfe5c7efe7a4357f644910d717e0514cacc438b7284dc08a4a9c225238e15dfa312846af + languageName: node + linkType: hard + "@smithy/property-provider@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/property-provider@npm:4.2.8" @@ -4007,6 +4781,16 @@ __metadata: languageName: node linkType: hard +"@smithy/property-provider@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/property-provider@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/baec9d841d1f3a8d6b8b1f7b8cd86bd748b8e2bd629ea19c0917e1d40948c7065129de790954132f7e7ef2757f5fb461e7c019137b064f4382cea7a36e43e3d9 + languageName: node + linkType: hard + "@smithy/protocol-http@npm:^4.1.8": version: 4.1.8 resolution: "@smithy/protocol-http@npm:4.1.8" @@ -4027,6 +4811,16 @@ __metadata: languageName: node linkType: hard +"@smithy/protocol-http@npm:^5.3.9": + version: 5.3.9 + resolution: "@smithy/protocol-http@npm:5.3.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/a2a95fd88642a3e6671d549d052a8ca0da0a73a3bc07fca3bbc0f242fb1d88bba79b32de5ea21eccf12b25a67dbaed5dc39bb18d802b28a1aa71acf20e22f726 + languageName: node + linkType: hard + "@smithy/querystring-builder@npm:^3.0.11": version: 3.0.11 resolution: "@smithy/querystring-builder@npm:3.0.11" @@ -4049,6 +4843,17 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-builder@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/querystring-builder@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + "@smithy/util-uri-escape": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10c0/431ce1e01098093b55a98eda408fdf6df158ad487912258b19b089a6cd8beb6dbcc37c60610853f1278a74314a74ae2fe3dd31d9d4bf9dca3f296214ca71b815 + languageName: node + linkType: hard + "@smithy/querystring-parser@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/querystring-parser@npm:4.2.8" @@ -4059,6 +4864,16 @@ __metadata: languageName: node linkType: hard +"@smithy/querystring-parser@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/querystring-parser@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/90d5f09f0f871b73c5aad2c899ae8abaf5d87756d1b00e8402a57d814c2ae85d333ace79738b9985cb3ede24ae49cabf351228e3890e114089af50b2b204d86e + languageName: node + linkType: hard + "@smithy/service-error-classification@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/service-error-classification@npm:4.2.8" @@ -4068,6 +4883,15 @@ __metadata: languageName: node linkType: hard +"@smithy/service-error-classification@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/service-error-classification@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + checksum: 10c0/b3498a56a6d17a6fe066cf9fe7d2f115776503bfb8bbdadbc8dd48f7a5c9faa7855d5c858aa1fdab1c2685cd36ad757bb07f211aa1b3a701aee01d8159af1a38 + languageName: node + linkType: hard + "@smithy/shared-ini-file-loader@npm:^4.4.3": version: 4.4.3 resolution: "@smithy/shared-ini-file-loader@npm:4.4.3" @@ -4078,6 +4902,16 @@ __metadata: languageName: node linkType: hard +"@smithy/shared-ini-file-loader@npm:^4.4.4": + version: 4.4.4 + resolution: "@smithy/shared-ini-file-loader@npm:4.4.4" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/86e0c017be385a26f5a1befc4c0132d52db05a475cfa99f7885b618beff41978099fe866297764a92a0777a14ffd6f6a83327ac22e982c0cd9d1fc4c30ed253d + languageName: node + linkType: hard + "@smithy/signature-v4@npm:^5.2.1, @smithy/signature-v4@npm:^5.3.8": version: 5.3.8 resolution: "@smithy/signature-v4@npm:5.3.8" @@ -4124,6 +4958,21 @@ __metadata: languageName: node linkType: hard +"@smithy/smithy-client@npm:^4.11.5, @smithy/smithy-client@npm:^4.11.7": + version: 4.11.7 + resolution: "@smithy/smithy-client@npm:4.11.7" + dependencies: + "@smithy/core": "npm:^3.23.4" + "@smithy/middleware-endpoint": "npm:^4.4.18" + "@smithy/middleware-stack": "npm:^4.2.9" + "@smithy/protocol-http": "npm:^5.3.9" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-stream": "npm:^4.5.14" + tslib: "npm:^2.6.2" + checksum: 10c0/780931cca2fcd3a9c784e31adf4c643ef16afa542eb5a32b0402f2258b0fe8d5c3c7230a223afd273f8e02efda3c638300b79fec2e2f0f79b29c782d7439b3e0 + languageName: node + linkType: hard + "@smithy/types@npm:^3.7.2": version: 3.7.2 resolution: "@smithy/types@npm:3.7.2" @@ -4142,6 +4991,15 @@ __metadata: languageName: node linkType: hard +"@smithy/types@npm:^4.12.1": + version: 4.12.1 + resolution: "@smithy/types@npm:4.12.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/0fe239da3d5c8219ac173ad7b1a9041ed7d9631e5e46d2fab221ea6847adf0946363b6b8308ac704ba582697c100198216cb5d1a4dd50b5590d2958171c2217d + languageName: node + linkType: hard + "@smithy/url-parser@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/url-parser@npm:4.2.8" @@ -4153,6 +5011,17 @@ __metadata: languageName: node linkType: hard +"@smithy/url-parser@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/url-parser@npm:4.2.9" + dependencies: + "@smithy/querystring-parser": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/5c476bb430af781cdac0ed4695685f4c34824c9f42fea8d08b63596422b81b3878480bdb03a5d909ee4a7d391e843bd25abd4b893bf74970822c710a610833ea + languageName: node + linkType: hard + "@smithy/util-base64@npm:^4.3.0": version: 4.3.0 resolution: "@smithy/util-base64@npm:4.3.0" @@ -4164,6 +5033,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-base64@npm:^4.3.1": + version: 4.3.1 + resolution: "@smithy/util-base64@npm:4.3.1" + dependencies: + "@smithy/util-buffer-from": "npm:^4.2.1" + "@smithy/util-utf8": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10c0/050c2b22f231c3c6f46e1c2ae5c322f0f8adaafe1d82c9bba54c429099dfb1f81947f99309a0e32e77c5d471054370d784d9b8eb7bb1a96a25449a780e29bddd + languageName: node + linkType: hard + "@smithy/util-body-length-browser@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-body-length-browser@npm:4.2.0" @@ -4173,6 +5053,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-body-length-browser@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-body-length-browser@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/5c3ba12d980ad9bbfc4b00eff11f928e111e32f59ef55d3ecd4baf67389a531614d1ee21d23bfef347b86e735d1e0b14ebdd4cd2a33ada61b949f17cf7fe628b + languageName: node + linkType: hard + "@smithy/util-body-length-node@npm:^4.2.1": version: 4.2.1 resolution: "@smithy/util-body-length-node@npm:4.2.1" @@ -4202,6 +5091,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-buffer-from@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-buffer-from@npm:4.2.1" + dependencies: + "@smithy/is-array-buffer": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10c0/9784ead40c7d2aa312a7d690f329c84be5f0107b9bb42e5c8cd377aac9e62e6cc03a5f543961d0367fa1c1418f32eb6abbc6ba18916372a4d06ce2ed50f82c78 + languageName: node + linkType: hard + "@smithy/util-config-provider@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-config-provider@npm:4.2.0" @@ -4211,6 +5110,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-config-provider@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-config-provider@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/7c17ec9b5f9e28eb44abdb25cf8046abd646aef6988c87c1640a504b9ef9f5eeac792ab2289d6c2fcff56c3a40a36b45632846b276b00ff3b91ee593bbbd78c9 + languageName: node + linkType: hard + "@smithy/util-defaults-mode-browser@npm:^4.3.26": version: 4.3.28 resolution: "@smithy/util-defaults-mode-browser@npm:4.3.28" @@ -4235,6 +5143,18 @@ __metadata: languageName: node linkType: hard +"@smithy/util-defaults-mode-browser@npm:^4.3.32": + version: 4.3.34 + resolution: "@smithy/util-defaults-mode-browser@npm:4.3.34" + dependencies: + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/smithy-client": "npm:^4.11.7" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/8ab1f5c60b7d01af19efecf8170a60113476f403ff1e2d977e714f8dcac8ac5d6eb720a88d918e1f334eecda34982313d749b3d280950ae4fdb760d5d857b24c + languageName: node + linkType: hard + "@smithy/util-defaults-mode-node@npm:^4.2.29": version: 4.2.31 resolution: "@smithy/util-defaults-mode-node@npm:4.2.31" @@ -4265,6 +5185,21 @@ __metadata: languageName: node linkType: hard +"@smithy/util-defaults-mode-node@npm:^4.2.35": + version: 4.2.37 + resolution: "@smithy/util-defaults-mode-node@npm:4.2.37" + dependencies: + "@smithy/config-resolver": "npm:^4.4.7" + "@smithy/credential-provider-imds": "npm:^4.2.9" + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/property-provider": "npm:^4.2.9" + "@smithy/smithy-client": "npm:^4.11.7" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/4d0f130fd13db869081ccde6fd45eaf64352de3f4a557bb92ef39f0ffbeb652052fa7407c1daf01ad6913935dc3488d0ad2b51683fc73c25718239401e170069 + languageName: node + linkType: hard + "@smithy/util-endpoints@npm:^3.2.8": version: 3.2.8 resolution: "@smithy/util-endpoints@npm:3.2.8" @@ -4276,6 +5211,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-endpoints@npm:^3.2.9": + version: 3.2.9 + resolution: "@smithy/util-endpoints@npm:3.2.9" + dependencies: + "@smithy/node-config-provider": "npm:^4.3.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/66b49e8522dc727b5dc71d52f494743a98aee0b119487f9879b3ac4b4c4669b9d311017789248e73eb20411b17b40c2198f8028eba5832fb2fd47db98cb81394 + languageName: node + linkType: hard + "@smithy/util-hex-encoding@npm:^4.2.0": version: 4.2.0 resolution: "@smithy/util-hex-encoding@npm:4.2.0" @@ -4285,6 +5231,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-hex-encoding@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-hex-encoding@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/3e007c57e75a828b2933f354d11a9a0035f5b25053c0391c402a24b32b5f86082db937cbd22f997a22c0b55e875b905521686ea414fa32ee6b0a5a7f52aabb74 + languageName: node + linkType: hard + "@smithy/util-middleware@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/util-middleware@npm:4.2.8" @@ -4295,6 +5250,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-middleware@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/util-middleware@npm:4.2.9" + dependencies: + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/a72a79c31a0dd6f2a1a7e70b733657cb288e58f1454c49a02bdc278d20d3365f6e41a5df93ef966cca635900e61ebde8313dfb9b9334e5f42b96b1b7bf31345a + languageName: node + linkType: hard + "@smithy/util-retry@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/util-retry@npm:4.2.8" @@ -4306,6 +5271,17 @@ __metadata: languageName: node linkType: hard +"@smithy/util-retry@npm:^4.2.9": + version: 4.2.9 + resolution: "@smithy/util-retry@npm:4.2.9" + dependencies: + "@smithy/service-error-classification": "npm:^4.2.9" + "@smithy/types": "npm:^4.12.1" + tslib: "npm:^2.6.2" + checksum: 10c0/1adc0babf540407c297c293f4efdb870df4eb4dadd0e5aa5077c98474c6ef958e9052e259dd50c78b33d685bfdfb8c7835b21fc00a095a77b418b98e25b4a7a7 + languageName: node + linkType: hard + "@smithy/util-stream@npm:^4.5.10": version: 4.5.10 resolution: "@smithy/util-stream@npm:4.5.10" @@ -4338,6 +5314,22 @@ __metadata: languageName: node linkType: hard +"@smithy/util-stream@npm:^4.5.14": + version: 4.5.14 + resolution: "@smithy/util-stream@npm:4.5.14" + dependencies: + "@smithy/fetch-http-handler": "npm:^5.3.10" + "@smithy/node-http-handler": "npm:^4.4.11" + "@smithy/types": "npm:^4.12.1" + "@smithy/util-base64": "npm:^4.3.1" + "@smithy/util-buffer-from": "npm:^4.2.1" + "@smithy/util-hex-encoding": "npm:^4.2.1" + "@smithy/util-utf8": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10c0/ec0f079cad8f646665a76449b7579dee63b84eb2064775792acc1a3a232445576de87c5e6dbbb0384a6fed1332173f7124d7ce7a0d018f27227364ed9db90b7e + 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" @@ -4356,6 +5348,15 @@ __metadata: languageName: node linkType: hard +"@smithy/util-uri-escape@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-uri-escape@npm:4.2.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/cad0a1a589be437718bff36466add86c14e87da3f241dc706d7b6f13cde0eeafc0ab3837e866279a42cd468574e0ecba6480133f91853b086b9c02151c6dad85 + languageName: node + linkType: hard + "@smithy/util-utf8@npm:^2.0.0": version: 2.3.0 resolution: "@smithy/util-utf8@npm:2.3.0" @@ -4376,6 +5377,16 @@ __metadata: languageName: node linkType: hard +"@smithy/util-utf8@npm:^4.2.1": + version: 4.2.1 + resolution: "@smithy/util-utf8@npm:4.2.1" + dependencies: + "@smithy/util-buffer-from": "npm:^4.2.1" + tslib: "npm:^2.6.2" + checksum: 10c0/6f53ce67e79d7e1b6712b2fef0e042b63b1b0255ad390ca79b506f9e19f389cc6e5042814186454fef382ee3bb8f5af7819d0ce4f8d302906c2584e0675258cd + languageName: node + linkType: hard + "@smithy/util-waiter@npm:^4.2.8": version: 4.2.8 resolution: "@smithy/util-waiter@npm:4.2.8" @@ -4396,6 +5407,15 @@ __metadata: languageName: node linkType: hard +"@smithy/uuid@npm:^1.1.1": + version: 1.1.1 + resolution: "@smithy/uuid@npm:1.1.1" + dependencies: + tslib: "npm:^2.6.2" + checksum: 10c0/083807ef29bdcc64ab692b50127d7ac98529ef5b564295ffec50d55515e8ba1b2257af113fdc813f9638c23897520e32dad4e9896613ebc012c5252531195ff8 + languageName: node + linkType: hard + "@so-ric/colorspace@npm:^1.1.6": version: 1.1.6 resolution: "@so-ric/colorspace@npm:1.1.6" @@ -4630,12 +5650,49 @@ __metadata: languageName: node linkType: hard +"@tetrascience-npm/tetrascience-react-ui@npm:^0.3.0": + version: 0.3.0 + resolution: "@tetrascience-npm/tetrascience-react-ui@npm:0.3.0" + dependencies: + "@dagrejs/dagre": "npm:^1.1.4" + "@monaco-editor/react": "npm:^4.7.0" + "@tetrascience-npm/ts-connectors-sdk": "npm:^3.1.1" + "@types/plotly.js": "npm:^3.0.0" + "@types/react-plotly.js": "npm:^2.6.3" + "@xyflow/react": "npm:^12.6.4" + axios: "npm:^1.9.0" + elkjs: "npm:^0.10.0" + immer: "npm:^10.1.1" + monaco-editor: "npm:^0.52.2" + monaco-themes: "npm:0.4.7" + plotly.js: "npm:^3.0.1" + plotly.js-dist: "npm:^2.35.2" + react: "npm:^18.3.0" + react-dom: "npm:^18.3.0" + react-markdown: "npm:^10.1.0" + react-plotly.js: "npm:^2.6.0" + react-syntax-highlighter: "npm:^15.6.1" + rehype-raw: "npm:^7.0.0" + remark-gfm: "npm:^4.0.1" + styled-components: "npm:^6.1.18" + use-immer: "npm:^0.11.0" + peerDependencies: + react: ^18.3.0 + react-dom: ^18.3.0 + checksum: 10c0/43a0c6cd6079b5e668c9d7eb37e1ef3df75bb9867b3f945b14771b08415e67048859313af40b9adfe0d482dc18aa23731aad9233d3500e7ecd87ae94be34828b + languageName: node + linkType: hard + "@tetrascience-npm/tetrascience-react-ui@workspace:*, @tetrascience-npm/tetrascience-react-ui@workspace:.": version: 0.0.0-use.local resolution: "@tetrascience-npm/tetrascience-react-ui@workspace:." dependencies: "@aws-sdk/client-athena": "npm:^3.975.0" + "@aws-sdk/client-cloudwatch-logs": "npm:^3.0.0" "@aws-sdk/client-s3": "npm:^3.985.0" + "@aws-sdk/client-sqs": "npm:^3.0.0" + "@aws-sdk/client-ssm": "npm:^3.0.0" + "@aws-sdk/lib-storage": "npm:^3.0.0" "@aws-sdk/s3-request-presigner": "npm:^3.985.0" "@dagrejs/dagre": "npm:^1.1.4" "@databricks/sql": "npm:^1.12.0" @@ -4649,6 +5706,7 @@ __metadata: "@storybook/addon-vitest": "npm:^10.2.10" "@storybook/react": "npm:^10.2.10" "@storybook/react-vite": "npm:^10.2.10" + "@tetrascience-npm/tetrascience-react-ui": "npm:^0.3.0" "@tetrascience-npm/ts-connectors-sdk": "npm:^3.2.0" "@types/eslint-plugin-jsx-a11y": "npm:^6" "@types/jsdom": "npm:^27" @@ -4727,7 +5785,7 @@ __metadata: languageName: unknown linkType: soft -"@tetrascience-npm/ts-connectors-sdk@npm:^3.2.0": +"@tetrascience-npm/ts-connectors-sdk@npm:^3.1.1, @tetrascience-npm/ts-connectors-sdk@npm:^3.2.0": version: 3.2.0 resolution: "@tetrascience-npm/ts-connectors-sdk@npm:3.2.0" dependencies: @@ -4952,6 +6010,15 @@ __metadata: languageName: node linkType: hard +"@types/cookie-parser@npm:^1.4.7": + version: 1.4.10 + resolution: "@types/cookie-parser@npm:1.4.10" + peerDependencies: + "@types/express": "*" + checksum: 10c0/5e2c0e0fd9cb47eae5bd7cd73768b36b7711594cbd07969a03f015118d57b832291726d9cb7bd350c9e3a1707e5e2f082e7e0635e8ce335474897ab940d55771 + languageName: node + linkType: hard + "@types/d3-color@npm:*": version: 3.1.3 resolution: "@types/d3-color@npm:3.1.3" @@ -6382,7 +7449,7 @@ __metadata: languageName: node linkType: hard -"base64-js@npm:^1.3.0, base64-js@npm:^1.3.1": +"base64-js@npm:^1.0.2, base64-js@npm:^1.3.0, base64-js@npm:^1.3.1": version: 1.5.1 resolution: "base64-js@npm:1.5.1" checksum: 10c0/f23823513b63173a001030fae4f2dabe283b99a9d324ade3ad3d148e218134676f1ee8568c877cd79ec1c53158dcf2d2ba527a97c606618928ba99dd930102bf @@ -6587,6 +7654,16 @@ __metadata: languageName: node linkType: hard +"buffer@npm:5.6.0": + version: 5.6.0 + resolution: "buffer@npm:5.6.0" + dependencies: + base64-js: "npm:^1.0.2" + ieee754: "npm:^1.1.4" + checksum: 10c0/07037a0278b07fbc779920f1ba1b473933ffb4a2e2f7b387c55daf6ac64a05b58c27da9e85730a4046e8f97a49f8acd9f7bf89605c0a4dfda88ebfb7e08bfe4a + languageName: node + linkType: hard + "buffer@npm:^5.2.1": version: 5.7.1 resolution: "buffer@npm:5.7.1" @@ -7265,6 +8342,23 @@ __metadata: languageName: node linkType: hard +"cookie-parser@npm:^1.4.7": + version: 1.4.7 + resolution: "cookie-parser@npm:1.4.7" + dependencies: + cookie: "npm:0.7.2" + cookie-signature: "npm:1.0.6" + checksum: 10c0/46bef553de409031b69a6074ce512d131a98e4fa12612669f1a9c3dd98d56897a31db86a3f4338d4a3a895c6f8d5cfd6fa4d99cdf588e0e8eda655efc3f384dc + languageName: node + linkType: hard + +"cookie-signature@npm:1.0.6": + version: 1.0.6 + resolution: "cookie-signature@npm:1.0.6" + checksum: 10c0/b36fd0d4e3fef8456915fcf7742e58fbfcc12a17a018e0eb9501c9d5ef6893b596466f03b0564b81af29ff2538fd0aa4b9d54fe5ccbfb4c90ea50ad29fe2d221 + languageName: node + linkType: hard + "cookie-signature@npm:~1.0.6": version: 1.0.7 resolution: "cookie-signature@npm:1.0.7" @@ -7272,7 +8366,7 @@ __metadata: languageName: node linkType: hard -"cookie@npm:~0.7.1": +"cookie@npm:0.7.2, cookie@npm:~0.7.1": version: 0.7.2 resolution: "cookie@npm:0.7.2" checksum: 10c0/9596e8ccdbf1a3a88ae02cf5ee80c1c50959423e1022e4e60b91dd87c622af1da309253d8abdb258fb5e3eacb4f08e579dc58b4897b8087574eee0fd35dfa5d2 @@ -9175,7 +10269,7 @@ __metadata: languageName: node linkType: hard -"events@npm:^3.0.0, events@npm:^3.2.0": +"events@npm:3.3.0, events@npm:^3.0.0, events@npm:^3.2.0": version: 3.3.0 resolution: "events@npm:3.3.0" checksum: 10c0/d6b6f2adbccbcda74ddbab52ed07db727ef52e31a61ed26db9feb7dc62af7fc8e060defa65e5f8af9449b86b52cc1a1f6a79f2eafcf4e62add2b7a1fa4a432f6 @@ -9363,6 +10457,17 @@ __metadata: languageName: node linkType: hard +"fast-xml-parser@npm:5.3.6": + version: 5.3.6 + resolution: "fast-xml-parser@npm:5.3.6" + dependencies: + strnum: "npm:^2.1.2" + bin: + fxparser: src/cli/cli.js + checksum: 10c0/0150cc0566f327a76115de8b11628d717fb179010ed9bb77c52e579a7e6055a0f92f42f83678a6f1ec5b74411faec09713cb1f9b94bc687068ad86884a9199fa + languageName: node + linkType: hard + "fast-xml-parser@npm:^4.2.5, fast-xml-parser@npm:^4.4.1": version: 4.5.3 resolution: "fast-xml-parser@npm:4.5.3" @@ -10747,7 +11852,7 @@ __metadata: languageName: node linkType: hard -"ieee754@npm:^1.1.12, ieee754@npm:^1.1.13": +"ieee754@npm:^1.1.12, ieee754@npm:^1.1.13, ieee754@npm:^1.1.4": version: 1.2.1 resolution: "ieee754@npm:1.2.1" checksum: 10c0/b0782ef5e0935b9f12883a2e2aa37baa75da6e66ce6515c168697b42160807d9330de9a32ec1ed73149aea02e0d822e572bca6f1e22bdcbd2149e13b050b17bb @@ -11949,7 +13054,7 @@ __metadata: languageName: node linkType: hard -"loose-envify@npm:^1.4.0": +"loose-envify@npm:^1.1.0, loose-envify@npm:^1.4.0": version: 1.4.0 resolution: "loose-envify@npm:1.4.0" dependencies: @@ -14744,6 +15849,18 @@ __metadata: languageName: node linkType: hard +"react-dom@npm:^18.3.0": + version: 18.3.1 + resolution: "react-dom@npm:18.3.1" + dependencies: + loose-envify: "npm:^1.1.0" + scheduler: "npm:^0.23.2" + peerDependencies: + react: ^18.3.1 + checksum: 10c0/a752496c1941f958f2e8ac56239172296fcddce1365ce45222d04a1947e0cc5547df3e8447f855a81d6d39f008d7c32eab43db3712077f09e3f67c4874973e85 + languageName: node + linkType: hard + "react-dom@npm:^19.0.0": version: 19.2.3 resolution: "react-dom@npm:19.2.3" @@ -14833,6 +15950,15 @@ __metadata: languageName: node linkType: hard +"react@npm:^18.3.0": + version: 18.3.1 + resolution: "react@npm:18.3.1" + dependencies: + loose-envify: "npm:^1.1.0" + checksum: 10c0/283e8c5efcf37802c9d1ce767f302dd569dd97a70d9bb8c7be79a789b9902451e0d16334b05d73299b20f048cbc3c7d288bbbde10b701fa194e2089c237dbea3 + languageName: node + linkType: hard + "react@npm:^19.0.0": version: 19.2.3 resolution: "react@npm:19.2.3" @@ -14867,7 +15993,7 @@ __metadata: languageName: node linkType: hard -"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.6.2": +"readable-stream@npm:^3.1.1, readable-stream@npm:^3.4.0, readable-stream@npm:^3.5.0, readable-stream@npm:^3.6.2": version: 3.6.2 resolution: "readable-stream@npm:3.6.2" dependencies: @@ -15698,6 +16824,15 @@ __metadata: languageName: node linkType: hard +"scheduler@npm:^0.23.2": + version: 0.23.2 + resolution: "scheduler@npm:0.23.2" + dependencies: + loose-envify: "npm:^1.1.0" + checksum: 10c0/26383305e249651d4c58e6705d5f8425f153211aef95f15161c151f7b8de885f24751b377e4a0b3dd42cce09aad3f87a61dab7636859c0d89b7daf1a1e2a5c78 + languageName: node + linkType: hard + "scheduler@npm:^0.27.0": version: 0.27.0 resolution: "scheduler@npm:0.27.0" @@ -16195,6 +17330,16 @@ __metadata: languageName: node linkType: hard +"stream-browserify@npm:3.0.0": + version: 3.0.0 + resolution: "stream-browserify@npm:3.0.0" + dependencies: + inherits: "npm:~2.0.4" + readable-stream: "npm:^3.5.0" + checksum: 10c0/ec3b975a4e0aa4b3dc5e70ffae3fc8fd29ac725353a14e72f213dff477b00330140ad014b163a8cbb9922dfe90803f81a5ea2b269e1bbfd8bd71511b88f889ad + languageName: node + linkType: hard + "stream-events@npm:^1.0.5": version: 1.0.5 resolution: "stream-events@npm:1.0.5" @@ -17478,12 +18623,20 @@ __metadata: version: 0.0.0-use.local resolution: "vite-themed-app@workspace:examples/vite-themed-app" dependencies: + "@aws-sdk/client-cloudwatch-logs": "npm:^3.0.0" + "@aws-sdk/client-s3": "npm:^3.0.0" + "@aws-sdk/client-sqs": "npm:^3.0.0" + "@aws-sdk/client-ssm": "npm:^3.0.0" + "@aws-sdk/lib-storage": "npm:^3.0.0" "@tetrascience-npm/tetrascience-react-ui": "workspace:*" + "@types/cookie-parser": "npm:^1.4.7" "@types/express": "npm:^4.17.21" "@types/react": "npm:^19.0.0" "@types/react-dom": "npm:^19.0.0" "@vitejs/plugin-react": "npm:^4.3.1" + axios: "npm:^1.9.0" concurrently: "npm:^9.0.0" + cookie-parser: "npm:^1.4.7" express: "npm:^4.21.0" react: "npm:^19.0.0" react-dom: "npm:^19.0.0"