chore: Update dist

This commit is contained in:
GitHub Actions
2026-08-12 21:51:34 +00:00
parent 3f6acccbef
commit 12d377b18d
2 changed files with 22 additions and 32 deletions
+16 -16
View File
@@ -222,7 +222,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
The following npm package may be included in this product:
- @aws-sdk/client-sts@3.1101.0
- @aws-sdk/client-sts@3.1106.0
This package contains the following license:
@@ -432,9 +432,9 @@ Apache License
The following npm packages may be included in this product:
- @aws-sdk/signature-v4-multi-region@3.996.43
- @smithy/core@3.31.1
- @smithy/types@4.16.1
- @aws-sdk/signature-v4-multi-region@3.996.44
- @smithy/core@3.32.0
- @smithy/types@4.17.0
These packages each contain the following license:
@@ -1042,14 +1042,14 @@ Apache License
The following npm packages may be included in this product:
- @aws-sdk/credential-provider-env@3.972.67
- @aws-sdk/credential-provider-ini@3.973.11
- @aws-sdk/credential-provider-node@3.972.77
- @aws-sdk/token-providers@3.1102.0
- @aws-sdk/credential-provider-env@3.972.68
- @aws-sdk/credential-provider-ini@3.973.13
- @aws-sdk/credential-provider-node@3.972.79
- @aws-sdk/token-providers@3.1108.0
- @aws-sdk/types@3.974.3
- @aws-sdk/xml-builder@3.972.38
- @smithy/credential-provider-imds@4.4.16
- @smithy/fetch-http-handler@5.6.13
- @smithy/credential-provider-imds@4.5.0
- @smithy/fetch-http-handler@5.7.0
- @smithy/node-http-handler@4.9.13
- @smithy/signature-v4@5.6.12
@@ -1261,9 +1261,9 @@ Apache License
The following npm packages may be included in this product:
- @aws-sdk/credential-provider-process@3.972.66
- @aws-sdk/credential-provider-sso@3.973.10
- @aws-sdk/credential-provider-web-identity@3.972.72
- @aws-sdk/credential-provider-process@3.972.68
- @aws-sdk/credential-provider-sso@3.973.12
- @aws-sdk/credential-provider-web-identity@3.972.74
These packages each contain the following license:
@@ -1473,9 +1473,9 @@ Apache License
The following npm packages may be included in this product:
- @aws-sdk/credential-provider-http@3.972.68
- @aws-sdk/credential-provider-login@3.972.73
- @aws-sdk/nested-clients@3.997.40
- @aws-sdk/credential-provider-http@3.972.70
- @aws-sdk/credential-provider-login@3.972.75
- @aws-sdk/nested-clients@3.997.42
These packages each contain the following license:
Generated Vendored
+6 -16
View File
@@ -19995,8 +19995,6 @@ var init_ListSchema = __esm({
init_Schema();
ListSchema = class _ListSchema extends Schema {
static symbol = /* @__PURE__ */ Symbol.for("@smithy/lis");
name;
traits;
valueSchema;
symbol = _ListSchema.symbol;
};
@@ -20016,8 +20014,6 @@ var init_MapSchema = __esm({
init_Schema();
MapSchema = class _MapSchema extends Schema {
static symbol = /* @__PURE__ */ Symbol.for("@smithy/map");
name;
traits;
keySchema;
valueSchema;
symbol = _MapSchema.symbol;
@@ -20039,8 +20035,6 @@ var init_OperationSchema = __esm({
init_Schema();
OperationSchema = class _OperationSchema extends Schema {
static symbol = /* @__PURE__ */ Symbol.for("@smithy/ope");
name;
traits;
input;
output;
symbol = _OperationSchema.symbol;
@@ -20062,8 +20056,6 @@ var init_StructureSchema = __esm({
init_Schema();
StructureSchema = class _StructureSchema extends Schema {
static symbol = /* @__PURE__ */ Symbol.for("@smithy/str");
name;
traits;
memberNames;
memberList;
symbol = _StructureSchema.symbol;
@@ -20429,9 +20421,7 @@ var init_SimpleSchema = __esm({
init_Schema();
SimpleSchema = class _SimpleSchema extends Schema {
static symbol = /* @__PURE__ */ Symbol.for("@smithy/sim");
name;
schemaRef;
traits;
symbol = _SimpleSchema.symbol;
};
sim = (namespace, name, schemaRef, traits) => Schema.assign(new SimpleSchema(), {
@@ -34839,7 +34829,7 @@ var init_package = __esm({
"node_modules/@aws-sdk/nested-clients/package.json"() {
package_default = {
name: "@aws-sdk/nested-clients",
version: "3.997.40",
version: "3.997.42",
description: "Nested clients for AWS SDK packages.",
homepage: "https://github.com/aws/aws-sdk-js-v3/tree/main/packages/nested-clients",
license: "Apache-2.0",
@@ -34939,9 +34929,9 @@ var init_package = __esm({
"test:watch": "yarn g:vitest watch"
},
dependencies: {
"@aws-sdk/core": "^3.977.5",
"@aws-sdk/signature-v4-multi-region": "^3.996.43",
"@aws-sdk/types": "^3.974.2",
"@aws-sdk/core": "^3.977.7",
"@aws-sdk/signature-v4-multi-region": "^3.996.44",
"@aws-sdk/types": "^3.974.3",
"@smithy/core": "^3.31.1",
"@smithy/fetch-http-handler": "^5.6.13",
"@smithy/node-http-handler": "^4.9.13",
@@ -34952,7 +34942,7 @@ var init_package = __esm({
concurrently: "7.0.0",
"downlevel-dts": "0.10.1",
premove: "4.0.0",
typescript: "~5.8.3"
typescript: "~6.0.3"
},
engines: {
node: ">=20.0.0"
@@ -44964,7 +44954,7 @@ var require_dist_cjs16 = __commonJS({
Region: { type: "builtInParams", name: "region" },
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" }
};
var version = "3.1100.0";
var version = "3.1105.0";
var packageInfo = {
version
};