@scality/cloudserverclient 0.0.1-test → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -9
- package/build/smithy/source/typescript-codegen/dist-types/runtimeConfig.browser.d.ts +6 -1
- package/build/smithy/source/typescript-codegen/dist-types/runtimeConfig.d.ts +6 -1
- package/build/smithy/source/typescript-codegen/dist-types/runtimeConfig.native.d.ts +6 -1
- package/build/smithy/source/typescript-codegen/node_modules/@aws-crypto/sha256-browser/node_modules/@aws-sdk/types/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@aws-crypto/sha256-js/node_modules/@aws-sdk/types/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@aws-crypto/util/node_modules/@aws-sdk/types/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +10 -38
- package/build/smithy/source/typescript-codegen/node_modules/@aws-sdk/util-locate-window/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/abort-controller/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/config-resolver/package.json +5 -5
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +19 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +8 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/dist-es/submodules/cbor/CborCodec.js +19 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/dist-es/submodules/schema/schemas/NormalizedSchema.js +8 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/dist-types/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/dist-types/ts3.4/submodules/schema/schemas/NormalizedSchema.d.ts +6 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/core/package.json +10 -8
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/credential-provider-imds/package.json +5 -5
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/fetch-http-handler/package.json +5 -5
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/hash-node/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/invalid-dependency/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-content-length/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +11 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/createConfigValueProvider.js +10 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-endpoint/dist-es/adaptors/getEndpointFromInstructions.js +1 -1
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +2 -1
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-endpoint/dist-types/ts3.4/adaptors/createConfigValueProvider.d.ts +2 -1
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-retry/package.json +8 -8
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/middleware-stack/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/node-config-provider/package.json +4 -4
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/node-http-handler/package.json +5 -5
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/property-provider/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/protocol-http/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/querystring-builder/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/querystring-parser/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/service-error-classification/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/shared-ini-file-loader/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/signature-v4/package.json +4 -4
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/smithy-client/dist-cjs/index.js +6 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/smithy-client/dist-es/client.js +6 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/smithy-client/dist-types/client.d.ts +33 -7
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/smithy-client/dist-types/ts3.4/client.d.ts +33 -7
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/smithy-client/package.json +7 -7
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/dist-types/schema/schema-deprecated.d.ts +7 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/dist-types/schema/schema.d.ts +6 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/dist-types/schema/static-schemas.d.ts +16 -1
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/dist-types/ts3.4/schema/schema-deprecated.d.ts +7 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/dist-types/ts3.4/schema/schema.d.ts +6 -0
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/dist-types/ts3.4/schema/static-schemas.d.ts +16 -1
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/types/package.json +1 -1
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/url-parser/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/util-defaults-mode-browser/package.json +4 -4
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/util-defaults-mode-node/package.json +7 -7
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/util-endpoints/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/util-middleware/package.json +2 -2
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/util-retry/package.json +3 -3
- package/build/smithy/source/typescript-codegen/node_modules/@smithy/util-stream/package.json +4 -4
- package/build/smithy/source/typescript-codegen/node_modules/downlevel-dts/node_modules/typescript/lib/_tsc.js +1 -1
- package/build/smithy/source/typescript-codegen/node_modules/downlevel-dts/node_modules/typescript/lib/typescript.js +1 -1
- package/build/smithy/source/typescript-codegen/node_modules/downlevel-dts/node_modules/typescript/package.json +2 -2
- package/build/smithy/source/typescript-codegen/tsconfig.cjs.tsbuildinfo +1 -1
- package/build/smithy/source/typescript-codegen/tsconfig.es.tsbuildinfo +1 -1
- package/build/smithy/source/typescript-codegen/tsconfig.types.tsbuildinfo +1 -1
- package/build/smithy/source/typescript-codegen/yarn.lock +203 -203
- package/package.json +3 -3
|
@@ -327,11 +327,11 @@
|
|
|
327
327
|
tslib "^2.6.2"
|
|
328
328
|
|
|
329
329
|
"@aws-sdk/types@^3.222.0":
|
|
330
|
-
version "3.
|
|
331
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.
|
|
332
|
-
integrity sha512-
|
|
330
|
+
version "3.953.0"
|
|
331
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.953.0.tgz#d9a67388fa04e1f3af69592e78ec263769579273"
|
|
332
|
+
integrity sha512-M9Iwg9kTyqTErI0vOTVVpcnTHWzS3VplQppy8MuL02EE+mJ0BIwpWfsaAPQW+/XnVpdNpWZTsHcNE29f1+hR8g==
|
|
333
333
|
dependencies:
|
|
334
|
-
"@smithy/types" "^4.
|
|
334
|
+
"@smithy/types" "^4.10.0"
|
|
335
335
|
tslib "^2.6.2"
|
|
336
336
|
|
|
337
337
|
"@aws-sdk/util-endpoints@3.848.0":
|
|
@@ -346,9 +346,9 @@
|
|
|
346
346
|
tslib "^2.6.2"
|
|
347
347
|
|
|
348
348
|
"@aws-sdk/util-locate-window@^3.0.0":
|
|
349
|
-
version "3.
|
|
350
|
-
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.
|
|
351
|
-
integrity sha512-
|
|
349
|
+
version "3.953.0"
|
|
350
|
+
resolved "https://registry.yarnpkg.com/@aws-sdk/util-locate-window/-/util-locate-window-3.953.0.tgz#2ebcfb56adf4eceea5382065435c6d13d27c0140"
|
|
351
|
+
integrity sha512-mPxK+I1LcrgC/RSa3G5AMAn8eN2Ay0VOgw8lSRmV1jCtO+iYvNeCqOdxoJUjOW6I5BA4niIRWqVORuRP07776Q==
|
|
352
352
|
dependencies:
|
|
353
353
|
tslib "^2.6.2"
|
|
354
354
|
|
|
@@ -386,80 +386,80 @@
|
|
|
386
386
|
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.28.4.tgz#a70226016fabe25c5783b2f22d3e1c9bc5ca3326"
|
|
387
387
|
integrity sha512-Q/N6JNWvIvPnLDvjlE1OUBLPQHH6l3CltCEsHIujp45zQUSSh8K+gHnaEX45yAT1nyngnINhvWtzN+Nb9D8RAQ==
|
|
388
388
|
|
|
389
|
-
"@smithy/abort-controller@^4.2.
|
|
390
|
-
version "4.2.
|
|
391
|
-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.
|
|
392
|
-
integrity sha512-
|
|
389
|
+
"@smithy/abort-controller@^4.2.7":
|
|
390
|
+
version "4.2.7"
|
|
391
|
+
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-4.2.7.tgz#b475e8d7bb1aeee45fdc8d984c35e6ca9bb0428c"
|
|
392
|
+
integrity sha512-rzMY6CaKx2qxrbYbqjXWS0plqEy7LOdKHS0bg4ixJ6aoGDPNUcLWk/FRNuCILh7GKLG9TFUXYYeQQldMBBwuyw==
|
|
393
393
|
dependencies:
|
|
394
|
-
"@smithy/types" "^4.
|
|
394
|
+
"@smithy/types" "^4.11.0"
|
|
395
395
|
tslib "^2.6.2"
|
|
396
396
|
|
|
397
|
-
"@smithy/config-resolver@^4.1.4", "@smithy/config-resolver@^4.4.
|
|
398
|
-
version "4.4.
|
|
399
|
-
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.
|
|
400
|
-
integrity sha512-
|
|
397
|
+
"@smithy/config-resolver@^4.1.4", "@smithy/config-resolver@^4.4.5":
|
|
398
|
+
version "4.4.5"
|
|
399
|
+
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-4.4.5.tgz#35e792b6db00887bdd029df9b41780ca005d064b"
|
|
400
|
+
integrity sha512-HAGoUAFYsUkoSckuKbCPayECeMim8pOu+yLy1zOxt1sifzEbrsRpYa+mKcMdiHKMeiqOibyPG0sFJnmaV/OGEg==
|
|
401
401
|
dependencies:
|
|
402
|
-
"@smithy/node-config-provider" "^4.3.
|
|
403
|
-
"@smithy/types" "^4.
|
|
402
|
+
"@smithy/node-config-provider" "^4.3.7"
|
|
403
|
+
"@smithy/types" "^4.11.0"
|
|
404
404
|
"@smithy/util-config-provider" "^4.2.0"
|
|
405
|
-
"@smithy/util-endpoints" "^3.2.
|
|
406
|
-
"@smithy/util-middleware" "^4.2.
|
|
405
|
+
"@smithy/util-endpoints" "^3.2.7"
|
|
406
|
+
"@smithy/util-middleware" "^4.2.7"
|
|
407
407
|
tslib "^2.6.2"
|
|
408
408
|
|
|
409
|
-
"@smithy/core@^3.
|
|
410
|
-
version "3.
|
|
411
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.
|
|
412
|
-
integrity sha512-
|
|
409
|
+
"@smithy/core@^3.20.0", "@smithy/core@^3.7.0", "@smithy/core@^3.7.2":
|
|
410
|
+
version "3.20.0"
|
|
411
|
+
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-3.20.0.tgz#59dbd689e2efe70870591e4331faece9b20a18dd"
|
|
412
|
+
integrity sha512-WsSHCPq/neD5G/MkK4csLI5Y5Pkd9c1NMfpYEKeghSGaD4Ja1qLIohRQf2D5c1Uy5aXp76DeKHkzWZ9KAlHroQ==
|
|
413
413
|
dependencies:
|
|
414
|
-
"@smithy/middleware-serde" "^4.2.
|
|
415
|
-
"@smithy/protocol-http" "^5.3.
|
|
416
|
-
"@smithy/types" "^4.
|
|
414
|
+
"@smithy/middleware-serde" "^4.2.8"
|
|
415
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
416
|
+
"@smithy/types" "^4.11.0"
|
|
417
417
|
"@smithy/util-base64" "^4.3.0"
|
|
418
418
|
"@smithy/util-body-length-browser" "^4.2.0"
|
|
419
|
-
"@smithy/util-middleware" "^4.2.
|
|
420
|
-
"@smithy/util-stream" "^4.5.
|
|
419
|
+
"@smithy/util-middleware" "^4.2.7"
|
|
420
|
+
"@smithy/util-stream" "^4.5.8"
|
|
421
421
|
"@smithy/util-utf8" "^4.2.0"
|
|
422
422
|
"@smithy/uuid" "^1.1.0"
|
|
423
423
|
tslib "^2.6.2"
|
|
424
424
|
|
|
425
|
-
"@smithy/credential-provider-imds@^4.0.6", "@smithy/credential-provider-imds@^4.2.
|
|
426
|
-
version "4.2.
|
|
427
|
-
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.
|
|
428
|
-
integrity sha512-
|
|
425
|
+
"@smithy/credential-provider-imds@^4.0.6", "@smithy/credential-provider-imds@^4.2.7":
|
|
426
|
+
version "4.2.7"
|
|
427
|
+
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-4.2.7.tgz#bfbbf797599c3944509ef4c9690a5c960e153ef5"
|
|
428
|
+
integrity sha512-CmduWdCiILCRNbQWFR0OcZlUPVtyE49Sr8yYL0rZQ4D/wKxiNzBNS/YHemvnbkIWj623fplgkexUd/c9CAKdoA==
|
|
429
429
|
dependencies:
|
|
430
|
-
"@smithy/node-config-provider" "^4.3.
|
|
431
|
-
"@smithy/property-provider" "^4.2.
|
|
432
|
-
"@smithy/types" "^4.
|
|
433
|
-
"@smithy/url-parser" "^4.2.
|
|
430
|
+
"@smithy/node-config-provider" "^4.3.7"
|
|
431
|
+
"@smithy/property-provider" "^4.2.7"
|
|
432
|
+
"@smithy/types" "^4.11.0"
|
|
433
|
+
"@smithy/url-parser" "^4.2.7"
|
|
434
434
|
tslib "^2.6.2"
|
|
435
435
|
|
|
436
|
-
"@smithy/fetch-http-handler@^5.1.0", "@smithy/fetch-http-handler@^5.3.
|
|
437
|
-
version "5.3.
|
|
438
|
-
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.
|
|
439
|
-
integrity sha512-
|
|
436
|
+
"@smithy/fetch-http-handler@^5.1.0", "@smithy/fetch-http-handler@^5.3.8":
|
|
437
|
+
version "5.3.8"
|
|
438
|
+
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-5.3.8.tgz#092a1b6dfdf5981853c7b0d98ebf048cc5e56c2b"
|
|
439
|
+
integrity sha512-h/Fi+o7mti4n8wx1SR6UHWLaakwHRx29sizvp8OOm7iqwKGFneT06GCSFhml6Bha5BT6ot5pj3CYZnCHhGC2Rg==
|
|
440
440
|
dependencies:
|
|
441
|
-
"@smithy/protocol-http" "^5.3.
|
|
442
|
-
"@smithy/querystring-builder" "^4.2.
|
|
443
|
-
"@smithy/types" "^4.
|
|
441
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
442
|
+
"@smithy/querystring-builder" "^4.2.7"
|
|
443
|
+
"@smithy/types" "^4.11.0"
|
|
444
444
|
"@smithy/util-base64" "^4.3.0"
|
|
445
445
|
tslib "^2.6.2"
|
|
446
446
|
|
|
447
447
|
"@smithy/hash-node@^4.0.4":
|
|
448
|
-
version "4.2.
|
|
449
|
-
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.2.
|
|
450
|
-
integrity sha512-
|
|
448
|
+
version "4.2.7"
|
|
449
|
+
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-4.2.7.tgz#74a3d3ed8d47ecbe68d19e79af1d23f5abbb7253"
|
|
450
|
+
integrity sha512-PU/JWLTBCV1c8FtB8tEFnY4eV1tSfBc7bDBADHfn1K+uRbPgSJ9jnJp0hyjiFN2PMdPzxsf1Fdu0eo9fJ760Xw==
|
|
451
451
|
dependencies:
|
|
452
|
-
"@smithy/types" "^4.
|
|
452
|
+
"@smithy/types" "^4.11.0"
|
|
453
453
|
"@smithy/util-buffer-from" "^4.2.0"
|
|
454
454
|
"@smithy/util-utf8" "^4.2.0"
|
|
455
455
|
tslib "^2.6.2"
|
|
456
456
|
|
|
457
457
|
"@smithy/invalid-dependency@^4.0.4":
|
|
458
|
-
version "4.2.
|
|
459
|
-
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.2.
|
|
460
|
-
integrity sha512-
|
|
458
|
+
version "4.2.7"
|
|
459
|
+
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-4.2.7.tgz#0afcc586db3032f94f3c1ea1054665b16f793b16"
|
|
460
|
+
integrity sha512-ncvgCr9a15nPlkhIUx3CU4d7E7WEuVJOV7fS7nnK2hLtPK9tYRBkMHQbhXU1VvvKeBm/O0x26OEoBq+ngFpOEQ==
|
|
461
461
|
dependencies:
|
|
462
|
-
"@smithy/types" "^4.
|
|
462
|
+
"@smithy/types" "^4.11.0"
|
|
463
463
|
tslib "^2.6.2"
|
|
464
464
|
|
|
465
465
|
"@smithy/is-array-buffer@^2.2.0":
|
|
@@ -477,170 +477,170 @@
|
|
|
477
477
|
tslib "^2.6.2"
|
|
478
478
|
|
|
479
479
|
"@smithy/middleware-content-length@^4.0.4":
|
|
480
|
-
version "4.2.
|
|
481
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.2.
|
|
482
|
-
integrity sha512-
|
|
480
|
+
version "4.2.7"
|
|
481
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-4.2.7.tgz#d9968dc1a6ac3aea9f05a92a900f231e72ba3fbc"
|
|
482
|
+
integrity sha512-GszfBfCcvt7kIbJ41LuNa5f0wvQCHhnGx/aDaZJCCT05Ld6x6U2s0xsc/0mBFONBZjQJp2U/0uSJ178OXOwbhg==
|
|
483
483
|
dependencies:
|
|
484
|
-
"@smithy/protocol-http" "^5.3.
|
|
485
|
-
"@smithy/types" "^4.
|
|
484
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
485
|
+
"@smithy/types" "^4.11.0"
|
|
486
486
|
tslib "^2.6.2"
|
|
487
487
|
|
|
488
|
-
"@smithy/middleware-endpoint@^4.1.15", "@smithy/middleware-endpoint@^4.1.17", "@smithy/middleware-endpoint@^4.
|
|
489
|
-
version "4.
|
|
490
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.
|
|
491
|
-
integrity sha512-
|
|
488
|
+
"@smithy/middleware-endpoint@^4.1.15", "@smithy/middleware-endpoint@^4.1.17", "@smithy/middleware-endpoint@^4.4.1":
|
|
489
|
+
version "4.4.1"
|
|
490
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-4.4.1.tgz#118f27b3ce85cdf66b62866c8de87fa2a5ec86ee"
|
|
491
|
+
integrity sha512-gpLspUAoe6f1M6H0u4cVuFzxZBrsGZmjx2O9SigurTx4PbntYa4AJ+o0G0oGm1L2oSX6oBhcGHwrfJHup2JnJg==
|
|
492
492
|
dependencies:
|
|
493
|
-
"@smithy/core" "^3.
|
|
494
|
-
"@smithy/middleware-serde" "^4.2.
|
|
495
|
-
"@smithy/node-config-provider" "^4.3.
|
|
496
|
-
"@smithy/shared-ini-file-loader" "^4.4.
|
|
497
|
-
"@smithy/types" "^4.
|
|
498
|
-
"@smithy/url-parser" "^4.2.
|
|
499
|
-
"@smithy/util-middleware" "^4.2.
|
|
493
|
+
"@smithy/core" "^3.20.0"
|
|
494
|
+
"@smithy/middleware-serde" "^4.2.8"
|
|
495
|
+
"@smithy/node-config-provider" "^4.3.7"
|
|
496
|
+
"@smithy/shared-ini-file-loader" "^4.4.2"
|
|
497
|
+
"@smithy/types" "^4.11.0"
|
|
498
|
+
"@smithy/url-parser" "^4.2.7"
|
|
499
|
+
"@smithy/util-middleware" "^4.2.7"
|
|
500
500
|
tslib "^2.6.2"
|
|
501
501
|
|
|
502
502
|
"@smithy/middleware-retry@^4.1.16", "@smithy/middleware-retry@^4.1.18":
|
|
503
|
-
version "4.4.
|
|
504
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.
|
|
505
|
-
integrity sha512-
|
|
506
|
-
dependencies:
|
|
507
|
-
"@smithy/node-config-provider" "^4.3.
|
|
508
|
-
"@smithy/protocol-http" "^5.3.
|
|
509
|
-
"@smithy/service-error-classification" "^4.2.
|
|
510
|
-
"@smithy/smithy-client" "^4.
|
|
511
|
-
"@smithy/types" "^4.
|
|
512
|
-
"@smithy/util-middleware" "^4.2.
|
|
513
|
-
"@smithy/util-retry" "^4.2.
|
|
503
|
+
version "4.4.17"
|
|
504
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-4.4.17.tgz#b71568f8292f2743801aecd056021bca5a66e013"
|
|
505
|
+
integrity sha512-MqbXK6Y9uq17h+4r0ogu/sBT6V/rdV+5NvYL7ZV444BKfQygYe8wAhDrVXagVebN6w2RE0Fm245l69mOsPGZzg==
|
|
506
|
+
dependencies:
|
|
507
|
+
"@smithy/node-config-provider" "^4.3.7"
|
|
508
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
509
|
+
"@smithy/service-error-classification" "^4.2.7"
|
|
510
|
+
"@smithy/smithy-client" "^4.10.2"
|
|
511
|
+
"@smithy/types" "^4.11.0"
|
|
512
|
+
"@smithy/util-middleware" "^4.2.7"
|
|
513
|
+
"@smithy/util-retry" "^4.2.7"
|
|
514
514
|
"@smithy/uuid" "^1.1.0"
|
|
515
515
|
tslib "^2.6.2"
|
|
516
516
|
|
|
517
|
-
"@smithy/middleware-serde@^4.0.8", "@smithy/middleware-serde@^4.2.
|
|
518
|
-
version "4.2.
|
|
519
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.
|
|
520
|
-
integrity sha512-
|
|
517
|
+
"@smithy/middleware-serde@^4.0.8", "@smithy/middleware-serde@^4.2.8":
|
|
518
|
+
version "4.2.8"
|
|
519
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-4.2.8.tgz#57f1baa98899fd96f4737465b3a363acf1963e0a"
|
|
520
|
+
integrity sha512-8rDGYen5m5+NV9eHv9ry0sqm2gI6W7mc1VSFMtn6Igo25S507/HaOX9LTHAS2/J32VXD0xSzrY0H5FJtOMS4/w==
|
|
521
521
|
dependencies:
|
|
522
|
-
"@smithy/protocol-http" "^5.3.
|
|
523
|
-
"@smithy/types" "^4.
|
|
522
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
523
|
+
"@smithy/types" "^4.11.0"
|
|
524
524
|
tslib "^2.6.2"
|
|
525
525
|
|
|
526
|
-
"@smithy/middleware-stack@^4.0.4", "@smithy/middleware-stack@^4.2.
|
|
527
|
-
version "4.2.
|
|
528
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.
|
|
529
|
-
integrity sha512-
|
|
526
|
+
"@smithy/middleware-stack@^4.0.4", "@smithy/middleware-stack@^4.2.7":
|
|
527
|
+
version "4.2.7"
|
|
528
|
+
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-4.2.7.tgz#39d7bdf3a403b3d1f82caad71be66bfe7d88a790"
|
|
529
|
+
integrity sha512-bsOT0rJ+HHlZd9crHoS37mt8qRRN/h9jRve1SXUhVbkRzu0QaNYZp1i1jha4n098tsvROjcwfLlfvcFuJSXEsw==
|
|
530
530
|
dependencies:
|
|
531
|
-
"@smithy/types" "^4.
|
|
531
|
+
"@smithy/types" "^4.11.0"
|
|
532
532
|
tslib "^2.6.2"
|
|
533
533
|
|
|
534
|
-
"@smithy/node-config-provider@^4.1.3", "@smithy/node-config-provider@^4.3.
|
|
535
|
-
version "4.3.
|
|
536
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.
|
|
537
|
-
integrity sha512-
|
|
534
|
+
"@smithy/node-config-provider@^4.1.3", "@smithy/node-config-provider@^4.3.7":
|
|
535
|
+
version "4.3.7"
|
|
536
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-4.3.7.tgz#c023fa857b008c314f621fb5b124724c157b2fd3"
|
|
537
|
+
integrity sha512-7r58wq8sdOcrwWe+klL9y3bc4GW1gnlfnFOuL7CXa7UzfhzhxKuzNdtqgzmTV+53lEp9NXh5hY/S4UgjLOzPfw==
|
|
538
538
|
dependencies:
|
|
539
|
-
"@smithy/property-provider" "^4.2.
|
|
540
|
-
"@smithy/shared-ini-file-loader" "^4.4.
|
|
541
|
-
"@smithy/types" "^4.
|
|
539
|
+
"@smithy/property-provider" "^4.2.7"
|
|
540
|
+
"@smithy/shared-ini-file-loader" "^4.4.2"
|
|
541
|
+
"@smithy/types" "^4.11.0"
|
|
542
542
|
tslib "^2.6.2"
|
|
543
543
|
|
|
544
|
-
"@smithy/node-http-handler@^4.1.0", "@smithy/node-http-handler@^4.4.
|
|
545
|
-
version "4.4.
|
|
546
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.
|
|
547
|
-
integrity sha512-
|
|
544
|
+
"@smithy/node-http-handler@^4.1.0", "@smithy/node-http-handler@^4.4.7":
|
|
545
|
+
version "4.4.7"
|
|
546
|
+
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-4.4.7.tgz#ebdb6c10e8d203af22429987ed795b105e4e848f"
|
|
547
|
+
integrity sha512-NELpdmBOO6EpZtWgQiHjoShs1kmweaiNuETUpuup+cmm/xJYjT4eUjfhrXRP4jCOaAsS3c3yPsP3B+K+/fyPCQ==
|
|
548
548
|
dependencies:
|
|
549
|
-
"@smithy/abort-controller" "^4.2.
|
|
550
|
-
"@smithy/protocol-http" "^5.3.
|
|
551
|
-
"@smithy/querystring-builder" "^4.2.
|
|
552
|
-
"@smithy/types" "^4.
|
|
549
|
+
"@smithy/abort-controller" "^4.2.7"
|
|
550
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
551
|
+
"@smithy/querystring-builder" "^4.2.7"
|
|
552
|
+
"@smithy/types" "^4.11.0"
|
|
553
553
|
tslib "^2.6.2"
|
|
554
554
|
|
|
555
|
-
"@smithy/property-provider@^4.0.4", "@smithy/property-provider@^4.2.
|
|
556
|
-
version "4.2.
|
|
557
|
-
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.
|
|
558
|
-
integrity sha512-
|
|
555
|
+
"@smithy/property-provider@^4.0.4", "@smithy/property-provider@^4.2.7":
|
|
556
|
+
version "4.2.7"
|
|
557
|
+
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-4.2.7.tgz#cd0044e13495cf4064b3a6ed3299e5f549ba7513"
|
|
558
|
+
integrity sha512-jmNYKe9MGGPoSl/D7JDDs1C8b3dC8f/w78LbaVfoTtWy4xAd5dfjaFG9c9PWPihY4ggMQNQSMtzU77CNgAJwmA==
|
|
559
559
|
dependencies:
|
|
560
|
-
"@smithy/types" "^4.
|
|
560
|
+
"@smithy/types" "^4.11.0"
|
|
561
561
|
tslib "^2.6.2"
|
|
562
562
|
|
|
563
|
-
"@smithy/protocol-http@^5.1.2", "@smithy/protocol-http@^5.3.
|
|
564
|
-
version "5.3.
|
|
565
|
-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.
|
|
566
|
-
integrity sha512-
|
|
563
|
+
"@smithy/protocol-http@^5.1.2", "@smithy/protocol-http@^5.3.7":
|
|
564
|
+
version "5.3.7"
|
|
565
|
+
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-5.3.7.tgz#2a58a1dfdb7cc90a8c79f081b5b6cf96d888891a"
|
|
566
|
+
integrity sha512-1r07pb994I20dD/c2seaZhoCuNYm0rWrvBxhCQ70brNh11M5Ml2ew6qJVo0lclB3jMIXirD4s2XRXRe7QEi0xA==
|
|
567
567
|
dependencies:
|
|
568
|
-
"@smithy/types" "^4.
|
|
568
|
+
"@smithy/types" "^4.11.0"
|
|
569
569
|
tslib "^2.6.2"
|
|
570
570
|
|
|
571
|
-
"@smithy/querystring-builder@^4.2.
|
|
572
|
-
version "4.2.
|
|
573
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.
|
|
574
|
-
integrity sha512-
|
|
571
|
+
"@smithy/querystring-builder@^4.2.7":
|
|
572
|
+
version "4.2.7"
|
|
573
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-4.2.7.tgz#92ada986c6026a56b26e36c64bcea6ece68d0ecb"
|
|
574
|
+
integrity sha512-eKONSywHZxK4tBxe2lXEysh8wbBdvDWiA+RIuaxZSgCMmA0zMgoDpGLJhnyj+c0leOQprVnXOmcB4m+W9Rw7sg==
|
|
575
575
|
dependencies:
|
|
576
|
-
"@smithy/types" "^4.
|
|
576
|
+
"@smithy/types" "^4.11.0"
|
|
577
577
|
"@smithy/util-uri-escape" "^4.2.0"
|
|
578
578
|
tslib "^2.6.2"
|
|
579
579
|
|
|
580
|
-
"@smithy/querystring-parser@^4.2.
|
|
581
|
-
version "4.2.
|
|
582
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.
|
|
583
|
-
integrity sha512-
|
|
580
|
+
"@smithy/querystring-parser@^4.2.7":
|
|
581
|
+
version "4.2.7"
|
|
582
|
+
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-4.2.7.tgz#4c645b8164d7c17270b60fc2e0f5098ae3bf0fad"
|
|
583
|
+
integrity sha512-3X5ZvzUHmlSTHAXFlswrS6EGt8fMSIxX/c3Rm1Pni3+wYWB6cjGocmRIoqcQF9nU5OgGmL0u7l9m44tSUpfj9w==
|
|
584
584
|
dependencies:
|
|
585
|
-
"@smithy/types" "^4.
|
|
585
|
+
"@smithy/types" "^4.11.0"
|
|
586
586
|
tslib "^2.6.2"
|
|
587
587
|
|
|
588
|
-
"@smithy/service-error-classification@^4.2.
|
|
589
|
-
version "4.2.
|
|
590
|
-
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.
|
|
591
|
-
integrity sha512-
|
|
588
|
+
"@smithy/service-error-classification@^4.2.7":
|
|
589
|
+
version "4.2.7"
|
|
590
|
+
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-4.2.7.tgz#bcad2f16874187135d24ab588a3bb4424b073d89"
|
|
591
|
+
integrity sha512-YB7oCbukqEb2Dlh3340/8g8vNGbs/QsNNRms+gv3N2AtZz9/1vSBx6/6tpwQpZMEJFs7Uq8h4mmOn48ZZ72MkA==
|
|
592
592
|
dependencies:
|
|
593
|
-
"@smithy/types" "^4.
|
|
593
|
+
"@smithy/types" "^4.11.0"
|
|
594
594
|
|
|
595
|
-
"@smithy/shared-ini-file-loader@^4.0.4", "@smithy/shared-ini-file-loader@^4.4.
|
|
596
|
-
version "4.4.
|
|
597
|
-
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.
|
|
598
|
-
integrity sha512-
|
|
595
|
+
"@smithy/shared-ini-file-loader@^4.0.4", "@smithy/shared-ini-file-loader@^4.4.2":
|
|
596
|
+
version "4.4.2"
|
|
597
|
+
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-4.4.2.tgz#8fa1b459de485b11185fe8c64182e3205a280ba9"
|
|
598
|
+
integrity sha512-M7iUUff/KwfNunmrgtqBfvZSzh3bmFgv/j/t1Y1dQ+8dNo34br1cqVEqy6v0mYEgi0DkGO7Xig0AnuOaEGVlcg==
|
|
599
599
|
dependencies:
|
|
600
|
-
"@smithy/types" "^4.
|
|
600
|
+
"@smithy/types" "^4.11.0"
|
|
601
601
|
tslib "^2.6.2"
|
|
602
602
|
|
|
603
603
|
"@smithy/signature-v4@^5.1.2":
|
|
604
|
-
version "5.3.
|
|
605
|
-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.
|
|
606
|
-
integrity sha512-
|
|
604
|
+
version "5.3.7"
|
|
605
|
+
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-5.3.7.tgz#20fe4e8e9abea413b1bdbf8560e74ad7cdee65cf"
|
|
606
|
+
integrity sha512-9oNUlqBlFZFOSdxgImA6X5GFuzE7V2H7VG/7E70cdLhidFbdtvxxt81EHgykGK5vq5D3FafH//X+Oy31j3CKOg==
|
|
607
607
|
dependencies:
|
|
608
608
|
"@smithy/is-array-buffer" "^4.2.0"
|
|
609
|
-
"@smithy/protocol-http" "^5.3.
|
|
610
|
-
"@smithy/types" "^4.
|
|
609
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
610
|
+
"@smithy/types" "^4.11.0"
|
|
611
611
|
"@smithy/util-hex-encoding" "^4.2.0"
|
|
612
|
-
"@smithy/util-middleware" "^4.2.
|
|
612
|
+
"@smithy/util-middleware" "^4.2.7"
|
|
613
613
|
"@smithy/util-uri-escape" "^4.2.0"
|
|
614
614
|
"@smithy/util-utf8" "^4.2.0"
|
|
615
615
|
tslib "^2.6.2"
|
|
616
616
|
|
|
617
|
-
"@smithy/smithy-client@^4.
|
|
618
|
-
version "4.
|
|
619
|
-
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.
|
|
620
|
-
integrity sha512-
|
|
617
|
+
"@smithy/smithy-client@^4.10.2", "@smithy/smithy-client@^4.4.7", "@smithy/smithy-client@^4.4.9":
|
|
618
|
+
version "4.10.2"
|
|
619
|
+
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-4.10.2.tgz#82b9ef9e764201e86fa38d00f0b59c7b34a62463"
|
|
620
|
+
integrity sha512-D5z79xQWpgrGpAHb054Fn2CCTQZpog7JELbVQ6XAvXs5MNKWf28U9gzSBlJkOyMl9LA1TZEjRtwvGXfP0Sl90g==
|
|
621
621
|
dependencies:
|
|
622
|
-
"@smithy/core" "^3.
|
|
623
|
-
"@smithy/middleware-endpoint" "^4.
|
|
624
|
-
"@smithy/middleware-stack" "^4.2.
|
|
625
|
-
"@smithy/protocol-http" "^5.3.
|
|
626
|
-
"@smithy/types" "^4.
|
|
627
|
-
"@smithy/util-stream" "^4.5.
|
|
622
|
+
"@smithy/core" "^3.20.0"
|
|
623
|
+
"@smithy/middleware-endpoint" "^4.4.1"
|
|
624
|
+
"@smithy/middleware-stack" "^4.2.7"
|
|
625
|
+
"@smithy/protocol-http" "^5.3.7"
|
|
626
|
+
"@smithy/types" "^4.11.0"
|
|
627
|
+
"@smithy/util-stream" "^4.5.8"
|
|
628
628
|
tslib "^2.6.2"
|
|
629
629
|
|
|
630
|
-
"@smithy/types@^4.
|
|
631
|
-
version "4.
|
|
632
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.
|
|
633
|
-
integrity sha512-
|
|
630
|
+
"@smithy/types@^4.10.0", "@smithy/types@^4.11.0", "@smithy/types@^4.3.1":
|
|
631
|
+
version "4.11.0"
|
|
632
|
+
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-4.11.0.tgz#c02f6184dcb47c4f0b387a32a7eca47956cc09f1"
|
|
633
|
+
integrity sha512-mlrmL0DRDVe3mNrjTcVcZEgkFmufITfUAPBEA+AHYiIeYyJebso/He1qLbP3PssRe22KUzLRpQSdBPbXdgZ2VA==
|
|
634
634
|
dependencies:
|
|
635
635
|
tslib "^2.6.2"
|
|
636
636
|
|
|
637
|
-
"@smithy/url-parser@^4.0.4", "@smithy/url-parser@^4.2.
|
|
638
|
-
version "4.2.
|
|
639
|
-
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.
|
|
640
|
-
integrity sha512
|
|
637
|
+
"@smithy/url-parser@^4.0.4", "@smithy/url-parser@^4.2.7":
|
|
638
|
+
version "4.2.7"
|
|
639
|
+
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-4.2.7.tgz#3137e6f190c446dc8d89271c35f46a2e704bca19"
|
|
640
|
+
integrity sha512-/RLtVsRV4uY3qPWhBDsjwahAtt3x2IsMGnP5W1b2VZIe+qgCqkLxI1UOHDZp1Q1QSOrdOR32MF3Ph2JfWT1VHg==
|
|
641
641
|
dependencies:
|
|
642
|
-
"@smithy/querystring-parser" "^4.2.
|
|
643
|
-
"@smithy/types" "^4.
|
|
642
|
+
"@smithy/querystring-parser" "^4.2.7"
|
|
643
|
+
"@smithy/types" "^4.11.0"
|
|
644
644
|
tslib "^2.6.2"
|
|
645
645
|
|
|
646
646
|
"@smithy/util-base64@^4.0.0", "@smithy/util-base64@^4.3.0":
|
|
@@ -690,35 +690,35 @@
|
|
|
690
690
|
tslib "^2.6.2"
|
|
691
691
|
|
|
692
692
|
"@smithy/util-defaults-mode-browser@^4.0.23", "@smithy/util-defaults-mode-browser@^4.0.25":
|
|
693
|
-
version "4.3.
|
|
694
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.
|
|
695
|
-
integrity sha512
|
|
693
|
+
version "4.3.16"
|
|
694
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-4.3.16.tgz#b89e84e3a50a12dde0ba09f0475bd3c8db1075b7"
|
|
695
|
+
integrity sha512-/eiSP3mzY3TsvUOYMeL4EqUX6fgUOj2eUOU4rMMgVbq67TiRLyxT7Xsjxq0bW3OwuzK009qOwF0L2OgJqperAQ==
|
|
696
696
|
dependencies:
|
|
697
|
-
"@smithy/property-provider" "^4.2.
|
|
698
|
-
"@smithy/smithy-client" "^4.
|
|
699
|
-
"@smithy/types" "^4.
|
|
697
|
+
"@smithy/property-provider" "^4.2.7"
|
|
698
|
+
"@smithy/smithy-client" "^4.10.2"
|
|
699
|
+
"@smithy/types" "^4.11.0"
|
|
700
700
|
tslib "^2.6.2"
|
|
701
701
|
|
|
702
702
|
"@smithy/util-defaults-mode-node@^4.0.23", "@smithy/util-defaults-mode-node@^4.0.25":
|
|
703
|
-
version "4.2.
|
|
704
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.
|
|
705
|
-
integrity sha512-
|
|
703
|
+
version "4.2.19"
|
|
704
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-4.2.19.tgz#a545d026859f4a8f3ab27454d3f026f901bff257"
|
|
705
|
+
integrity sha512-3a4+4mhf6VycEJyHIQLypRbiwG6aJvbQAeRAVXydMmfweEPnLLabRbdyo/Pjw8Rew9vjsh5WCdhmDaHkQnhhhA==
|
|
706
706
|
dependencies:
|
|
707
|
-
"@smithy/config-resolver" "^4.4.
|
|
708
|
-
"@smithy/credential-provider-imds" "^4.2.
|
|
709
|
-
"@smithy/node-config-provider" "^4.3.
|
|
710
|
-
"@smithy/property-provider" "^4.2.
|
|
711
|
-
"@smithy/smithy-client" "^4.
|
|
712
|
-
"@smithy/types" "^4.
|
|
707
|
+
"@smithy/config-resolver" "^4.4.5"
|
|
708
|
+
"@smithy/credential-provider-imds" "^4.2.7"
|
|
709
|
+
"@smithy/node-config-provider" "^4.3.7"
|
|
710
|
+
"@smithy/property-provider" "^4.2.7"
|
|
711
|
+
"@smithy/smithy-client" "^4.10.2"
|
|
712
|
+
"@smithy/types" "^4.11.0"
|
|
713
713
|
tslib "^2.6.2"
|
|
714
714
|
|
|
715
|
-
"@smithy/util-endpoints@^3.0.6", "@smithy/util-endpoints@^3.2.
|
|
716
|
-
version "3.2.
|
|
717
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.2.
|
|
718
|
-
integrity sha512-
|
|
715
|
+
"@smithy/util-endpoints@^3.0.6", "@smithy/util-endpoints@^3.2.7":
|
|
716
|
+
version "3.2.7"
|
|
717
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-3.2.7.tgz#78cd5dd4aac8d9977f49d256d1e3418a09cade72"
|
|
718
|
+
integrity sha512-s4ILhyAvVqhMDYREeTS68R43B1V5aenV5q/V1QpRQJkCXib5BPRo4s7uNdzGtIKxaPHCfU/8YkvPAEvTpxgspg==
|
|
719
719
|
dependencies:
|
|
720
|
-
"@smithy/node-config-provider" "^4.3.
|
|
721
|
-
"@smithy/types" "^4.
|
|
720
|
+
"@smithy/node-config-provider" "^4.3.7"
|
|
721
|
+
"@smithy/types" "^4.11.0"
|
|
722
722
|
tslib "^2.6.2"
|
|
723
723
|
|
|
724
724
|
"@smithy/util-hex-encoding@^4.2.0":
|
|
@@ -728,31 +728,31 @@
|
|
|
728
728
|
dependencies:
|
|
729
729
|
tslib "^2.6.2"
|
|
730
730
|
|
|
731
|
-
"@smithy/util-middleware@^4.0.4", "@smithy/util-middleware@^4.2.
|
|
732
|
-
version "4.2.
|
|
733
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.
|
|
734
|
-
integrity sha512-
|
|
731
|
+
"@smithy/util-middleware@^4.0.4", "@smithy/util-middleware@^4.2.7":
|
|
732
|
+
version "4.2.7"
|
|
733
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-4.2.7.tgz#1cae2c4fd0389ac858d29f7170c33b4443e83524"
|
|
734
|
+
integrity sha512-i1IkpbOae6NvIKsEeLLM9/2q4X+M90KV3oCFgWQI4q0Qz+yUZvsr+gZPdAEAtFhWQhAHpTsJO8DRJPuwVyln+w==
|
|
735
735
|
dependencies:
|
|
736
|
-
"@smithy/types" "^4.
|
|
736
|
+
"@smithy/types" "^4.11.0"
|
|
737
737
|
tslib "^2.6.2"
|
|
738
738
|
|
|
739
|
-
"@smithy/util-retry@^4.0.6", "@smithy/util-retry@^4.2.
|
|
740
|
-
version "4.2.
|
|
741
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.
|
|
742
|
-
integrity sha512-
|
|
739
|
+
"@smithy/util-retry@^4.0.6", "@smithy/util-retry@^4.2.7":
|
|
740
|
+
version "4.2.7"
|
|
741
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-4.2.7.tgz#4abb0d85fbd766757d4569227a68d7caa3a7b8bb"
|
|
742
|
+
integrity sha512-SvDdsQyF5CIASa4EYVT02LukPHVzAgUA4kMAuZ97QJc2BpAqZfA4PINB8/KOoCXEw9tsuv/jQjMeaHFvxdLNGg==
|
|
743
743
|
dependencies:
|
|
744
|
-
"@smithy/service-error-classification" "^4.2.
|
|
745
|
-
"@smithy/types" "^4.
|
|
744
|
+
"@smithy/service-error-classification" "^4.2.7"
|
|
745
|
+
"@smithy/types" "^4.11.0"
|
|
746
746
|
tslib "^2.6.2"
|
|
747
747
|
|
|
748
|
-
"@smithy/util-stream@^4.2.3", "@smithy/util-stream@^4.5.
|
|
749
|
-
version "4.5.
|
|
750
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.5.
|
|
751
|
-
integrity sha512-
|
|
748
|
+
"@smithy/util-stream@^4.2.3", "@smithy/util-stream@^4.5.8":
|
|
749
|
+
version "4.5.8"
|
|
750
|
+
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-4.5.8.tgz#f3c79ff0720ebbae5b90e15be5482b4eeb297882"
|
|
751
|
+
integrity sha512-ZnnBhTapjM0YPGUSmOs0Mcg/Gg87k503qG4zU2v/+Js2Gu+daKOJMeqcQns8ajepY8tgzzfYxl6kQyZKml6O2w==
|
|
752
752
|
dependencies:
|
|
753
|
-
"@smithy/fetch-http-handler" "^5.3.
|
|
754
|
-
"@smithy/node-http-handler" "^4.4.
|
|
755
|
-
"@smithy/types" "^4.
|
|
753
|
+
"@smithy/fetch-http-handler" "^5.3.8"
|
|
754
|
+
"@smithy/node-http-handler" "^4.4.7"
|
|
755
|
+
"@smithy/types" "^4.11.0"
|
|
756
756
|
"@smithy/util-base64" "^4.3.0"
|
|
757
757
|
"@smithy/util-buffer-from" "^4.2.0"
|
|
758
758
|
"@smithy/util-hex-encoding" "^4.2.0"
|
|
@@ -1120,9 +1120,9 @@ tslib@^2.6.2:
|
|
|
1120
1120
|
integrity sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==
|
|
1121
1121
|
|
|
1122
1122
|
typescript@next:
|
|
1123
|
-
version "6.0.0-dev.
|
|
1124
|
-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.0-dev.
|
|
1125
|
-
integrity sha512-
|
|
1123
|
+
version "6.0.0-dev.20251219"
|
|
1124
|
+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.0-dev.20251219.tgz#1d3854a790af1508ac54c60de618fbdc23f292e1"
|
|
1125
|
+
integrity sha512-1T2oKEWiyUPfFnDL9f61hpHOWEytJFT1SRlAHbI3BZnoGuAbpX/JKHfz2xmSpGAizQMyv+Fx2VHGWnDpKMBydg==
|
|
1126
1126
|
|
|
1127
1127
|
typescript@~5.8.3:
|
|
1128
1128
|
version "5.8.3"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@scality/cloudserverclient",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.3",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=20"
|
|
6
6
|
},
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@eslint/compat": "^2.0.0",
|
|
39
|
-
"@scality/eslint-config-scality": "scality/Guidelines#8.3.0",
|
|
39
|
+
"@scality/eslint-config-scality": "github:scality/Guidelines#8.3.0",
|
|
40
40
|
"@types/jest": "^30.0.0",
|
|
41
41
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
42
42
|
"@typescript-eslint/parser": "^6.21.0",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
"license": "Apache-2.0",
|
|
56
56
|
"repository": {
|
|
57
57
|
"type": "git",
|
|
58
|
-
"url": "https://github.com/scality/cloudserverclient.git"
|
|
58
|
+
"url": "git+https://github.com/scality/cloudserverclient.git"
|
|
59
59
|
}
|
|
60
60
|
}
|