From df2aac185a66146afdb6208e1867f9c2444b606c Mon Sep 17 00:00:00 2001 From: an-lee Date: Sun, 17 Mar 2024 10:32:03 +0800 Subject: [PATCH] upgrade echogarden --- enjoy/package.json | 2 +- enjoy/src/main/echogarden.ts | 9 +- enjoy/src/main/ffmpeg.ts | 2 - yarn.lock | 1191 ++++++++++++++-------------------- 4 files changed, 486 insertions(+), 718 deletions(-) diff --git a/enjoy/package.json b/enjoy/package.json index 13579162..eb3c876a 100644 --- a/enjoy/package.json +++ b/enjoy/package.json @@ -124,7 +124,7 @@ "dayjs": "^1.11.10", "decamelize": "^6.0.0", "decamelize-keys": "^2.0.1", - "echogarden": "https://github.com/an-lee/echogarden", + "echogarden": "^0.12.0", "electron-log": "^5.1.2", "electron-settings": "^4.0.2", "electron-squirrel-startup": "^1.0.0", diff --git a/enjoy/src/main/echogarden.ts b/enjoy/src/main/echogarden.ts index d1ac06ab..706fd27a 100644 --- a/enjoy/src/main/echogarden.ts +++ b/enjoy/src/main/echogarden.ts @@ -1,5 +1,5 @@ import { ipcMain } from "electron"; -import { align } from "echogarden/dist/api/API.js"; +import * as Echogarden from "echogarden/dist/api/API.js"; import { AlignmentOptions } from "echogarden/dist/api/API"; import { AudioSourceParam } from "echogarden/dist/audio/AudioUtilities"; import path from "path"; @@ -7,6 +7,9 @@ import log from "@main/logger"; import url from "url"; import settings from "@main/settings"; import fs from "fs-extra"; +import ffmpegPath from "ffmpeg-static"; + +Echogarden.setGlobalOption("ffmpegPath", ffmpegPath); const __filename = url.fileURLToPath(import.meta.url); /* @@ -18,10 +21,10 @@ const __dirname = path const logger = log.scope("echogarden"); class EchogardenWrapper { - public align: typeof align; + public align: typeof Echogarden.align; constructor() { - this.align = align; + this.align = Echogarden.align; } async check() { diff --git a/enjoy/src/main/ffmpeg.ts b/enjoy/src/main/ffmpeg.ts index b93e84bb..1401d83f 100644 --- a/enjoy/src/main/ffmpeg.ts +++ b/enjoy/src/main/ffmpeg.ts @@ -20,8 +20,6 @@ const __dirname = path .dirname(__filename) .replace("app.asar", "app.asar.unpacked"); -process.env.FFMPEG_PATH = ffmpegPath; - const logger = log.scope("ffmpeg"); export default class FfmpegWrapper { checkCommand(): Promise { diff --git a/yarn.lock b/yarn.lock index f48b0983..a19a0bee 100644 --- a/yarn.lock +++ b/yarn.lock @@ -318,534 +318,534 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/client-polly@npm:^3.529.1": - version: 3.533.0 - resolution: "@aws-sdk/client-polly@npm:3.533.0" +"@aws-sdk/client-polly@npm:^3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/client-polly@npm:3.535.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.533.0" - "@aws-sdk/core": "npm:3.533.0" - "@aws-sdk/credential-provider-node": "npm:3.533.0" - "@aws-sdk/middleware-host-header": "npm:3.533.0" - "@aws-sdk/middleware-logger": "npm:3.533.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.533.0" - "@aws-sdk/middleware-user-agent": "npm:3.533.0" - "@aws-sdk/region-config-resolver": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-endpoints": "npm:3.533.0" - "@aws-sdk/util-user-agent-browser": "npm:3.533.0" - "@aws-sdk/util-user-agent-node": "npm:3.533.0" - "@smithy/config-resolver": "npm:^2.1.5" - "@smithy/core": "npm:^1.3.8" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/hash-node": "npm:^2.1.4" - "@smithy/invalid-dependency": "npm:^2.1.4" - "@smithy/middleware-content-length": "npm:^2.1.4" - "@smithy/middleware-endpoint": "npm:^2.4.6" - "@smithy/middleware-retry": "npm:^2.1.7" - "@smithy/middleware-serde": "npm:^2.2.1" - "@smithy/middleware-stack": "npm:^2.1.4" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/node-http-handler": "npm:^2.4.3" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - "@smithy/util-base64": "npm:^2.2.1" - "@smithy/util-body-length-browser": "npm:^2.1.1" - "@smithy/util-body-length-node": "npm:^2.2.2" - "@smithy/util-defaults-mode-browser": "npm:^2.1.7" - "@smithy/util-defaults-mode-node": "npm:^2.2.7" - "@smithy/util-endpoints": "npm:^1.1.5" - "@smithy/util-middleware": "npm:^2.1.4" - "@smithy/util-retry": "npm:^2.1.4" - "@smithy/util-stream": "npm:^2.1.5" - "@smithy/util-utf8": "npm:^2.2.0" - tslib: "npm:^2.5.0" - checksum: 10c0/5e50f3b39ea496887bba9edff1445457ac137a82675a175abc45148485fb584b06335caf34c0346199aa8b14a9aec4dc152a7f90e7c793bc8a23addd1f1fffdc + "@aws-sdk/client-sts": "npm:3.535.0" + "@aws-sdk/core": "npm:3.535.0" + "@aws-sdk/credential-provider-node": "npm:3.535.0" + "@aws-sdk/middleware-host-header": "npm:3.535.0" + "@aws-sdk/middleware-logger": "npm:3.535.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.535.0" + "@aws-sdk/middleware-user-agent": "npm:3.535.0" + "@aws-sdk/region-config-resolver": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-endpoints": "npm:3.535.0" + "@aws-sdk/util-user-agent-browser": "npm:3.535.0" + "@aws-sdk/util-user-agent-node": "npm:3.535.0" + "@smithy/config-resolver": "npm:^2.2.0" + "@smithy/core": "npm:^1.4.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/hash-node": "npm:^2.2.0" + "@smithy/invalid-dependency": "npm:^2.2.0" + "@smithy/middleware-content-length": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^2.5.0" + "@smithy/middleware-retry": "npm:^2.2.0" + "@smithy/middleware-serde": "npm:^2.3.0" + "@smithy/middleware-stack": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/node-http-handler": "npm:^2.5.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/url-parser": "npm:^2.2.0" + "@smithy/util-base64": "npm:^2.3.0" + "@smithy/util-body-length-browser": "npm:^2.2.0" + "@smithy/util-body-length-node": "npm:^2.3.0" + "@smithy/util-defaults-mode-browser": "npm:^2.2.0" + "@smithy/util-defaults-mode-node": "npm:^2.3.0" + "@smithy/util-endpoints": "npm:^1.2.0" + "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/util-retry": "npm:^2.2.0" + "@smithy/util-stream": "npm:^2.2.0" + "@smithy/util-utf8": "npm:^2.3.0" + tslib: "npm:^2.6.2" + checksum: 10c0/907a66a87567b478c7cb249256947a65c3dfa94fbba976f65de43773cc9a877a86f31cffa6b53525a2316a109a30896d24125ab900f49c41f59a54eb9407b1cf languageName: node linkType: hard -"@aws-sdk/client-sso-oidc@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/client-sso-oidc@npm:3.533.0" +"@aws-sdk/client-sso-oidc@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/client-sso-oidc@npm:3.535.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.533.0" - "@aws-sdk/core": "npm:3.533.0" - "@aws-sdk/middleware-host-header": "npm:3.533.0" - "@aws-sdk/middleware-logger": "npm:3.533.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.533.0" - "@aws-sdk/middleware-user-agent": "npm:3.533.0" - "@aws-sdk/region-config-resolver": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-endpoints": "npm:3.533.0" - "@aws-sdk/util-user-agent-browser": "npm:3.533.0" - "@aws-sdk/util-user-agent-node": "npm:3.533.0" - "@smithy/config-resolver": "npm:^2.1.5" - "@smithy/core": "npm:^1.3.8" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/hash-node": "npm:^2.1.4" - "@smithy/invalid-dependency": "npm:^2.1.4" - "@smithy/middleware-content-length": "npm:^2.1.4" - "@smithy/middleware-endpoint": "npm:^2.4.6" - "@smithy/middleware-retry": "npm:^2.1.7" - "@smithy/middleware-serde": "npm:^2.2.1" - "@smithy/middleware-stack": "npm:^2.1.4" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/node-http-handler": "npm:^2.4.3" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - "@smithy/util-base64": "npm:^2.2.1" - "@smithy/util-body-length-browser": "npm:^2.1.1" - "@smithy/util-body-length-node": "npm:^2.2.2" - "@smithy/util-defaults-mode-browser": "npm:^2.1.7" - "@smithy/util-defaults-mode-node": "npm:^2.2.7" - "@smithy/util-endpoints": "npm:^1.1.5" - "@smithy/util-middleware": "npm:^2.1.4" - "@smithy/util-retry": "npm:^2.1.4" - "@smithy/util-utf8": "npm:^2.2.0" - tslib: "npm:^2.5.0" + "@aws-sdk/client-sts": "npm:3.535.0" + "@aws-sdk/core": "npm:3.535.0" + "@aws-sdk/middleware-host-header": "npm:3.535.0" + "@aws-sdk/middleware-logger": "npm:3.535.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.535.0" + "@aws-sdk/middleware-user-agent": "npm:3.535.0" + "@aws-sdk/region-config-resolver": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-endpoints": "npm:3.535.0" + "@aws-sdk/util-user-agent-browser": "npm:3.535.0" + "@aws-sdk/util-user-agent-node": "npm:3.535.0" + "@smithy/config-resolver": "npm:^2.2.0" + "@smithy/core": "npm:^1.4.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/hash-node": "npm:^2.2.0" + "@smithy/invalid-dependency": "npm:^2.2.0" + "@smithy/middleware-content-length": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^2.5.0" + "@smithy/middleware-retry": "npm:^2.2.0" + "@smithy/middleware-serde": "npm:^2.3.0" + "@smithy/middleware-stack": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/node-http-handler": "npm:^2.5.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/url-parser": "npm:^2.2.0" + "@smithy/util-base64": "npm:^2.3.0" + "@smithy/util-body-length-browser": "npm:^2.2.0" + "@smithy/util-body-length-node": "npm:^2.3.0" + "@smithy/util-defaults-mode-browser": "npm:^2.2.0" + "@smithy/util-defaults-mode-node": "npm:^2.3.0" + "@smithy/util-endpoints": "npm:^1.2.0" + "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/util-retry": "npm:^2.2.0" + "@smithy/util-utf8": "npm:^2.3.0" + tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/credential-provider-node": ^3.533.0 - checksum: 10c0/582c770b1b77dee69b4fc63bf574ce2dc205e027a7f6f1c0da0870db2d0d79a95611500f41b360e537e3a3dc5a09a5f900c8be2bd238803e9b3e72d9b093390c + "@aws-sdk/credential-provider-node": ^3.535.0 + checksum: 10c0/800d96477b6bb475486b071d2f7e36c024ada3e0031dc556b1ccd2022738835a3259d591c346fa945353d6a8917eb821275d359b5831f1a196c941956ccb01df languageName: node linkType: hard -"@aws-sdk/client-sso@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/client-sso@npm:3.533.0" +"@aws-sdk/client-sso@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/client-sso@npm:3.535.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.533.0" - "@aws-sdk/middleware-host-header": "npm:3.533.0" - "@aws-sdk/middleware-logger": "npm:3.533.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.533.0" - "@aws-sdk/middleware-user-agent": "npm:3.533.0" - "@aws-sdk/region-config-resolver": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-endpoints": "npm:3.533.0" - "@aws-sdk/util-user-agent-browser": "npm:3.533.0" - "@aws-sdk/util-user-agent-node": "npm:3.533.0" - "@smithy/config-resolver": "npm:^2.1.5" - "@smithy/core": "npm:^1.3.8" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/hash-node": "npm:^2.1.4" - "@smithy/invalid-dependency": "npm:^2.1.4" - "@smithy/middleware-content-length": "npm:^2.1.4" - "@smithy/middleware-endpoint": "npm:^2.4.6" - "@smithy/middleware-retry": "npm:^2.1.7" - "@smithy/middleware-serde": "npm:^2.2.1" - "@smithy/middleware-stack": "npm:^2.1.4" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/node-http-handler": "npm:^2.4.3" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - "@smithy/util-base64": "npm:^2.2.1" - "@smithy/util-body-length-browser": "npm:^2.1.1" - "@smithy/util-body-length-node": "npm:^2.2.2" - "@smithy/util-defaults-mode-browser": "npm:^2.1.7" - "@smithy/util-defaults-mode-node": "npm:^2.2.7" - "@smithy/util-endpoints": "npm:^1.1.5" - "@smithy/util-middleware": "npm:^2.1.4" - "@smithy/util-retry": "npm:^2.1.4" - "@smithy/util-utf8": "npm:^2.2.0" - tslib: "npm:^2.5.0" - checksum: 10c0/9ceba18e3424c4e25e92ea030a83bd1ecbb3a6bd82c262334ad2df8d94e249482f33734ef2ecfae8274becc1bbb3ba153bcade29a837feca965e118473a87b1b + "@aws-sdk/core": "npm:3.535.0" + "@aws-sdk/middleware-host-header": "npm:3.535.0" + "@aws-sdk/middleware-logger": "npm:3.535.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.535.0" + "@aws-sdk/middleware-user-agent": "npm:3.535.0" + "@aws-sdk/region-config-resolver": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-endpoints": "npm:3.535.0" + "@aws-sdk/util-user-agent-browser": "npm:3.535.0" + "@aws-sdk/util-user-agent-node": "npm:3.535.0" + "@smithy/config-resolver": "npm:^2.2.0" + "@smithy/core": "npm:^1.4.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/hash-node": "npm:^2.2.0" + "@smithy/invalid-dependency": "npm:^2.2.0" + "@smithy/middleware-content-length": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^2.5.0" + "@smithy/middleware-retry": "npm:^2.2.0" + "@smithy/middleware-serde": "npm:^2.3.0" + "@smithy/middleware-stack": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/node-http-handler": "npm:^2.5.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/url-parser": "npm:^2.2.0" + "@smithy/util-base64": "npm:^2.3.0" + "@smithy/util-body-length-browser": "npm:^2.2.0" + "@smithy/util-body-length-node": "npm:^2.3.0" + "@smithy/util-defaults-mode-browser": "npm:^2.2.0" + "@smithy/util-defaults-mode-node": "npm:^2.3.0" + "@smithy/util-endpoints": "npm:^1.2.0" + "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/util-retry": "npm:^2.2.0" + "@smithy/util-utf8": "npm:^2.3.0" + tslib: "npm:^2.6.2" + checksum: 10c0/bda2bab7640c561fb5986f90c197dbb7b36d252b712ad1ecf764ba7ab95abd15da6c2cb003b71b490cbd76e831e4faac787a59b0f79e18ba0aa5ec6b36bdae12 languageName: node linkType: hard -"@aws-sdk/client-sts@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/client-sts@npm:3.533.0" +"@aws-sdk/client-sts@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/client-sts@npm:3.535.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/core": "npm:3.533.0" - "@aws-sdk/middleware-host-header": "npm:3.533.0" - "@aws-sdk/middleware-logger": "npm:3.533.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.533.0" - "@aws-sdk/middleware-user-agent": "npm:3.533.0" - "@aws-sdk/region-config-resolver": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-endpoints": "npm:3.533.0" - "@aws-sdk/util-user-agent-browser": "npm:3.533.0" - "@aws-sdk/util-user-agent-node": "npm:3.533.0" - "@smithy/config-resolver": "npm:^2.1.5" - "@smithy/core": "npm:^1.3.8" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/hash-node": "npm:^2.1.4" - "@smithy/invalid-dependency": "npm:^2.1.4" - "@smithy/middleware-content-length": "npm:^2.1.4" - "@smithy/middleware-endpoint": "npm:^2.4.6" - "@smithy/middleware-retry": "npm:^2.1.7" - "@smithy/middleware-serde": "npm:^2.2.1" - "@smithy/middleware-stack": "npm:^2.1.4" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/node-http-handler": "npm:^2.4.3" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - "@smithy/util-base64": "npm:^2.2.1" - "@smithy/util-body-length-browser": "npm:^2.1.1" - "@smithy/util-body-length-node": "npm:^2.2.2" - "@smithy/util-defaults-mode-browser": "npm:^2.1.7" - "@smithy/util-defaults-mode-node": "npm:^2.2.7" - "@smithy/util-endpoints": "npm:^1.1.5" - "@smithy/util-middleware": "npm:^2.1.4" - "@smithy/util-retry": "npm:^2.1.4" - "@smithy/util-utf8": "npm:^2.2.0" - tslib: "npm:^2.5.0" + "@aws-sdk/core": "npm:3.535.0" + "@aws-sdk/middleware-host-header": "npm:3.535.0" + "@aws-sdk/middleware-logger": "npm:3.535.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.535.0" + "@aws-sdk/middleware-user-agent": "npm:3.535.0" + "@aws-sdk/region-config-resolver": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-endpoints": "npm:3.535.0" + "@aws-sdk/util-user-agent-browser": "npm:3.535.0" + "@aws-sdk/util-user-agent-node": "npm:3.535.0" + "@smithy/config-resolver": "npm:^2.2.0" + "@smithy/core": "npm:^1.4.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/hash-node": "npm:^2.2.0" + "@smithy/invalid-dependency": "npm:^2.2.0" + "@smithy/middleware-content-length": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^2.5.0" + "@smithy/middleware-retry": "npm:^2.2.0" + "@smithy/middleware-serde": "npm:^2.3.0" + "@smithy/middleware-stack": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/node-http-handler": "npm:^2.5.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/url-parser": "npm:^2.2.0" + "@smithy/util-base64": "npm:^2.3.0" + "@smithy/util-body-length-browser": "npm:^2.2.0" + "@smithy/util-body-length-node": "npm:^2.3.0" + "@smithy/util-defaults-mode-browser": "npm:^2.2.0" + "@smithy/util-defaults-mode-node": "npm:^2.3.0" + "@smithy/util-endpoints": "npm:^1.2.0" + "@smithy/util-middleware": "npm:^2.2.0" + "@smithy/util-retry": "npm:^2.2.0" + "@smithy/util-utf8": "npm:^2.3.0" + tslib: "npm:^2.6.2" peerDependencies: - "@aws-sdk/credential-provider-node": ^3.533.0 - checksum: 10c0/1528804ec0014fa2953eefc67b432a4affb8273d89fc8edb404594f492a1a6a5c91507a768847d6fc062ff288230c2593e06e394816466f7061ea9bdc75b7f42 + "@aws-sdk/credential-provider-node": ^3.535.0 + checksum: 10c0/d0c502ab79749837c456701b8c2dda72cbfb2bfa6988a644ba8ffa63f8a2882b7dd71f9bea6dca79a1675131b2f6c1198f3d972acbfbc2922bfa24973a079bfa languageName: node linkType: hard -"@aws-sdk/client-transcribe-streaming@npm:^3.529.1": - version: 3.534.0 - resolution: "@aws-sdk/client-transcribe-streaming@npm:3.534.0" +"@aws-sdk/client-transcribe-streaming@npm:^3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/client-transcribe-streaming@npm:3.535.0" dependencies: "@aws-crypto/sha256-browser": "npm:3.0.0" "@aws-crypto/sha256-js": "npm:3.0.0" - "@aws-sdk/client-sts": "npm:3.533.0" - "@aws-sdk/core": "npm:3.533.0" - "@aws-sdk/credential-provider-node": "npm:3.533.0" - "@aws-sdk/eventstream-handler-node": "npm:3.533.0" - "@aws-sdk/middleware-eventstream": "npm:3.533.0" - "@aws-sdk/middleware-host-header": "npm:3.533.0" - "@aws-sdk/middleware-logger": "npm:3.533.0" - "@aws-sdk/middleware-recursion-detection": "npm:3.533.0" - "@aws-sdk/middleware-sdk-transcribe-streaming": "npm:3.533.0" - "@aws-sdk/middleware-signing": "npm:3.534.0" - "@aws-sdk/middleware-user-agent": "npm:3.533.0" - "@aws-sdk/middleware-websocket": "npm:3.534.0" - "@aws-sdk/region-config-resolver": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-endpoints": "npm:3.533.0" - "@aws-sdk/util-user-agent-browser": "npm:3.533.0" - "@aws-sdk/util-user-agent-node": "npm:3.533.0" - "@smithy/config-resolver": "npm:^2.1.5" - "@smithy/core": "npm:^1.3.8" - "@smithy/eventstream-serde-browser": "npm:^2.1.4" - "@smithy/eventstream-serde-config-resolver": "npm:^2.1.4" - "@smithy/eventstream-serde-node": "npm:^2.1.4" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/hash-node": "npm:^2.1.4" - "@smithy/invalid-dependency": "npm:^2.1.4" - "@smithy/middleware-content-length": "npm:^2.1.4" - "@smithy/middleware-endpoint": "npm:^2.4.6" - "@smithy/middleware-retry": "npm:^2.1.7" - "@smithy/middleware-serde": "npm:^2.2.1" - "@smithy/middleware-stack": "npm:^2.1.4" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/node-http-handler": "npm:^2.4.3" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - "@smithy/util-base64": "npm:^2.2.1" - "@smithy/util-body-length-browser": "npm:^2.1.1" - "@smithy/util-body-length-node": "npm:^2.2.2" - "@smithy/util-defaults-mode-browser": "npm:^2.1.7" - "@smithy/util-defaults-mode-node": "npm:^2.2.7" - "@smithy/util-endpoints": "npm:^1.1.5" - "@smithy/util-retry": "npm:^2.1.4" - "@smithy/util-utf8": "npm:^2.2.0" - tslib: "npm:^2.5.0" - checksum: 10c0/2757c30d1a02e4d4e87fd84cc3d8a122a5c5f8848a9e4a7cf999f6f9e93a52db7d96abbcccb97ae57a15c73f058ae2a16f710641ec1a3adda327d764f2b095dc + "@aws-sdk/client-sts": "npm:3.535.0" + "@aws-sdk/core": "npm:3.535.0" + "@aws-sdk/credential-provider-node": "npm:3.535.0" + "@aws-sdk/eventstream-handler-node": "npm:3.535.0" + "@aws-sdk/middleware-eventstream": "npm:3.535.0" + "@aws-sdk/middleware-host-header": "npm:3.535.0" + "@aws-sdk/middleware-logger": "npm:3.535.0" + "@aws-sdk/middleware-recursion-detection": "npm:3.535.0" + "@aws-sdk/middleware-sdk-transcribe-streaming": "npm:3.535.0" + "@aws-sdk/middleware-signing": "npm:3.535.0" + "@aws-sdk/middleware-user-agent": "npm:3.535.0" + "@aws-sdk/middleware-websocket": "npm:3.535.0" + "@aws-sdk/region-config-resolver": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-endpoints": "npm:3.535.0" + "@aws-sdk/util-user-agent-browser": "npm:3.535.0" + "@aws-sdk/util-user-agent-node": "npm:3.535.0" + "@smithy/config-resolver": "npm:^2.2.0" + "@smithy/core": "npm:^1.4.0" + "@smithy/eventstream-serde-browser": "npm:^2.2.0" + "@smithy/eventstream-serde-config-resolver": "npm:^2.2.0" + "@smithy/eventstream-serde-node": "npm:^2.2.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/hash-node": "npm:^2.2.0" + "@smithy/invalid-dependency": "npm:^2.2.0" + "@smithy/middleware-content-length": "npm:^2.2.0" + "@smithy/middleware-endpoint": "npm:^2.5.0" + "@smithy/middleware-retry": "npm:^2.2.0" + "@smithy/middleware-serde": "npm:^2.3.0" + "@smithy/middleware-stack": "npm:^2.2.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/node-http-handler": "npm:^2.5.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/url-parser": "npm:^2.2.0" + "@smithy/util-base64": "npm:^2.3.0" + "@smithy/util-body-length-browser": "npm:^2.2.0" + "@smithy/util-body-length-node": "npm:^2.3.0" + "@smithy/util-defaults-mode-browser": "npm:^2.2.0" + "@smithy/util-defaults-mode-node": "npm:^2.3.0" + "@smithy/util-endpoints": "npm:^1.2.0" + "@smithy/util-retry": "npm:^2.2.0" + "@smithy/util-utf8": "npm:^2.3.0" + tslib: "npm:^2.6.2" + checksum: 10c0/593fcc7f038d964bb0948090c3375dca2253e5aecc4c4e930a945346e6e5b1fecf43ed70902e917b03427bed32a5308ff742d79dc89f6388364688075dc2b566 languageName: node linkType: hard -"@aws-sdk/core@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/core@npm:3.533.0" +"@aws-sdk/core@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/core@npm:3.535.0" dependencies: - "@smithy/core": "npm:^1.3.8" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/signature-v4": "npm:^2.1.4" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" + "@smithy/core": "npm:^1.4.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/signature-v4": "npm:^2.2.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" fast-xml-parser: "npm:4.2.5" - tslib: "npm:^2.5.0" - checksum: 10c0/727b1cfe949b2c6315bdb1808e31a091b35f6bcfbe72985450f745e18aa83221d7cb9f823b65af0314ac0e5a34f165a649bd6077c6016814abe86e6e55dc9d7e + tslib: "npm:^2.6.2" + checksum: 10c0/025b73303d29d414441a460078d5bd975dcdf817a4d2c5858b9172a0992f0605da4d65a60283c309df442707bc1b7429d392e67e4164e76b220f48580d467846 languageName: node linkType: hard -"@aws-sdk/credential-provider-env@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-env@npm:3.533.0" +"@aws-sdk/credential-provider-env@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-env@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/6b5a7adae44c562403290954967fb0d670184a6f07d7dc1da907d2dec01ca3341cb1f15de6b8717ed3092c2f41fc5199082a2a545b3f9349c5a25bde5e9bb90f + "@aws-sdk/types": "npm:3.535.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/2d245d723fd3be302a173ac8e93948b7edc9af0f0698b95d8a205dfaa6446cb0fdfcfa1c16ca66f89baf289ba4a77b3bbdc05537d93ee3451715e47ab33b5031 languageName: node linkType: hard -"@aws-sdk/credential-provider-http@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-http@npm:3.533.0" +"@aws-sdk/credential-provider-http@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-http@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/node-http-handler": "npm:^2.4.3" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/smithy-client": "npm:^2.4.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-stream": "npm:^2.1.5" - tslib: "npm:^2.5.0" - checksum: 10c0/ff11df866e5e24b09579d46670eea8361f5d2a6e370b9cf99fac3280aae5689d83ae308b7eaaceca78c7e2f77d63443d9674bd1035d453d9f8c815ffd407028c + "@aws-sdk/types": "npm:3.535.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/node-http-handler": "npm:^2.5.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/smithy-client": "npm:^2.5.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/util-stream": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/cd51b5a8df548c7c3176acc6eb78113e0c51a1780f8463daa3a0fbd84a7ce2703660dd5fc941433b66e6f3f7e702f7f71eda8ed9b1c41f74ae131ece8d671ab9 languageName: node linkType: hard -"@aws-sdk/credential-provider-ini@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-ini@npm:3.533.0" +"@aws-sdk/credential-provider-ini@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-ini@npm:3.535.0" dependencies: - "@aws-sdk/client-sts": "npm:3.533.0" - "@aws-sdk/credential-provider-env": "npm:3.533.0" - "@aws-sdk/credential-provider-process": "npm:3.533.0" - "@aws-sdk/credential-provider-sso": "npm:3.533.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@smithy/credential-provider-imds": "npm:^2.2.6" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/4f6233f8fe211f2737c68d778e9402921d1e046152b8501288b1c5594caa7e4728336f74a5ca2e2f073c06f6e2847b03aaf3277d1f4e5ec1f39c3f10dd8b9fa4 + "@aws-sdk/client-sts": "npm:3.535.0" + "@aws-sdk/credential-provider-env": "npm:3.535.0" + "@aws-sdk/credential-provider-process": "npm:3.535.0" + "@aws-sdk/credential-provider-sso": "npm:3.535.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/credential-provider-imds": "npm:^2.3.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/shared-ini-file-loader": "npm:^2.4.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f97b02cf829ad95b4dba259fb14a6bff80c708beac1803e5e52b1c94e60cd030d28afe853380f08fda49fdd80017673394d07b6a31ea83f32203c006ebf74e70 languageName: node linkType: hard -"@aws-sdk/credential-provider-node@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-node@npm:3.533.0" +"@aws-sdk/credential-provider-node@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-node@npm:3.535.0" dependencies: - "@aws-sdk/credential-provider-env": "npm:3.533.0" - "@aws-sdk/credential-provider-http": "npm:3.533.0" - "@aws-sdk/credential-provider-ini": "npm:3.533.0" - "@aws-sdk/credential-provider-process": "npm:3.533.0" - "@aws-sdk/credential-provider-sso": "npm:3.533.0" - "@aws-sdk/credential-provider-web-identity": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@smithy/credential-provider-imds": "npm:^2.2.6" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/81d548855f1072073e607d7646b0c268d2c27fa2c909c237e8f580ed4e43e358f14a5d5ebe9fa3d02b4a1b657d830e7769ccd5cf46e5d9ecaead81b04fdf266e + "@aws-sdk/credential-provider-env": "npm:3.535.0" + "@aws-sdk/credential-provider-http": "npm:3.535.0" + "@aws-sdk/credential-provider-ini": "npm:3.535.0" + "@aws-sdk/credential-provider-process": "npm:3.535.0" + "@aws-sdk/credential-provider-sso": "npm:3.535.0" + "@aws-sdk/credential-provider-web-identity": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/credential-provider-imds": "npm:^2.3.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/shared-ini-file-loader": "npm:^2.4.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5161f577f974b4dcee4d5aea98a6ef1a351a59dd5a8e475a4131789a498e606f34c3f7a062d1a3068d38997d5fd484471f342fbfd90dbff4415fa040cd38e6f9 languageName: node linkType: hard -"@aws-sdk/credential-provider-process@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-process@npm:3.533.0" +"@aws-sdk/credential-provider-process@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-process@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/3049d1c957a2d16475cde435089f5053e1a12af7a8eb203dde6542a0149cd685d6bf0261420b369bd62bc8726184734af8457214a6f00be48b7fc04764ee68f3 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/shared-ini-file-loader": "npm:^2.4.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/096a78241c0e76c614ee69d2f7e0169d4314e4dd0a43805164faa6d3381d5112587e26066c55e1b7aee763520b04cfaea83ae674eb76580c4fff0f45912de02f languageName: node linkType: hard -"@aws-sdk/credential-provider-sso@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-sso@npm:3.533.0" +"@aws-sdk/credential-provider-sso@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-sso@npm:3.535.0" dependencies: - "@aws-sdk/client-sso": "npm:3.533.0" - "@aws-sdk/token-providers": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/72edbf91eee9bec966c2b25882a7261436693661d629e16919b563d6d36269ec1709914280d5c65f783224e016316068a412e8c554e8b1af66bfd9a9293b623a + "@aws-sdk/client-sso": "npm:3.535.0" + "@aws-sdk/token-providers": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/shared-ini-file-loader": "npm:^2.4.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/dd90491c62eca0da70b0e7da094c250eb618918743dc5efcd58fc9f2cc4e414ecd680eb79542ce8425e5763d7aa3d7ff77c09888c656cd56d061812b55b61da8 languageName: node linkType: hard -"@aws-sdk/credential-provider-web-identity@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/credential-provider-web-identity@npm:3.533.0" +"@aws-sdk/credential-provider-web-identity@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/credential-provider-web-identity@npm:3.535.0" dependencies: - "@aws-sdk/client-sts": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/24845f7c8abaa910dc8e28d2c1836774a0eff422726821fc9d728bebe5aac5b248ac0daacd42453af7e71902ce8de5587bf131a73f3833881fe38d9d8a1638d5 + "@aws-sdk/client-sts": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1af1f421b72e0d748b5c24a5b7bd738d49a3e48d7125ac3410006add922063fc577a79fa478db45856c2ab32268d6995c55992d8418ac1f613f097c8c4a1d62e languageName: node linkType: hard -"@aws-sdk/eventstream-handler-node@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/eventstream-handler-node@npm:3.533.0" +"@aws-sdk/eventstream-handler-node@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/eventstream-handler-node@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/eventstream-codec": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/39fd2ba4a74a8a3363d5825b1c446eca89025480e6ca643188f9fe3b1b805d40839512df4da8af512de52ab51b4dfc3c1adfc54ddcd1eecfcfb123a7ab0ef014 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/eventstream-codec": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/c5f86164ae05534fcdbeb1b73e0fce68e55407907091ebec54dc7ee1b8a8ab7392e864cbf446e587c469e783a635ef504c5cc91c37d216644b9b3b7b8c01b12d languageName: node linkType: hard -"@aws-sdk/middleware-eventstream@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/middleware-eventstream@npm:3.533.0" +"@aws-sdk/middleware-eventstream@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-eventstream@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/cee3f88a4d698e81871cee769a8e28c13635c4959cadfc351a0907b63eebfb3bad73cfbbc22fcbac413b0d06b2fe74400ff8b4dde46f245158e4214736ff8e39 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/5a9d410cb4797d8bc0f7e3d033eb6260f9799505928a5b81b38753f5f8dbdd2183b7f6ba724ffb050daf7827eb6e452d294a05c5c9715c72b6ebf2668e4b7cdc languageName: node linkType: hard -"@aws-sdk/middleware-host-header@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/middleware-host-header@npm:3.533.0" +"@aws-sdk/middleware-host-header@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-host-header@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/fee444f858a43b495782531d317b4281be71ec9349aa098eda85ecdbce7dd1f6e994d09fdd05c18fad83e78e0090aadd8497c087068a15025e6c2e5eadb5d9f7 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/8b26adc069da04c3e6d1f66cb5ebe505373657ba5b85578fc09bd607fb6b25ef4168478f8acacaa69ec3f045ef619f522fafba9844c11835d5933a3f95ade4ea languageName: node linkType: hard -"@aws-sdk/middleware-logger@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/middleware-logger@npm:3.533.0" +"@aws-sdk/middleware-logger@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-logger@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/7634b3188832724bd1b8a2043c019ccb79f2403ecded3aaf007d398c8bef3bdc4746de708809bfbe50fb04621440251665e39cf4a51fb882fcdb2f25a6ed4948 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/f0e01443203c30d8064d5a16968de20060cd4c0742a4eb2537443fe767135c08cda1a2d5a75db33c319b639d31c9340de9f128eefdf73bb50283e40569f68471 languageName: node linkType: hard -"@aws-sdk/middleware-recursion-detection@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/middleware-recursion-detection@npm:3.533.0" +"@aws-sdk/middleware-recursion-detection@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-recursion-detection@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/c0724231b2ddf4dbf3a4da884755b4388bb6d0bfa62fd62ef80316b818c8eadca9d0184da8ea507814927d8cab835877c4ac018ab7f4ef2bdd1aac5dd5a5e105 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/3bbb86ba971d2b034b7dea415fc6c3fb0c1a879c8153841849e9b2bfd9edd5a78e29a299ceaf74829007d96550420246b795721ac7d8cfb244e59e5f9dee54b3 languageName: node linkType: hard -"@aws-sdk/middleware-sdk-transcribe-streaming@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/middleware-sdk-transcribe-streaming@npm:3.533.0" +"@aws-sdk/middleware-sdk-transcribe-streaming@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-sdk-transcribe-streaming@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-format-url": "npm:3.533.0" - "@smithy/eventstream-serde-browser": "npm:^2.1.4" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/signature-v4": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-format-url": "npm:3.535.0" + "@smithy/eventstream-serde-browser": "npm:^2.2.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/signature-v4": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" uuid: "npm:^9.0.1" - checksum: 10c0/39babe53636a7fac448625550a501026d45b78641fefdf53d19a7adfb59fa78c618eca8da3682cdd7b96a20906fee20869320f6b8433515a0e97ec907ab3ea2a + checksum: 10c0/4ad41c447848a3d8a6812f11734eebd9cbdc543fbcdcb684cc9f749d1f32ad4db365eef0e1452b36378fa0c743674a405d9a3b6175ae459372c67d742e51ad47 languageName: node linkType: hard -"@aws-sdk/middleware-signing@npm:3.534.0": - version: 3.534.0 - resolution: "@aws-sdk/middleware-signing@npm:3.534.0" +"@aws-sdk/middleware-signing@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-signing@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/signature-v4": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-middleware": "npm:^2.1.4" - tslib: "npm:^2.5.0" - checksum: 10c0/1a246963948e98daa89a60012f82eb77d61c3efd7502e294e5f9f91c62d09ce8b35277acd0e5777f04aeef9da5937d0835f42815a9daec608b8507562ebecebb + "@aws-sdk/types": "npm:3.535.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/signature-v4": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/util-middleware": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/95d6c97b8479815c1400555949732706e6fee66d2ccec57e56eed538008cddcd1382824a84c1ea662a4323727895b3f887723a36801f4068b3aad3dfe1a37343 languageName: node linkType: hard -"@aws-sdk/middleware-user-agent@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/middleware-user-agent@npm:3.533.0" +"@aws-sdk/middleware-user-agent@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-user-agent@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-endpoints": "npm:3.533.0" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/36eda326fb96e5727d46e3480bec3d9563f83a18cce0c06c5a94da1829c504e54f62505be9c5445c71f550ac4a2a7117660735246cce3d6dd12802097a2038f5 + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-endpoints": "npm:3.535.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/9276df938a6438acfe861bcac545fae514a797ea438274de161449c511e01d6c60301f184b339f673778e404ef5ab8a26f9544d93b05330d10df2e91a5a18963 languageName: node linkType: hard -"@aws-sdk/middleware-websocket@npm:3.534.0": - version: 3.534.0 - resolution: "@aws-sdk/middleware-websocket@npm:3.534.0" +"@aws-sdk/middleware-websocket@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/middleware-websocket@npm:3.535.0" dependencies: - "@aws-sdk/middleware-signing": "npm:3.534.0" - "@aws-sdk/types": "npm:3.533.0" - "@aws-sdk/util-format-url": "npm:3.533.0" - "@smithy/eventstream-codec": "npm:^2.1.4" - "@smithy/eventstream-serde-browser": "npm:^2.1.4" - "@smithy/fetch-http-handler": "npm:^2.4.5" - "@smithy/protocol-http": "npm:^3.2.2" - "@smithy/signature-v4": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-hex-encoding": "npm:^2.1.1" - tslib: "npm:^2.5.0" - checksum: 10c0/8505ce153b5e8a572f4c7c767341d7ae5dd766cc6234e81897464433f0ec80c0e8fdca897f18259a6950897d62c2ff2770df62ea5c9accd1051c157ff4b5f1f9 + "@aws-sdk/middleware-signing": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@aws-sdk/util-format-url": "npm:3.535.0" + "@smithy/eventstream-codec": "npm:^2.2.0" + "@smithy/eventstream-serde-browser": "npm:^2.2.0" + "@smithy/fetch-http-handler": "npm:^2.5.0" + "@smithy/protocol-http": "npm:^3.3.0" + "@smithy/signature-v4": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/util-hex-encoding": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/eeacc2715dc51ad62775b5d3c997824a79e9cf658ae2e2a00b821b17726e1f0f15836adedae535e6a7383fef3d9d2cbfce7d6cca527b8da08742392e7254b728 languageName: node linkType: hard -"@aws-sdk/region-config-resolver@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/region-config-resolver@npm:3.533.0" +"@aws-sdk/region-config-resolver@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/region-config-resolver@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-config-provider": "npm:^2.2.1" - "@smithy/util-middleware": "npm:^2.1.4" - tslib: "npm:^2.5.0" - checksum: 10c0/901113f946782beb71030a76d77e8881b3128b0ae8f08fbceea84ae23ba6cb955234de0eb0f21be6e7909020c872399816cbfd58e4bc98a0e17a732ad1f36f03 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/util-config-provider": "npm:^2.3.0" + "@smithy/util-middleware": "npm:^2.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/08d76cfc54f2d9fffb8a2fd873e19b95564842b78a2a923260b3100117100054bb95f15f723c1f7268d10ffc61150109dca6b512ac629d125a000550ecfd0146 languageName: node linkType: hard -"@aws-sdk/token-providers@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/token-providers@npm:3.533.0" +"@aws-sdk/token-providers@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/token-providers@npm:3.535.0" dependencies: - "@aws-sdk/client-sso-oidc": "npm:3.533.0" - "@aws-sdk/types": "npm:3.533.0" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/30a9b03b6510be861624276dd8a3554e54c7668144e22a6791ab0bd3014af677071c95eaa175e994d85e7c19377b3fefd0a0b002e069b356eb1bad943e4edc06 + "@aws-sdk/client-sso-oidc": "npm:3.535.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/property-provider": "npm:^2.2.0" + "@smithy/shared-ini-file-loader": "npm:^2.4.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/ecc17ec3ab81f2649443f4e435557225bde28425aef6e9d0f5d3798299dad725c29c8603ebc625543a8c1ce443d12bdd21ba8d6878677a736b1babdad5c5c556 languageName: node linkType: hard -"@aws-sdk/types@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/types@npm:3.533.0" +"@aws-sdk/types@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/types@npm:3.535.0" dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/ac1589df82e9219bcc664369c770f0c3016c70a78af116bbc01d0bdcf5ed91c16e60df2953578329cb67aef348529b138f90e5128c298c581c68bced1a839f0e + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/1c8ed3a76b508287ee840a9c37f9df7a382459dfe4d46aa0cf90eddacdf32eae9c0e0d274a18956095e567234d0b07c81ff7d4fbeed3ca3c9caf52ccadcea409 languageName: node linkType: hard @@ -859,27 +859,27 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-endpoints@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/util-endpoints@npm:3.533.0" +"@aws-sdk/util-endpoints@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/util-endpoints@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-endpoints": "npm:^1.1.5" - tslib: "npm:^2.5.0" - checksum: 10c0/000b2094b3b009944ce72f4f7f8cde77eee682403941d66ab9885fe0676c6527b02f554e90493ca63aa4f6b49f0d7f08d90eff9b2896c2cc4a574b8bbd3278d0 + "@aws-sdk/types": "npm:3.535.0" + "@smithy/types": "npm:^2.12.0" + "@smithy/util-endpoints": "npm:^1.2.0" + tslib: "npm:^2.6.2" + checksum: 10c0/cd36c11e2f4374c224e45ebcf208277e0d8d89f5e4e09af1c64e6681e5042cf0ee981887eb45d34eeff782680a5ac6c2fe9d6a18ebe2cb1921f9d3c54180493d languageName: node linkType: hard -"@aws-sdk/util-format-url@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/util-format-url@npm:3.533.0" +"@aws-sdk/util-format-url@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/util-format-url@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/querystring-builder": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/233eb9e7371b9f1425e3dfd85c8fecd7128295f3d383e174212565aeee2c63a0f59b77d2cef792bc9bdd927349c307b29f121e495e03aa96ca53d0b56675414f + "@aws-sdk/types": "npm:3.535.0" + "@smithy/querystring-builder": "npm:^2.2.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" + checksum: 10c0/e54002828bef2f2dcf1f17bc782b7fc87e1298e8084dc465912215c0b909880421b0ae5b57aa9d1e1a55beb7b438437d37e9a213d4fba75605030d10931d5465 languageName: node linkType: hard @@ -892,32 +892,32 @@ __metadata: languageName: node linkType: hard -"@aws-sdk/util-user-agent-browser@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/util-user-agent-browser@npm:3.533.0" +"@aws-sdk/util-user-agent-browser@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/util-user-agent-browser@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/types": "npm:^2.11.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/types": "npm:^2.12.0" bowser: "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/3c4aabd5a1d8c7832ee2c6fdfa48584917401115883ea1e53448d7761dc8fd17d6cf5e46e0ff1a7b54d05bebe2391053c476873147aebdd746cab5cb91718207 + tslib: "npm:^2.6.2" + checksum: 10c0/347f92df14527a6a30baca22cec326ecae8109cdaa7c011b193275acd4a19e3dfe90194aa91629bb82aa62cf690b2bc2742117f78a8d0fb01570b6eac6cb87a7 languageName: node linkType: hard -"@aws-sdk/util-user-agent-node@npm:3.533.0": - version: 3.533.0 - resolution: "@aws-sdk/util-user-agent-node@npm:3.533.0" +"@aws-sdk/util-user-agent-node@npm:3.535.0": + version: 3.535.0 + resolution: "@aws-sdk/util-user-agent-node@npm:3.535.0" dependencies: - "@aws-sdk/types": "npm:3.533.0" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" + "@aws-sdk/types": "npm:3.535.0" + "@smithy/node-config-provider": "npm:^2.3.0" + "@smithy/types": "npm:^2.12.0" + tslib: "npm:^2.6.2" peerDependencies: aws-crt: ">=1.0.0" peerDependenciesMeta: aws-crt: optional: true - checksum: 10c0/91752157d17405f29e0e34500757a10cb65ed494dbc934bd8d9e66703c02b552d79b336b130d757877485a352f1ad3828971f9686714eaa2a45bb7cfc31726e2 + checksum: 10c0/144a92ca5745ed78159d05466698472d10e0529946bcba67cc350be03c2272be7a58c76caa5f8831bbc66438f635a5a10167182aab02be601648843c9c0347f9 languageName: node linkType: hard @@ -4411,19 +4411,6 @@ __metadata: languageName: node linkType: hard -"@smithy/config-resolver@npm:^2.1.5": - version: 2.1.5 - resolution: "@smithy/config-resolver@npm:2.1.5" - dependencies: - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-config-provider": "npm:^2.2.1" - "@smithy/util-middleware": "npm:^2.1.4" - tslib: "npm:^2.5.0" - checksum: 10c0/ca0a6f06e3c21b26bdad4d221c03a648e39b76636b8fcf952ab2453c661d5cff7dacd7126480d587df5ba46261859f22ab5152a6b3af4dc1ab14de761eac9816 - languageName: node - linkType: hard - "@smithy/config-resolver@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/config-resolver@npm:2.2.0" @@ -4437,7 +4424,7 @@ __metadata: languageName: node linkType: hard -"@smithy/core@npm:^1.3.8": +"@smithy/core@npm:^1.4.0": version: 1.4.0 resolution: "@smithy/core@npm:1.4.0" dependencies: @@ -4453,19 +4440,6 @@ __metadata: languageName: node linkType: hard -"@smithy/credential-provider-imds@npm:^2.2.6": - version: 2.2.6 - resolution: "@smithy/credential-provider-imds@npm:2.2.6" - dependencies: - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - tslib: "npm:^2.5.0" - checksum: 10c0/42d0302bdd896e30ade857db4e88a7c88893f7eb76f3c41bd997653fcb585aad32262906a740fff98bc1574c7c43aa1ade263e7587d601dd5532c18414233569 - languageName: node - linkType: hard - "@smithy/credential-provider-imds@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/credential-provider-imds@npm:2.3.0" @@ -4479,18 +4453,6 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-codec@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/eventstream-codec@npm:2.1.4" - dependencies: - "@aws-crypto/crc32": "npm:3.0.0" - "@smithy/types": "npm:^2.11.0" - "@smithy/util-hex-encoding": "npm:^2.1.1" - tslib: "npm:^2.5.0" - checksum: 10c0/7e051c2171215ee8da49b39217f969542181be431650c5dc758be476a179f44e416689432333b19fdbee60a27b52cdb00bcefa92871da487a5afef02c0b95bdc - languageName: node - linkType: hard - "@smithy/eventstream-codec@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/eventstream-codec@npm:2.2.0" @@ -4503,7 +4465,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-browser@npm:^2.1.4": +"@smithy/eventstream-serde-browser@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/eventstream-serde-browser@npm:2.2.0" dependencies: @@ -4514,7 +4476,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-config-resolver@npm:^2.1.4": +"@smithy/eventstream-serde-config-resolver@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/eventstream-serde-config-resolver@npm:2.2.0" dependencies: @@ -4524,7 +4486,7 @@ __metadata: languageName: node linkType: hard -"@smithy/eventstream-serde-node@npm:^2.1.4": +"@smithy/eventstream-serde-node@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/eventstream-serde-node@npm:2.2.0" dependencies: @@ -4546,7 +4508,7 @@ __metadata: languageName: node linkType: hard -"@smithy/fetch-http-handler@npm:^2.4.5, @smithy/fetch-http-handler@npm:^2.5.0": +"@smithy/fetch-http-handler@npm:^2.5.0": version: 2.5.0 resolution: "@smithy/fetch-http-handler@npm:2.5.0" dependencies: @@ -4559,7 +4521,7 @@ __metadata: languageName: node linkType: hard -"@smithy/hash-node@npm:^2.1.4": +"@smithy/hash-node@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/hash-node@npm:2.2.0" dependencies: @@ -4571,7 +4533,7 @@ __metadata: languageName: node linkType: hard -"@smithy/invalid-dependency@npm:^2.1.4": +"@smithy/invalid-dependency@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/invalid-dependency@npm:2.2.0" dependencies: @@ -4581,15 +4543,6 @@ __metadata: languageName: node linkType: hard -"@smithy/is-array-buffer@npm:^2.1.1": - version: 2.1.1 - resolution: "@smithy/is-array-buffer@npm:2.1.1" - dependencies: - tslib: "npm:^2.5.0" - checksum: 10c0/083b228a84aaf71203cc9e798e3a233f11a148455a249ab59db27f88c6ef9f7e0f83c5201ee1e28407e05aa425b7b6dd6aa0aee863df99d65484975b51288407 - 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" @@ -4599,7 +4552,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-content-length@npm:^2.1.4": +"@smithy/middleware-content-length@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/middleware-content-length@npm:2.2.0" dependencies: @@ -4610,21 +4563,6 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-endpoint@npm:^2.4.6": - version: 2.4.6 - resolution: "@smithy/middleware-endpoint@npm:2.4.6" - dependencies: - "@smithy/middleware-serde": "npm:^2.2.1" - "@smithy/node-config-provider": "npm:^2.2.5" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - "@smithy/url-parser": "npm:^2.1.4" - "@smithy/util-middleware": "npm:^2.1.4" - tslib: "npm:^2.5.0" - checksum: 10c0/2d32e07b54abb18c34a11ae2a094a880fa21ecb5d48859940120c89e69170446a6092952d95329986b3ba2b257870d1b5d086f8709b6368874825895677e63b6 - languageName: node - linkType: hard - "@smithy/middleware-endpoint@npm:^2.5.0": version: 2.5.0 resolution: "@smithy/middleware-endpoint@npm:2.5.0" @@ -4640,7 +4578,7 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-retry@npm:^2.1.7, @smithy/middleware-retry@npm:^2.2.0": +"@smithy/middleware-retry@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/middleware-retry@npm:2.2.0" dependencies: @@ -4657,16 +4595,6 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-serde@npm:^2.2.1": - version: 2.2.1 - resolution: "@smithy/middleware-serde@npm:2.2.1" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/b82b7acbded65940bef41d6f208eff3533d7dc8adf161b48e254c230eb1f3c75519d920a1dfbe68ce8131485c7c4aba071ddb430183b6f6d35667dbc726263f7 - languageName: node - linkType: hard - "@smithy/middleware-serde@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/middleware-serde@npm:2.3.0" @@ -4677,16 +4605,6 @@ __metadata: languageName: node linkType: hard -"@smithy/middleware-stack@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/middleware-stack@npm:2.1.4" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/0ac47b25365a6834984ba2edf5dd2096d41e4e6f2f9859e50150989e5de597dd88c5d70c2b169cb62b0ff40989d9f7cc2f2797f08eca59cd3b3d9ea67399069b - languageName: node - linkType: hard - "@smithy/middleware-stack@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/middleware-stack@npm:2.2.0" @@ -4697,18 +4615,6 @@ __metadata: languageName: node linkType: hard -"@smithy/node-config-provider@npm:^2.2.5": - version: 2.2.5 - resolution: "@smithy/node-config-provider@npm:2.2.5" - dependencies: - "@smithy/property-provider": "npm:^2.1.4" - "@smithy/shared-ini-file-loader": "npm:^2.3.5" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/7e9a950ccbaf64b11eaee09e4db4a1fa1266764041a9c8881e4a115ef39571ddcbd02cafb28ce70e8020ba27c704d719d2352a92b0723d41392b2efe3dddfa01 - languageName: node - linkType: hard - "@smithy/node-config-provider@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/node-config-provider@npm:2.3.0" @@ -4721,7 +4627,7 @@ __metadata: languageName: node linkType: hard -"@smithy/node-http-handler@npm:^2.4.3, @smithy/node-http-handler@npm:^2.5.0": +"@smithy/node-http-handler@npm:^2.5.0": version: 2.5.0 resolution: "@smithy/node-http-handler@npm:2.5.0" dependencies: @@ -4734,16 +4640,6 @@ __metadata: languageName: node linkType: hard -"@smithy/property-provider@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/property-provider@npm:2.1.4" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/52781a2307b0519c747e8edbf1afbb3d45f7f1339c5794045345456af198fc3dde272dc361a294a37f0a405357de3f09aa356539606a9414c16f2c92e417aba0 - languageName: node - linkType: hard - "@smithy/property-provider@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/property-provider@npm:2.2.0" @@ -4754,16 +4650,6 @@ __metadata: languageName: node linkType: hard -"@smithy/protocol-http@npm:^3.2.2": - version: 3.2.2 - resolution: "@smithy/protocol-http@npm:3.2.2" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/2c8a7e2cbfc4124e4130f49a5c3a64babd8f491cb9150647f8e9f5701dc49ccbf42241d5b146dfd16bac622c9c0e4f2262cf78231408764deae1606624802ee5 - languageName: node - linkType: hard - "@smithy/protocol-http@npm:^3.3.0": version: 3.3.0 resolution: "@smithy/protocol-http@npm:3.3.0" @@ -4774,17 +4660,6 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-builder@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/querystring-builder@npm:2.1.4" - dependencies: - "@smithy/types": "npm:^2.11.0" - "@smithy/util-uri-escape": "npm:^2.1.1" - tslib: "npm:^2.5.0" - checksum: 10c0/b8274baab05031570f3f37370b0701209b61d33ebf8838335a7734061de8dbe1f67c67239dfddbfcf9933c03a3aa56a7322f89dae2c133f069651b5a54c35e03 - languageName: node - linkType: hard - "@smithy/querystring-builder@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/querystring-builder@npm:2.2.0" @@ -4796,16 +4671,6 @@ __metadata: languageName: node linkType: hard -"@smithy/querystring-parser@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/querystring-parser@npm:2.1.4" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/468c281e0596ee93be2111f13c1f6a36719d582824857a5dd8f969db69190b9d0f06581a894622e22f74a77a10be747a026c45c78a9fad00e2e21d9460e2f4ff - languageName: node - linkType: hard - "@smithy/querystring-parser@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/querystring-parser@npm:2.2.0" @@ -4816,15 +4681,6 @@ __metadata: languageName: node linkType: hard -"@smithy/service-error-classification@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/service-error-classification@npm:2.1.4" - dependencies: - "@smithy/types": "npm:^2.11.0" - checksum: 10c0/ff8b60494d42293dade0cb61759fe49a24994b4cdf1d6a77a407b775945ebbf330b548cb30af24db29a2ba93673f913baa51f1a40ba978028326930b4bb509d8 - languageName: node - linkType: hard - "@smithy/service-error-classification@npm:^2.1.5": version: 2.1.5 resolution: "@smithy/service-error-classification@npm:2.1.5" @@ -4834,16 +4690,6 @@ __metadata: languageName: node linkType: hard -"@smithy/shared-ini-file-loader@npm:^2.3.5": - version: 2.3.5 - resolution: "@smithy/shared-ini-file-loader@npm:2.3.5" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/dc11ca0405135f282abbc77844d26bbcb810b56324bfcff108701ef2ed7ff1fe7eeee2a650e9c36c64e442d524d3e9152a31963fe779664f60551cefab865115 - languageName: node - linkType: hard - "@smithy/shared-ini-file-loader@npm:^2.4.0": version: 2.4.0 resolution: "@smithy/shared-ini-file-loader@npm:2.4.0" @@ -4854,7 +4700,7 @@ __metadata: languageName: node linkType: hard -"@smithy/signature-v4@npm:^2.1.4": +"@smithy/signature-v4@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/signature-v4@npm:2.2.0" dependencies: @@ -4870,7 +4716,7 @@ __metadata: languageName: node linkType: hard -"@smithy/smithy-client@npm:^2.4.5, @smithy/smithy-client@npm:^2.5.0": +"@smithy/smithy-client@npm:^2.5.0": version: 2.5.0 resolution: "@smithy/smithy-client@npm:2.5.0" dependencies: @@ -4884,7 +4730,7 @@ __metadata: languageName: node linkType: hard -"@smithy/types@npm:^2.10.1, @smithy/types@npm:^2.11.0": +"@smithy/types@npm:^2.10.1": version: 2.11.0 resolution: "@smithy/types@npm:2.11.0" dependencies: @@ -4902,17 +4748,6 @@ __metadata: languageName: node linkType: hard -"@smithy/url-parser@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/url-parser@npm:2.1.4" - dependencies: - "@smithy/querystring-parser": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/4657cc8b96f3ed47fb2bd30a9d73aabba9db6975a867c143244f357dd913ad301883ade0ca5dfaa05cae1aaeaef3c5666c0f2c7b0bc7fa2239b06fe48a14941b - languageName: node - linkType: hard - "@smithy/url-parser@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/url-parser@npm:2.2.0" @@ -4924,7 +4759,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-base64@npm:^2.2.1, @smithy/util-base64@npm:^2.3.0": +"@smithy/util-base64@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/util-base64@npm:2.3.0" dependencies: @@ -4935,16 +4770,16 @@ __metadata: languageName: node linkType: hard -"@smithy/util-body-length-browser@npm:^2.1.1": - version: 2.1.1 - resolution: "@smithy/util-body-length-browser@npm:2.1.1" +"@smithy/util-body-length-browser@npm:^2.2.0": + version: 2.2.0 + resolution: "@smithy/util-body-length-browser@npm:2.2.0" dependencies: - tslib: "npm:^2.5.0" - checksum: 10c0/90f9078fb76a2a2b648bc120189adf4c25b5720162c7fb45829d0e755eda53507f3fbcfeff2d4db350b5c40a97b377f8e3ca4250c3761067994404b4b92203dd + tslib: "npm:^2.6.2" + checksum: 10c0/7fff2451f8d8f558b0e8f7fb829e88370515da518330406a1fa6b493eb023b1256fd9321ae10bd6dded41c659f8df7d3e791c647d9638e44d28b039c4d6eb1c3 languageName: node linkType: hard -"@smithy/util-body-length-node@npm:^2.2.2": +"@smithy/util-body-length-node@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/util-body-length-node@npm:2.3.0" dependencies: @@ -4953,16 +4788,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-buffer-from@npm:^2.1.1": - version: 2.1.1 - resolution: "@smithy/util-buffer-from@npm:2.1.1" - dependencies: - "@smithy/is-array-buffer": "npm:^2.1.1" - tslib: "npm:^2.5.0" - checksum: 10c0/476ca2ac2eb0632de1ad7074a7418c24491abb9b17ddb3ab28f67034920961ac32f9e26fed1ac7aaa4a6fd3842f4d867528713258d14db0e3b24121cccfcf7d8 - 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" @@ -4973,15 +4798,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-config-provider@npm:^2.2.1": - version: 2.2.1 - resolution: "@smithy/util-config-provider@npm:2.2.1" - dependencies: - tslib: "npm:^2.5.0" - checksum: 10c0/08963bfd6a5634268bc12853d64e31a5e041706397e619be5aeabcc45e676ff0bd85371e9d0d61e7117a7f47db90030d9bf9d7454a7d13078dd746f124533d55 - languageName: node - linkType: hard - "@smithy/util-config-provider@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/util-config-provider@npm:2.3.0" @@ -4991,7 +4807,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-browser@npm:^2.1.7": +"@smithy/util-defaults-mode-browser@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-defaults-mode-browser@npm:2.2.0" dependencies: @@ -5004,7 +4820,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-defaults-mode-node@npm:^2.2.7": +"@smithy/util-defaults-mode-node@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/util-defaults-mode-node@npm:2.3.0" dependencies: @@ -5019,7 +4835,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-endpoints@npm:^1.1.5": +"@smithy/util-endpoints@npm:^1.2.0": version: 1.2.0 resolution: "@smithy/util-endpoints@npm:1.2.0" dependencies: @@ -5030,15 +4846,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-hex-encoding@npm:^2.1.1": - version: 2.1.1 - resolution: "@smithy/util-hex-encoding@npm:2.1.1" - dependencies: - tslib: "npm:^2.5.0" - checksum: 10c0/66df17bd897f37d6670916fdc049308c40588f490a6b24dfc55e295ec17542ba548af67a6460a213e54889a0f1f210952b51985dcf5fa391d398ed5280654844 - languageName: node - linkType: hard - "@smithy/util-hex-encoding@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-hex-encoding@npm:2.2.0" @@ -5048,16 +4855,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-middleware@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/util-middleware@npm:2.1.4" - dependencies: - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/8d064fe03653c464dbb31ed6059ae30929317ddb4ae16fdcdec6a58c581d0f054bd8ebf5b61e286a97c9d010e8d182516418f2058fd8560c23dc5c544fd44946 - languageName: node - linkType: hard - "@smithy/util-middleware@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-middleware@npm:2.2.0" @@ -5068,17 +4865,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-retry@npm:^2.1.4": - version: 2.1.4 - resolution: "@smithy/util-retry@npm:2.1.4" - dependencies: - "@smithy/service-error-classification": "npm:^2.1.4" - "@smithy/types": "npm:^2.11.0" - tslib: "npm:^2.5.0" - checksum: 10c0/9ee5050d963a622be792dc54eeeb9dc9f56130169f8919a309a36cb12a97c9eda2e859ed7825df781093133e2cee9ae0758a9c0e901085105b2a6c0e5da028e3 - languageName: node - linkType: hard - "@smithy/util-retry@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-retry@npm:2.2.0" @@ -5090,7 +4876,7 @@ __metadata: languageName: node linkType: hard -"@smithy/util-stream@npm:^2.1.5, @smithy/util-stream@npm:^2.2.0": +"@smithy/util-stream@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-stream@npm:2.2.0" dependencies: @@ -5106,15 +4892,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-uri-escape@npm:^2.1.1": - version: 2.1.1 - resolution: "@smithy/util-uri-escape@npm:2.1.1" - dependencies: - tslib: "npm:^2.5.0" - checksum: 10c0/947691837b8652b05c2ffc72ae88c7e68d417cd260c5146b3f415822ab817ccff61fdcf4703b15d0c8951a7ad53702a924c9b5c784e551169df0e113364e9454 - languageName: node - linkType: hard - "@smithy/util-uri-escape@npm:^2.2.0": version: 2.2.0 resolution: "@smithy/util-uri-escape@npm:2.2.0" @@ -5124,16 +4901,6 @@ __metadata: languageName: node linkType: hard -"@smithy/util-utf8@npm:^2.2.0": - version: 2.2.0 - resolution: "@smithy/util-utf8@npm:2.2.0" - dependencies: - "@smithy/util-buffer-from": "npm:^2.1.1" - tslib: "npm:^2.5.0" - checksum: 10c0/c27c9e12921a2e221ca27bda4656562b331bf7833e0f4ace9c3d3bd02ed7bd29b830a0bca739aacd37810aa532d72bd21fa93dea46680cfaf13baec7e6d032e3 - languageName: node - linkType: hard - "@smithy/util-utf8@npm:^2.3.0": version: 2.3.0 resolution: "@smithy/util-utf8@npm:2.3.0" @@ -8732,12 +8499,12 @@ __metadata: languageName: node linkType: hard -"echogarden@https://github.com/an-lee/echogarden": - version: 0.11.22 - resolution: "echogarden@https://github.com/an-lee/echogarden.git#commit=501ad82e4d690e7ea1ff19ce6580a560697a01cb" +"echogarden@npm:^0.12.0": + version: 0.12.0 + resolution: "echogarden@npm:0.12.0" dependencies: - "@aws-sdk/client-polly": "npm:^3.529.1" - "@aws-sdk/client-transcribe-streaming": "npm:^3.529.1" + "@aws-sdk/client-polly": "npm:^3.535.0" + "@aws-sdk/client-transcribe-streaming": "npm:^3.535.0" "@echogarden/espeak-ng-emscripten": "npm:^0.1.2" "@echogarden/fasttext-wasm": "npm:^0.1.0" "@echogarden/flite-wasi": "npm:^0.1.1" @@ -8790,7 +8557,7 @@ __metadata: winax: optional: true bin: - echogarden: ./dist/cli/CLILauncher.js + echogarden: dist/cli/CLILauncher.js conditions: (os=win32 | os=darwin | os=linux) languageName: node linkType: hard @@ -9105,7 +8872,7 @@ __metadata: dayjs: "npm:^1.11.10" decamelize: "npm:^6.0.0" decamelize-keys: "npm:^2.0.1" - echogarden: "https://github.com/an-lee/echogarden" + echogarden: "npm:^0.12.0" electron: "npm:^29.1.4" electron-log: "npm:^5.1.2" electron-playwright-helpers: "npm:^1.7.1"