@salesforce/plugin-community 3.0.28 → 3.1.0
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 +177 -2
- package/lib/commands/community/create.js.map +1 -1
- package/lib/commands/community/list/template.js.map +1 -1
- package/lib/commands/community/publish.js.map +1 -1
- package/lib/shared/community/connect/CommunityCreateResource.js.map +1 -1
- package/lib/shared/community/connect/CommunityPublishResource.js.map +1 -1
- package/lib/shared/connect/services/ConnectExecutor.js.map +1 -1
- package/npm-shrinkwrap.json +435 -894
- package/oclif.lock +46 -382
- package/oclif.manifest.json +25 -1
- package/package.json +5 -5
package/oclif.lock
CHANGED
|
@@ -910,7 +910,7 @@
|
|
|
910
910
|
"@smithy/types" "^2.10.1"
|
|
911
911
|
tslib "^2.5.0"
|
|
912
912
|
|
|
913
|
-
"@aws-sdk/types@3.521.0"
|
|
913
|
+
"@aws-sdk/types@3.521.0":
|
|
914
914
|
version "3.521.0"
|
|
915
915
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.521.0.tgz#63696760837a1f505b6ef49a668bbff8c827dd2d"
|
|
916
916
|
integrity sha512-H9I3Lut0F9d+kTibrhnTRqDRzhxf/vrDu12FUdTXVZEvVAQ7w9yrVHAZx8j2e8GWegetsQsNitO3KMrj4dA4pw==
|
|
@@ -918,7 +918,7 @@
|
|
|
918
918
|
"@smithy/types" "^2.10.0"
|
|
919
919
|
tslib "^2.5.0"
|
|
920
920
|
|
|
921
|
-
"@aws-sdk/types@3.523.0":
|
|
921
|
+
"@aws-sdk/types@3.523.0", "@aws-sdk/types@^3.222.0":
|
|
922
922
|
version "3.523.0"
|
|
923
923
|
resolved "https://registry.yarnpkg.com/@aws-sdk/types/-/types-3.523.0.tgz#2bb11390023949f31d9211212f41e245a7f03489"
|
|
924
924
|
integrity sha512-AqGIu4u+SxPiUuNBp2acCVcq80KDUFjxe6e3cMTvKWTzCbrVk1AXv0dAaJnCmdkWIha6zJDWxpIk/aL4EGhZ9A==
|
|
@@ -1943,10 +1943,10 @@
|
|
|
1943
1943
|
strip-ansi "6.0.1"
|
|
1944
1944
|
ts-retry-promise "^0.8.0"
|
|
1945
1945
|
|
|
1946
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.
|
|
1947
|
-
version "6.7.
|
|
1948
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.
|
|
1949
|
-
integrity sha512-
|
|
1946
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.7.0", "@salesforce/core@^6.7.1", "@salesforce/core@^6.7.3":
|
|
1947
|
+
version "6.7.3"
|
|
1948
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.3.tgz#5d8f30c40ac3cebb898c8e845fe9a067bc729268"
|
|
1949
|
+
integrity sha512-uU+PuZZGXxByhvnXLH1V3eY5P1caw401dIZ/QvhzYxoP/alPLk7dpChnZNJYH5Rw3dc/AhSPw+eg0cvUyjhP1Q==
|
|
1950
1950
|
dependencies:
|
|
1951
1951
|
"@salesforce/kit" "^3.0.15"
|
|
1952
1952
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -2012,13 +2012,13 @@
|
|
|
2012
2012
|
"@salesforce/ts-types" "^2.0.9"
|
|
2013
2013
|
tslib "^2.6.2"
|
|
2014
2014
|
|
|
2015
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
2016
|
-
version "3.0.
|
|
2017
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
2018
|
-
integrity sha512-
|
|
2015
|
+
"@salesforce/plugin-command-reference@^3.0.71":
|
|
2016
|
+
version "3.0.71"
|
|
2017
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.71.tgz#7645a50e4858b8bed1cf6fd286ffe37a495d2662"
|
|
2018
|
+
integrity sha512-yl9dE8ETC5EgSrFoKjQFDnkZI8/pKYIduorYg8QcB12h6vUyphalpCnLRQ7k1utP0DSBfyjrXGT/OolZbqYhiQ==
|
|
2019
2019
|
dependencies:
|
|
2020
2020
|
"@oclif/core" "^3.20.0"
|
|
2021
|
-
"@salesforce/core" "^6.
|
|
2021
|
+
"@salesforce/core" "^6.7.1"
|
|
2022
2022
|
"@salesforce/kit" "^3.0.15"
|
|
2023
2023
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
2024
2024
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2049,15 +2049,15 @@
|
|
|
2049
2049
|
chalk "^4"
|
|
2050
2050
|
inquirer "^8.2.5"
|
|
2051
2051
|
|
|
2052
|
-
"@salesforce/sf-plugins-core@^
|
|
2053
|
-
version "
|
|
2054
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
2055
|
-
integrity sha512-
|
|
2052
|
+
"@salesforce/sf-plugins-core@^8.0.1":
|
|
2053
|
+
version "8.0.1"
|
|
2054
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-8.0.1.tgz#f155cddfd7695aab0d8264848b634b2a91cdbf2c"
|
|
2055
|
+
integrity sha512-R6SqJ1XqSINSWdZruKtC2SKGnLBh7KbFI7+qS0FYlyPU4IlWoa+AZkGwWvlczuSOumqnlhT95rNKwZTS5rJugA==
|
|
2056
2056
|
dependencies:
|
|
2057
2057
|
"@inquirer/confirm" "^2.0.17"
|
|
2058
2058
|
"@inquirer/password" "^1.1.16"
|
|
2059
2059
|
"@oclif/core" "^3.23.0"
|
|
2060
|
-
"@salesforce/core" "^6.
|
|
2060
|
+
"@salesforce/core" "^6.7.3"
|
|
2061
2061
|
"@salesforce/kit" "^3.0.15"
|
|
2062
2062
|
"@salesforce/ts-types" "^2.0.9"
|
|
2063
2063
|
chalk "^5.3.0"
|
|
@@ -2107,14 +2107,6 @@
|
|
|
2107
2107
|
resolved "https://registry.yarnpkg.com/@sinonjs/text-encoding/-/text-encoding-0.7.2.tgz#5981a8db18b56ba38ef0efb7d995b12aa7b51918"
|
|
2108
2108
|
integrity sha512-sXXKG+uL9IrKqViTtao2Ws6dy0znu9sOaP1di/jKGW1M6VssO8vlpXCQcpZ+jisQ1tTFAC5Jo/EOzFbggBagFQ==
|
|
2109
2109
|
|
|
2110
|
-
"@smithy/abort-controller@^2.1.2":
|
|
2111
|
-
version "2.1.2"
|
|
2112
|
-
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.1.2.tgz#8d865c28ad0d6a39ed0fdf3c361d0e0d722182e3"
|
|
2113
|
-
integrity sha512-iwUxrFm/ZFCXhzhtZ6JnoJzAsqUrVfBAZUTQj8ypXGtIjwXZpKqmgYiuqrDERiydDI5gesqvsC4Rqe57GGhbVg==
|
|
2114
|
-
dependencies:
|
|
2115
|
-
"@smithy/types" "^2.10.0"
|
|
2116
|
-
tslib "^2.5.0"
|
|
2117
|
-
|
|
2118
2110
|
"@smithy/abort-controller@^2.1.4":
|
|
2119
2111
|
version "2.1.4"
|
|
2120
2112
|
resolved "https://registry.yarnpkg.com/@smithy/abort-controller/-/abort-controller-2.1.4.tgz#7c65f910ce59abc9715cba8347dd454dbf5538a9"
|
|
@@ -2138,18 +2130,7 @@
|
|
|
2138
2130
|
dependencies:
|
|
2139
2131
|
tslib "^2.5.0"
|
|
2140
2132
|
|
|
2141
|
-
"@smithy/config-resolver@^2.1.2":
|
|
2142
|
-
version "2.1.2"
|
|
2143
|
-
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.1.2.tgz#68d8e175ba9b1112d74dbfdccd03dfa38b96c718"
|
|
2144
|
-
integrity sha512-ZDMY63xJVsJl7ei/yIMv9nx8OiEOulwNnQOUDGpIvzoBrcbvYwiMjIMe5mP5J4fUmttKkpiTKwta/7IUriAn9w==
|
|
2145
|
-
dependencies:
|
|
2146
|
-
"@smithy/node-config-provider" "^2.2.2"
|
|
2147
|
-
"@smithy/types" "^2.10.0"
|
|
2148
|
-
"@smithy/util-config-provider" "^2.2.1"
|
|
2149
|
-
"@smithy/util-middleware" "^2.1.2"
|
|
2150
|
-
tslib "^2.5.0"
|
|
2151
|
-
|
|
2152
|
-
"@smithy/config-resolver@^2.1.4", "@smithy/config-resolver@^2.1.5":
|
|
2133
|
+
"@smithy/config-resolver@^2.1.2", "@smithy/config-resolver@^2.1.4", "@smithy/config-resolver@^2.1.5":
|
|
2153
2134
|
version "2.1.5"
|
|
2154
2135
|
resolved "https://registry.yarnpkg.com/@smithy/config-resolver/-/config-resolver-2.1.5.tgz#51d047d2ff7b69cbb8d8b1a197f0edc2a17fbc1b"
|
|
2155
2136
|
integrity sha512-LcBB5JQC3Tx2ZExIJzfvWaajhFIwHrUNQeqxhred2r5nnqrdly9uoCrvM1sxOOdghYuWWm2Kr8tBCDOmxsgeTA==
|
|
@@ -2160,21 +2141,7 @@
|
|
|
2160
2141
|
"@smithy/util-middleware" "^2.1.4"
|
|
2161
2142
|
tslib "^2.5.0"
|
|
2162
2143
|
|
|
2163
|
-
"@smithy/core@^1.3.3":
|
|
2164
|
-
version "1.3.3"
|
|
2165
|
-
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.3.tgz#383da328c514fb916041380196df6fc190a5a996"
|
|
2166
|
-
integrity sha512-8cT/swERvU1EUMuJF914+psSeVy4+NcNhbRe1WEKN1yIMPE5+Tq5EaPq1HWjKCodcdBIyU9ViTjd62XnebXMHA==
|
|
2167
|
-
dependencies:
|
|
2168
|
-
"@smithy/middleware-endpoint" "^2.4.2"
|
|
2169
|
-
"@smithy/middleware-retry" "^2.1.2"
|
|
2170
|
-
"@smithy/middleware-serde" "^2.1.2"
|
|
2171
|
-
"@smithy/protocol-http" "^3.2.0"
|
|
2172
|
-
"@smithy/smithy-client" "^2.4.0"
|
|
2173
|
-
"@smithy/types" "^2.10.0"
|
|
2174
|
-
"@smithy/util-middleware" "^2.1.2"
|
|
2175
|
-
tslib "^2.5.0"
|
|
2176
|
-
|
|
2177
|
-
"@smithy/core@^1.3.5":
|
|
2144
|
+
"@smithy/core@^1.3.3", "@smithy/core@^1.3.5":
|
|
2178
2145
|
version "1.3.7"
|
|
2179
2146
|
resolved "https://registry.yarnpkg.com/@smithy/core/-/core-1.3.7.tgz#85728b09b184e1e8934cedb208e674e496f5db0d"
|
|
2180
2147
|
integrity sha512-zHrrstOO78g+/rOJoHi4j3mGUBtsljRhcKNzloWPv1XIwgcFUi+F1YFKr2qPQ3z7Ls5dNc4L2SPrVarNFIQqog==
|
|
@@ -2188,18 +2155,7 @@
|
|
|
2188
2155
|
"@smithy/util-middleware" "^2.1.4"
|
|
2189
2156
|
tslib "^2.5.0"
|
|
2190
2157
|
|
|
2191
|
-
"@smithy/credential-provider-imds@^2.2.1", "@smithy/credential-provider-imds@^2.2.2":
|
|
2192
|
-
version "2.2.2"
|
|
2193
|
-
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.2.tgz#58d5e38a8c50ae5119e94c0580421ea65789b13b"
|
|
2194
|
-
integrity sha512-a2xpqWzhzcYwImGbFox5qJLf6i5HKdVeOVj7d6kVFElmbS2QW2T4HmefRc5z1huVArk9bh5Rk1NiFp9YBCXU3g==
|
|
2195
|
-
dependencies:
|
|
2196
|
-
"@smithy/node-config-provider" "^2.2.2"
|
|
2197
|
-
"@smithy/property-provider" "^2.1.2"
|
|
2198
|
-
"@smithy/types" "^2.10.0"
|
|
2199
|
-
"@smithy/url-parser" "^2.1.2"
|
|
2200
|
-
tslib "^2.5.0"
|
|
2201
|
-
|
|
2202
|
-
"@smithy/credential-provider-imds@^2.2.3", "@smithy/credential-provider-imds@^2.2.6":
|
|
2158
|
+
"@smithy/credential-provider-imds@^2.2.1", "@smithy/credential-provider-imds@^2.2.3", "@smithy/credential-provider-imds@^2.2.6":
|
|
2203
2159
|
version "2.2.6"
|
|
2204
2160
|
resolved "https://registry.yarnpkg.com/@smithy/credential-provider-imds/-/credential-provider-imds-2.2.6.tgz#a518575d5b830370fa76a270c376ce9f208d4c74"
|
|
2205
2161
|
integrity sha512-+xQe4Pite0kdk9qn0Vyw5BRVh0iSlj+T4TEKRXr4E1wZKtVgIzGlkCrfICSjiPVFkPxk4jMpVboMYdEiiA88/w==
|
|
@@ -2210,17 +2166,7 @@
|
|
|
2210
2166
|
"@smithy/url-parser" "^2.1.4"
|
|
2211
2167
|
tslib "^2.5.0"
|
|
2212
2168
|
|
|
2213
|
-
"@smithy/eventstream-codec@^2.1.
|
|
2214
|
-
version "2.1.2"
|
|
2215
|
-
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.1.2.tgz#b527902b7813c5d9d23fb1351b6e84046f2e00df"
|
|
2216
|
-
integrity sha512-2PHrVRixITHSOj3bxfZmY93apGf8/DFiyhRh9W0ukfi07cvlhlRonZ0fjgcqryJjUZ5vYHqqmfIE/Qe1HM9mlw==
|
|
2217
|
-
dependencies:
|
|
2218
|
-
"@aws-crypto/crc32" "3.0.0"
|
|
2219
|
-
"@smithy/types" "^2.10.0"
|
|
2220
|
-
"@smithy/util-hex-encoding" "^2.1.1"
|
|
2221
|
-
tslib "^2.5.0"
|
|
2222
|
-
|
|
2223
|
-
"@smithy/eventstream-codec@^2.1.4":
|
|
2169
|
+
"@smithy/eventstream-codec@^2.1.2", "@smithy/eventstream-codec@^2.1.4":
|
|
2224
2170
|
version "2.1.4"
|
|
2225
2171
|
resolved "https://registry.yarnpkg.com/@smithy/eventstream-codec/-/eventstream-codec-2.1.4.tgz#ba8855fcd53d06a456ec2e59f11eadd1eb7ffa62"
|
|
2226
2172
|
integrity sha512-UkiieTztP7adg8EuqZvB0Y4LewdleZCJU7Kgt9RDutMsRYqO32fMpWeQHeTHaIMosmzcRZUykMRrhwGJe9mP3A==
|
|
@@ -2265,18 +2211,7 @@
|
|
|
2265
2211
|
"@smithy/types" "^2.10.0"
|
|
2266
2212
|
tslib "^2.5.0"
|
|
2267
2213
|
|
|
2268
|
-
"@smithy/fetch-http-handler@^2.4.2":
|
|
2269
|
-
version "2.4.2"
|
|
2270
|
-
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.2.tgz#5ff26c1ef24c6e1d0acd189f6bc064f110fc446f"
|
|
2271
|
-
integrity sha512-sIGMVwa/8h6eqNjarI3F07gvML3mMXcqBe+BINNLuKsVKXMNBN6wRzeZbbx7lfiJDEHAP28qRns8flHEoBB7zw==
|
|
2272
|
-
dependencies:
|
|
2273
|
-
"@smithy/protocol-http" "^3.2.0"
|
|
2274
|
-
"@smithy/querystring-builder" "^2.1.2"
|
|
2275
|
-
"@smithy/types" "^2.10.0"
|
|
2276
|
-
"@smithy/util-base64" "^2.1.1"
|
|
2277
|
-
tslib "^2.5.0"
|
|
2278
|
-
|
|
2279
|
-
"@smithy/fetch-http-handler@^2.4.3", "@smithy/fetch-http-handler@^2.4.4":
|
|
2214
|
+
"@smithy/fetch-http-handler@^2.4.2", "@smithy/fetch-http-handler@^2.4.3", "@smithy/fetch-http-handler@^2.4.4":
|
|
2280
2215
|
version "2.4.4"
|
|
2281
2216
|
resolved "https://registry.yarnpkg.com/@smithy/fetch-http-handler/-/fetch-http-handler-2.4.4.tgz#8737f00fbec75ba34192fb8c6b1b13377dfbd370"
|
|
2282
2217
|
integrity sha512-DSUtmsnIx26tPuyyrK49dk2DAhPgEw6xRW7V62nMHIB5dk3NqhGnwcKO2fMdt/l3NUVgia34ZsSJA8bD+3nh7g==
|
|
@@ -2297,17 +2232,7 @@
|
|
|
2297
2232
|
"@smithy/types" "^2.10.0"
|
|
2298
2233
|
tslib "^2.5.0"
|
|
2299
2234
|
|
|
2300
|
-
"@smithy/hash-node@^2.1.2":
|
|
2301
|
-
version "2.1.2"
|
|
2302
|
-
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.1.2.tgz#3dba95fc89d4758cb6189f2029d846677ac1364e"
|
|
2303
|
-
integrity sha512-3Sgn4s0g4xud1M/j6hQwYCkz04lVJ24wvCAx4xI26frr3Ao6v0o2VZkBpUySTeQbMUBp2DhuzJ0fV1zybzkckw==
|
|
2304
|
-
dependencies:
|
|
2305
|
-
"@smithy/types" "^2.10.0"
|
|
2306
|
-
"@smithy/util-buffer-from" "^2.1.1"
|
|
2307
|
-
"@smithy/util-utf8" "^2.1.1"
|
|
2308
|
-
tslib "^2.5.0"
|
|
2309
|
-
|
|
2310
|
-
"@smithy/hash-node@^2.1.3":
|
|
2235
|
+
"@smithy/hash-node@^2.1.2", "@smithy/hash-node@^2.1.3":
|
|
2311
2236
|
version "2.1.4"
|
|
2312
2237
|
resolved "https://registry.yarnpkg.com/@smithy/hash-node/-/hash-node-2.1.4.tgz#a2cc973ca9a074085d3b70969b5be186a0d5ee94"
|
|
2313
2238
|
integrity sha512-uvCcpDLXaTTL0X/9ezF8T8sS77UglTfZVQaUOBiCvR0QydeSyio3t0Hj3QooVdyFsKTubR8gCk/ubLk3vAyDng==
|
|
@@ -2326,15 +2251,7 @@
|
|
|
2326
2251
|
"@smithy/util-utf8" "^2.1.1"
|
|
2327
2252
|
tslib "^2.5.0"
|
|
2328
2253
|
|
|
2329
|
-
"@smithy/invalid-dependency@^2.1.2":
|
|
2330
|
-
version "2.1.2"
|
|
2331
|
-
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.1.2.tgz#45c0b34ca9dee56920b9313d88fa5a9e78c7bf41"
|
|
2332
|
-
integrity sha512-qdgKhkFYxDJnKecx2ANwz3JRkXjm0qDgEnAs5BIfb2z/XqA2l7s9BTH7GTC/RR4E8h6EDCeb5rM2rnARxviqIg==
|
|
2333
|
-
dependencies:
|
|
2334
|
-
"@smithy/types" "^2.10.0"
|
|
2335
|
-
tslib "^2.5.0"
|
|
2336
|
-
|
|
2337
|
-
"@smithy/invalid-dependency@^2.1.3":
|
|
2254
|
+
"@smithy/invalid-dependency@^2.1.2", "@smithy/invalid-dependency@^2.1.3":
|
|
2338
2255
|
version "2.1.4"
|
|
2339
2256
|
resolved "https://registry.yarnpkg.com/@smithy/invalid-dependency/-/invalid-dependency-2.1.4.tgz#aa58540c21b39fbedf58192fb34e6fb49cc736ca"
|
|
2340
2257
|
integrity sha512-QzlNBl6jt3nb9jNnE51wTegReVvUdozyMMrFEyb/rc6AzPID1O+qMJYjAAoNw098y0CZVfCpEnoK2+mfBOd8XA==
|
|
@@ -2358,16 +2275,7 @@
|
|
|
2358
2275
|
"@smithy/util-utf8" "^2.1.1"
|
|
2359
2276
|
tslib "^2.5.0"
|
|
2360
2277
|
|
|
2361
|
-
"@smithy/middleware-content-length@^2.1.2":
|
|
2362
|
-
version "2.1.2"
|
|
2363
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.1.2.tgz#c114f955d2b0fd3b61b1068908dd8d87ed070107"
|
|
2364
|
-
integrity sha512-XEWtul1tHP31EtUIobEyN499paUIbnCTRtjY+ciDCEXW81lZmpjrDG3aL0FxJDPnvatVQuMV1V5eg6MCqTFaLQ==
|
|
2365
|
-
dependencies:
|
|
2366
|
-
"@smithy/protocol-http" "^3.2.0"
|
|
2367
|
-
"@smithy/types" "^2.10.0"
|
|
2368
|
-
tslib "^2.5.0"
|
|
2369
|
-
|
|
2370
|
-
"@smithy/middleware-content-length@^2.1.3":
|
|
2278
|
+
"@smithy/middleware-content-length@^2.1.2", "@smithy/middleware-content-length@^2.1.3":
|
|
2371
2279
|
version "2.1.4"
|
|
2372
2280
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-content-length/-/middleware-content-length-2.1.4.tgz#0939d7b36f029f075a118ac1673db2655f51ff81"
|
|
2373
2281
|
integrity sha512-C6VRwfcr0w9qRFhDGCpWMVhlEIBFlmlPRP1aX9Cv9xDj9SUwlDrNvoV1oP1vjRYuLxCDgovBBynCwwcluS2wLw==
|
|
@@ -2376,20 +2284,7 @@
|
|
|
2376
2284
|
"@smithy/types" "^2.11.0"
|
|
2377
2285
|
tslib "^2.5.0"
|
|
2378
2286
|
|
|
2379
|
-
"@smithy/middleware-endpoint@^2.4.2":
|
|
2380
|
-
version "2.4.2"
|
|
2381
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.2.tgz#dc229e8ee59e9f73ffd1ab4e020b2fc25cf2e7fd"
|
|
2382
|
-
integrity sha512-72qbmVwaWcLOd/OT52fszrrlXywPwciwpsRiIk/dIvpcwkpGE9qrYZ2bt/SYcA/ma8Rz9Ni2AbBuSXLDYISS+A==
|
|
2383
|
-
dependencies:
|
|
2384
|
-
"@smithy/middleware-serde" "^2.1.2"
|
|
2385
|
-
"@smithy/node-config-provider" "^2.2.2"
|
|
2386
|
-
"@smithy/shared-ini-file-loader" "^2.3.2"
|
|
2387
|
-
"@smithy/types" "^2.10.0"
|
|
2388
|
-
"@smithy/url-parser" "^2.1.2"
|
|
2389
|
-
"@smithy/util-middleware" "^2.1.2"
|
|
2390
|
-
tslib "^2.5.0"
|
|
2391
|
-
|
|
2392
|
-
"@smithy/middleware-endpoint@^2.4.4", "@smithy/middleware-endpoint@^2.4.6":
|
|
2287
|
+
"@smithy/middleware-endpoint@^2.4.2", "@smithy/middleware-endpoint@^2.4.4", "@smithy/middleware-endpoint@^2.4.6":
|
|
2393
2288
|
version "2.4.6"
|
|
2394
2289
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-endpoint/-/middleware-endpoint-2.4.6.tgz#18fbae774b722d47d4d40dad73466893a035a072"
|
|
2395
2290
|
integrity sha512-AsXtUXHPOAS0EGZUSFOsVJvc7p0KL29PGkLxLfycPOcFVLru/oinYB6yvyL73ZZPX2OB8sMYUMrj7eH2kI7V/w==
|
|
@@ -2402,22 +2297,7 @@
|
|
|
2402
2297
|
"@smithy/util-middleware" "^2.1.4"
|
|
2403
2298
|
tslib "^2.5.0"
|
|
2404
2299
|
|
|
2405
|
-
"@smithy/middleware-retry@^2.1.2":
|
|
2406
|
-
version "2.1.2"
|
|
2407
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.1.2.tgz#39762d83970b0458db3ad3469349d455ac6af4a4"
|
|
2408
|
-
integrity sha512-tlvSK+v9bPHHb0dLWvEaFW2Iz0IeA57ISvSaso36I33u8F8wYqo5FCvenH7TgMVBx57jyJBXOmYCZa9n5gdJIg==
|
|
2409
|
-
dependencies:
|
|
2410
|
-
"@smithy/node-config-provider" "^2.2.2"
|
|
2411
|
-
"@smithy/protocol-http" "^3.2.0"
|
|
2412
|
-
"@smithy/service-error-classification" "^2.1.2"
|
|
2413
|
-
"@smithy/smithy-client" "^2.4.0"
|
|
2414
|
-
"@smithy/types" "^2.10.0"
|
|
2415
|
-
"@smithy/util-middleware" "^2.1.2"
|
|
2416
|
-
"@smithy/util-retry" "^2.1.2"
|
|
2417
|
-
tslib "^2.5.0"
|
|
2418
|
-
uuid "^8.3.2"
|
|
2419
|
-
|
|
2420
|
-
"@smithy/middleware-retry@^2.1.4", "@smithy/middleware-retry@^2.1.6":
|
|
2300
|
+
"@smithy/middleware-retry@^2.1.2", "@smithy/middleware-retry@^2.1.4", "@smithy/middleware-retry@^2.1.6":
|
|
2421
2301
|
version "2.1.6"
|
|
2422
2302
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-retry/-/middleware-retry-2.1.6.tgz#c712e0286acbfa9b6488947123cc7e9aa0f6e6ca"
|
|
2423
2303
|
integrity sha512-khpSV0NxqMHfa06kfG4WYv+978sVvfTFmn0hIFKKwOXtIxyYtPKiQWFT4nnwZD07fGdYGbtCBu3YALc8SsA5mA==
|
|
@@ -2432,15 +2312,7 @@
|
|
|
2432
2312
|
tslib "^2.5.0"
|
|
2433
2313
|
uuid "^8.3.2"
|
|
2434
2314
|
|
|
2435
|
-
"@smithy/middleware-serde@^2.1.2":
|
|
2436
|
-
version "2.1.2"
|
|
2437
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.1.2.tgz#15b8258b806ecffd0a4c3fec3e56458cdef7ae66"
|
|
2438
|
-
integrity sha512-XNU6aVIhlSbjuo2XsfZ7rd4HhjTXDlNWxAmhlBfViTW1TNK02CeWdeEntp5XtQKYD//pyTIbYi35EQvIidAkOw==
|
|
2439
|
-
dependencies:
|
|
2440
|
-
"@smithy/types" "^2.10.0"
|
|
2441
|
-
tslib "^2.5.0"
|
|
2442
|
-
|
|
2443
|
-
"@smithy/middleware-serde@^2.1.3", "@smithy/middleware-serde@^2.2.1":
|
|
2315
|
+
"@smithy/middleware-serde@^2.1.2", "@smithy/middleware-serde@^2.1.3", "@smithy/middleware-serde@^2.2.1":
|
|
2444
2316
|
version "2.2.1"
|
|
2445
2317
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-serde/-/middleware-serde-2.2.1.tgz#b4a6a757e3f6f62e432f53020a06d27eabe8f424"
|
|
2446
2318
|
integrity sha512-VAWRWqnNjgccebndpyK94om4ZTYzXLQxUmNCXYzM/3O9MTfQjTNBgtFtQwyIIez6z7LWcCsXmnKVIOE9mLqAHQ==
|
|
@@ -2448,15 +2320,7 @@
|
|
|
2448
2320
|
"@smithy/types" "^2.11.0"
|
|
2449
2321
|
tslib "^2.5.0"
|
|
2450
2322
|
|
|
2451
|
-
"@smithy/middleware-stack@^2.1.2":
|
|
2452
|
-
version "2.1.2"
|
|
2453
|
-
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.1.2.tgz#17dbb56d85f51cb2c86c13dbad7fca35c843c61c"
|
|
2454
|
-
integrity sha512-EPGaHGd4XmZcaRYjbhyqiqN/Q/ESxXu5e5TK24CTZUe99y8/XCxmiX8VLMM4H0DI7K3yfElR0wPAAvceoSkTgw==
|
|
2455
|
-
dependencies:
|
|
2456
|
-
"@smithy/types" "^2.10.0"
|
|
2457
|
-
tslib "^2.5.0"
|
|
2458
|
-
|
|
2459
|
-
"@smithy/middleware-stack@^2.1.3", "@smithy/middleware-stack@^2.1.4":
|
|
2323
|
+
"@smithy/middleware-stack@^2.1.2", "@smithy/middleware-stack@^2.1.3", "@smithy/middleware-stack@^2.1.4":
|
|
2460
2324
|
version "2.1.4"
|
|
2461
2325
|
resolved "https://registry.yarnpkg.com/@smithy/middleware-stack/-/middleware-stack-2.1.4.tgz#eb475eb31ad6fed0aa21ee0896c3c80114b73507"
|
|
2462
2326
|
integrity sha512-Qqs2ba8Ax1rGKOSGJS2JN23fhhox2WMdRuzx0NYHtXzhxbJOIMmz9uQY6Hf4PY8FPteBPp1+h0j5Fmr+oW12sg==
|
|
@@ -2464,17 +2328,7 @@
|
|
|
2464
2328
|
"@smithy/types" "^2.11.0"
|
|
2465
2329
|
tslib "^2.5.0"
|
|
2466
2330
|
|
|
2467
|
-
"@smithy/node-config-provider@^2.2.2":
|
|
2468
|
-
version "2.2.2"
|
|
2469
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.2.2.tgz#9422a0764dea8dec4a24f9aa570771d921dc657b"
|
|
2470
|
-
integrity sha512-QXvpqHSijAm13ZsVkUo92b085UzDvYP1LblWTb3uWi9WilhDvYnVyPLXaryLhOWZ2YvdhK2170T3ZBqtg+quIQ==
|
|
2471
|
-
dependencies:
|
|
2472
|
-
"@smithy/property-provider" "^2.1.2"
|
|
2473
|
-
"@smithy/shared-ini-file-loader" "^2.3.2"
|
|
2474
|
-
"@smithy/types" "^2.10.0"
|
|
2475
|
-
tslib "^2.5.0"
|
|
2476
|
-
|
|
2477
|
-
"@smithy/node-config-provider@^2.2.4", "@smithy/node-config-provider@^2.2.5":
|
|
2331
|
+
"@smithy/node-config-provider@^2.2.2", "@smithy/node-config-provider@^2.2.4", "@smithy/node-config-provider@^2.2.5":
|
|
2478
2332
|
version "2.2.5"
|
|
2479
2333
|
resolved "https://registry.yarnpkg.com/@smithy/node-config-provider/-/node-config-provider-2.2.5.tgz#39c7a06e798f763722d12fccab6160896b2ee08b"
|
|
2480
2334
|
integrity sha512-CxPf2CXhjO79IypHJLBATB66Dw6suvr1Yc2ccY39hpR6wdse3pZ3E8RF83SODiNH0Wjmkd0ze4OF8exugEixgA==
|
|
@@ -2484,18 +2338,7 @@
|
|
|
2484
2338
|
"@smithy/types" "^2.11.0"
|
|
2485
2339
|
tslib "^2.5.0"
|
|
2486
2340
|
|
|
2487
|
-
"@smithy/node-http-handler@^2.4.0":
|
|
2488
|
-
version "2.4.0"
|
|
2489
|
-
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.4.0.tgz#21e48aa56ab334eee8afc69bb05f38f3883c3e95"
|
|
2490
|
-
integrity sha512-Mf2f7MMy31W8LisJ9O+7J5cKiNwBwBBLU6biQ7/sFSFdhuOxPN7hOPoZ8vlaFjvrpfOUJw9YOpjGyNTKuvomOQ==
|
|
2491
|
-
dependencies:
|
|
2492
|
-
"@smithy/abort-controller" "^2.1.2"
|
|
2493
|
-
"@smithy/protocol-http" "^3.2.0"
|
|
2494
|
-
"@smithy/querystring-builder" "^2.1.2"
|
|
2495
|
-
"@smithy/types" "^2.10.0"
|
|
2496
|
-
tslib "^2.5.0"
|
|
2497
|
-
|
|
2498
|
-
"@smithy/node-http-handler@^2.4.1", "@smithy/node-http-handler@^2.4.2":
|
|
2341
|
+
"@smithy/node-http-handler@^2.4.0", "@smithy/node-http-handler@^2.4.1", "@smithy/node-http-handler@^2.4.2":
|
|
2499
2342
|
version "2.4.2"
|
|
2500
2343
|
resolved "https://registry.yarnpkg.com/@smithy/node-http-handler/-/node-http-handler-2.4.2.tgz#2d5576d4ea1af0be55bd701a2d31c747ca61483c"
|
|
2501
2344
|
integrity sha512-yrj3c1g145uiK5io+1UPbJAHo8BSGORkBzrmzvAsOmBKb+1p3jmM8ZwNLDH/HTTxVLm9iM5rMszx+iAh1HUC4Q==
|
|
@@ -2506,15 +2349,7 @@
|
|
|
2506
2349
|
"@smithy/types" "^2.11.0"
|
|
2507
2350
|
tslib "^2.5.0"
|
|
2508
2351
|
|
|
2509
|
-
"@smithy/property-provider@^2.1.1", "@smithy/property-provider@^2.1.2":
|
|
2510
|
-
version "2.1.2"
|
|
2511
|
-
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.1.2.tgz#16c630ae0354c05595c99c6ab70a877ee9a180e4"
|
|
2512
|
-
integrity sha512-yaXCVFKzxbSXqOoyA7AdAgXhwdjiLeui7n2P6XLjBCz/GZFdLUJgSY6KL1PevaxT4REMwUSs/bSHAe/0jdzEHw==
|
|
2513
|
-
dependencies:
|
|
2514
|
-
"@smithy/types" "^2.10.0"
|
|
2515
|
-
tslib "^2.5.0"
|
|
2516
|
-
|
|
2517
|
-
"@smithy/property-provider@^2.1.3", "@smithy/property-provider@^2.1.4":
|
|
2352
|
+
"@smithy/property-provider@^2.1.1", "@smithy/property-provider@^2.1.3", "@smithy/property-provider@^2.1.4":
|
|
2518
2353
|
version "2.1.4"
|
|
2519
2354
|
resolved "https://registry.yarnpkg.com/@smithy/property-provider/-/property-provider-2.1.4.tgz#0f127125c4b6f3ae0ddb4777946926f0bd8f0ca1"
|
|
2520
2355
|
integrity sha512-nWaY/MImj1BiXZ9WY65h45dcxOx8pl06KYoHxwojDxDL+Q9yLU1YnZpgv8zsHhEftlj9KhePENjQTlNowWVyug==
|
|
@@ -2522,15 +2357,7 @@
|
|
|
2522
2357
|
"@smithy/types" "^2.11.0"
|
|
2523
2358
|
tslib "^2.5.0"
|
|
2524
2359
|
|
|
2525
|
-
"@smithy/protocol-http@^3.2.0":
|
|
2526
|
-
version "3.2.0"
|
|
2527
|
-
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.2.0.tgz#1b9ed9eb18cd256e0d7872ec2851f5d12ba37d87"
|
|
2528
|
-
integrity sha512-VRp0YITYIQum+rX4zeZ3cW1wl9r90IQzQN+VLS1NxdSMt6NLsJiJqR9czTxlaeWNrLHsFAETmjmdrS48Ug1liA==
|
|
2529
|
-
dependencies:
|
|
2530
|
-
"@smithy/types" "^2.10.0"
|
|
2531
|
-
tslib "^2.5.0"
|
|
2532
|
-
|
|
2533
|
-
"@smithy/protocol-http@^3.2.1", "@smithy/protocol-http@^3.2.2":
|
|
2360
|
+
"@smithy/protocol-http@^3.2.0", "@smithy/protocol-http@^3.2.1", "@smithy/protocol-http@^3.2.2":
|
|
2534
2361
|
version "3.2.2"
|
|
2535
2362
|
resolved "https://registry.yarnpkg.com/@smithy/protocol-http/-/protocol-http-3.2.2.tgz#af001dcc61e6ce6374315c907ad5bbd09bd3c810"
|
|
2536
2363
|
integrity sha512-xYBlllOQcOuLoxzhF2u8kRHhIFGQpDeTQj/dBSnw4kfI29WMKL5RnW1m9YjnJAJ49miuIvrkJR+gW5bCQ+Mchw==
|
|
@@ -2538,15 +2365,6 @@
|
|
|
2538
2365
|
"@smithy/types" "^2.11.0"
|
|
2539
2366
|
tslib "^2.5.0"
|
|
2540
2367
|
|
|
2541
|
-
"@smithy/querystring-builder@^2.1.2":
|
|
2542
|
-
version "2.1.2"
|
|
2543
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.1.2.tgz#78f028c25253e514915247b25c20b3cf0d6a035b"
|
|
2544
|
-
integrity sha512-wk6QpuvBBLJF5w8aADsZOtxaHY9cF5MZe1Ry3hSqqBxARdUrMoXi/jukUz5W0ftXGlbA398IN8dIIUj3WXqJXg==
|
|
2545
|
-
dependencies:
|
|
2546
|
-
"@smithy/types" "^2.10.0"
|
|
2547
|
-
"@smithy/util-uri-escape" "^2.1.1"
|
|
2548
|
-
tslib "^2.5.0"
|
|
2549
|
-
|
|
2550
2368
|
"@smithy/querystring-builder@^2.1.4":
|
|
2551
2369
|
version "2.1.4"
|
|
2552
2370
|
resolved "https://registry.yarnpkg.com/@smithy/querystring-builder/-/querystring-builder-2.1.4.tgz#f9cc5f389671d030701dc6ee66e2eaf309642eab"
|
|
@@ -2556,14 +2374,6 @@
|
|
|
2556
2374
|
"@smithy/util-uri-escape" "^2.1.1"
|
|
2557
2375
|
tslib "^2.5.0"
|
|
2558
2376
|
|
|
2559
|
-
"@smithy/querystring-parser@^2.1.2":
|
|
2560
|
-
version "2.1.2"
|
|
2561
|
-
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.1.2.tgz#3883dfec5760f0f8cdf9acc837bdc631069df576"
|
|
2562
|
-
integrity sha512-z1yL5Iiagm/UxVy1tcuTFZdfOBK/QtYeK6wfClAJ7cOY7kIaYR6jn1cVXXJmhAQSh1b2ljP4xiZN4Ybj7Tbs5w==
|
|
2563
|
-
dependencies:
|
|
2564
|
-
"@smithy/types" "^2.10.0"
|
|
2565
|
-
tslib "^2.5.0"
|
|
2566
|
-
|
|
2567
2377
|
"@smithy/querystring-parser@^2.1.4":
|
|
2568
2378
|
version "2.1.4"
|
|
2569
2379
|
resolved "https://registry.yarnpkg.com/@smithy/querystring-parser/-/querystring-parser-2.1.4.tgz#17202a1d4844ac2691bc88d676eb0969b5c01265"
|
|
@@ -2572,13 +2382,6 @@
|
|
|
2572
2382
|
"@smithy/types" "^2.11.0"
|
|
2573
2383
|
tslib "^2.5.0"
|
|
2574
2384
|
|
|
2575
|
-
"@smithy/service-error-classification@^2.1.2":
|
|
2576
|
-
version "2.1.2"
|
|
2577
|
-
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.2.tgz#b8b5c23a784bcb1eb229a921d7040575e29e38ed"
|
|
2578
|
-
integrity sha512-R+gL1pAPuWkH6unFridk57wDH5PFY2IlVg2NUjSAjoaIaU+sxqKf/7AOWIcx9Bdn+xY0/4IRQ69urlC+F3I9gg==
|
|
2579
|
-
dependencies:
|
|
2580
|
-
"@smithy/types" "^2.10.0"
|
|
2581
|
-
|
|
2582
2385
|
"@smithy/service-error-classification@^2.1.4":
|
|
2583
2386
|
version "2.1.4"
|
|
2584
2387
|
resolved "https://registry.yarnpkg.com/@smithy/service-error-classification/-/service-error-classification-2.1.4.tgz#19ba871fcfb654ac03256b885e3184d69ec11a13"
|
|
@@ -2586,15 +2389,7 @@
|
|
|
2586
2389
|
dependencies:
|
|
2587
2390
|
"@smithy/types" "^2.11.0"
|
|
2588
2391
|
|
|
2589
|
-
"@smithy/shared-ini-file-loader@^2.3.1", "@smithy/shared-ini-file-loader@^2.3.2":
|
|
2590
|
-
version "2.3.2"
|
|
2591
|
-
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.2.tgz#3e4943b534eaabda15372e611cdb428dfdd88362"
|
|
2592
|
-
integrity sha512-idHGDJB+gBh+aaIjmWj6agmtNWftoyAenErky74hAtKyUaCvfocSBgEJ2pQ6o68svBluvGIj4NGFgJu0198mow==
|
|
2593
|
-
dependencies:
|
|
2594
|
-
"@smithy/types" "^2.10.0"
|
|
2595
|
-
tslib "^2.5.0"
|
|
2596
|
-
|
|
2597
|
-
"@smithy/shared-ini-file-loader@^2.3.3", "@smithy/shared-ini-file-loader@^2.3.5":
|
|
2392
|
+
"@smithy/shared-ini-file-loader@^2.3.1", "@smithy/shared-ini-file-loader@^2.3.3", "@smithy/shared-ini-file-loader@^2.3.5":
|
|
2598
2393
|
version "2.3.5"
|
|
2599
2394
|
resolved "https://registry.yarnpkg.com/@smithy/shared-ini-file-loader/-/shared-ini-file-loader-2.3.5.tgz#3e2f6f5fcfb1edf934f531dbf17429e2631e3a21"
|
|
2600
2395
|
integrity sha512-oI99+hOvsM8oAJtxAGmoL/YCcGXtbP0fjPseYGaNmJ4X5xOFTer0KPk7AIH3AL6c5AlYErivEi1X/X78HgTVIw==
|
|
@@ -2602,21 +2397,7 @@
|
|
|
2602
2397
|
"@smithy/types" "^2.11.0"
|
|
2603
2398
|
tslib "^2.5.0"
|
|
2604
2399
|
|
|
2605
|
-
"@smithy/signature-v4@^2.1.1":
|
|
2606
|
-
version "2.1.1"
|
|
2607
|
-
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.1.1.tgz#6080171e3d694f40d3f553bbc236c5c433efd4d2"
|
|
2608
|
-
integrity sha512-Hb7xub0NHuvvQD3YwDSdanBmYukoEkhqBjqoxo+bSdC0ryV9cTfgmNjuAQhTPYB6yeU7hTR+sPRiFMlxqv6kmg==
|
|
2609
|
-
dependencies:
|
|
2610
|
-
"@smithy/eventstream-codec" "^2.1.1"
|
|
2611
|
-
"@smithy/is-array-buffer" "^2.1.1"
|
|
2612
|
-
"@smithy/types" "^2.9.1"
|
|
2613
|
-
"@smithy/util-hex-encoding" "^2.1.1"
|
|
2614
|
-
"@smithy/util-middleware" "^2.1.1"
|
|
2615
|
-
"@smithy/util-uri-escape" "^2.1.1"
|
|
2616
|
-
"@smithy/util-utf8" "^2.1.1"
|
|
2617
|
-
tslib "^2.5.0"
|
|
2618
|
-
|
|
2619
|
-
"@smithy/signature-v4@^2.1.3":
|
|
2400
|
+
"@smithy/signature-v4@^2.1.1", "@smithy/signature-v4@^2.1.3":
|
|
2620
2401
|
version "2.1.4"
|
|
2621
2402
|
resolved "https://registry.yarnpkg.com/@smithy/signature-v4/-/signature-v4-2.1.4.tgz#e83b426ab4138cbb06c755c14a152ed514e1d052"
|
|
2622
2403
|
integrity sha512-gnu9gCn0qQ8IdhNjs6o3QVCXzUs33znSDYwVMWo3nX4dM6j7z9u6FC302ShYyVWfO4MkVMuGCCJ6nl3PcH7V1Q==
|
|
@@ -2630,19 +2411,7 @@
|
|
|
2630
2411
|
"@smithy/util-utf8" "^2.2.0"
|
|
2631
2412
|
tslib "^2.5.0"
|
|
2632
2413
|
|
|
2633
|
-
"@smithy/smithy-client@^2.4.0":
|
|
2634
|
-
version "2.4.0"
|
|
2635
|
-
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.4.0.tgz#f4cef6f63cdc267a32ded8446ca3db0ebb8fe64d"
|
|
2636
|
-
integrity sha512-6/jxk0om9l2s9BcgHtrBn+Hd3xcFGDzxfEJ2FvGpZxIz0S7bgvZg1gyR66O1xf1w9WZBH+W7JClhfSn2gETINw==
|
|
2637
|
-
dependencies:
|
|
2638
|
-
"@smithy/middleware-endpoint" "^2.4.2"
|
|
2639
|
-
"@smithy/middleware-stack" "^2.1.2"
|
|
2640
|
-
"@smithy/protocol-http" "^3.2.0"
|
|
2641
|
-
"@smithy/types" "^2.10.0"
|
|
2642
|
-
"@smithy/util-stream" "^2.1.2"
|
|
2643
|
-
tslib "^2.5.0"
|
|
2644
|
-
|
|
2645
|
-
"@smithy/smithy-client@^2.4.2", "@smithy/smithy-client@^2.4.4":
|
|
2414
|
+
"@smithy/smithy-client@^2.4.0", "@smithy/smithy-client@^2.4.2", "@smithy/smithy-client@^2.4.4":
|
|
2646
2415
|
version "2.4.4"
|
|
2647
2416
|
resolved "https://registry.yarnpkg.com/@smithy/smithy-client/-/smithy-client-2.4.4.tgz#73ec351350468d4447f0f74fd4d2786293083f86"
|
|
2648
2417
|
integrity sha512-SNE17wjycPZIJ2P5sv6wMTteV/vQVPdaqQkoK1KeGoWHXx79t3iLhQXj1uqRdlkMUS9pXJrLOAS+VvUSOYwQKw==
|
|
@@ -2654,30 +2423,14 @@
|
|
|
2654
2423
|
"@smithy/util-stream" "^2.1.4"
|
|
2655
2424
|
tslib "^2.5.0"
|
|
2656
2425
|
|
|
2657
|
-
"@smithy/types@^2.10.0", "@smithy/types@^2.
|
|
2658
|
-
version "2.10.0"
|
|
2659
|
-
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.10.0.tgz#1cc16e3c04d56c49ecb88efa1b7fa9ca3a90d667"
|
|
2660
|
-
integrity sha512-QYXQmpIebS8/jYXgyJjCanKZbI4Rr8tBVGBAIdDhA35f025TVjJNW69FJ0TGiDqt+lIGo037YIswq2t2Y1AYZQ==
|
|
2661
|
-
dependencies:
|
|
2662
|
-
tslib "^2.5.0"
|
|
2663
|
-
|
|
2664
|
-
"@smithy/types@^2.10.1", "@smithy/types@^2.11.0":
|
|
2426
|
+
"@smithy/types@^2.10.0", "@smithy/types@^2.10.1", "@smithy/types@^2.11.0":
|
|
2665
2427
|
version "2.11.0"
|
|
2666
2428
|
resolved "https://registry.yarnpkg.com/@smithy/types/-/types-2.11.0.tgz#d40c27302151be243d3a7319a154b7d7d5775021"
|
|
2667
2429
|
integrity sha512-AR0SXO7FuAskfNhyGfSTThpLRntDI5bOrU0xrpVYU0rZyjl3LBXInZFMTP/NNSd7IS6Ksdtar0QvnrPRIhVrLQ==
|
|
2668
2430
|
dependencies:
|
|
2669
2431
|
tslib "^2.5.0"
|
|
2670
2432
|
|
|
2671
|
-
"@smithy/url-parser@^2.1.2":
|
|
2672
|
-
version "2.1.2"
|
|
2673
|
-
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.1.2.tgz#915590d97a7c6beb0dcebc9e9458345cf6bf7f48"
|
|
2674
|
-
integrity sha512-KBPi740ciTujUaY+RfQuPABD0QFmgSBN5qNVDCGTryfsbG4jkwC0YnElSzi72m24HegMyxzZDLG4Oh4/97mw2g==
|
|
2675
|
-
dependencies:
|
|
2676
|
-
"@smithy/querystring-parser" "^2.1.2"
|
|
2677
|
-
"@smithy/types" "^2.10.0"
|
|
2678
|
-
tslib "^2.5.0"
|
|
2679
|
-
|
|
2680
|
-
"@smithy/url-parser@^2.1.3", "@smithy/url-parser@^2.1.4":
|
|
2433
|
+
"@smithy/url-parser@^2.1.2", "@smithy/url-parser@^2.1.3", "@smithy/url-parser@^2.1.4":
|
|
2681
2434
|
version "2.1.4"
|
|
2682
2435
|
resolved "https://registry.yarnpkg.com/@smithy/url-parser/-/url-parser-2.1.4.tgz#b24c13d80677b1cbcf61172f1c3dd49402ff6a07"
|
|
2683
2436
|
integrity sha512-1hTy6UYRYqOZlHKH2/2NzdNQ4NNmW2Lp0sYYvztKy+dEQuLvZL9w88zCzFQqqFer3DMcscYOshImxkJTGdV+rg==
|
|
@@ -2686,15 +2439,7 @@
|
|
|
2686
2439
|
"@smithy/types" "^2.11.0"
|
|
2687
2440
|
tslib "^2.5.0"
|
|
2688
2441
|
|
|
2689
|
-
"@smithy/util-base64@^2.1.1":
|
|
2690
|
-
version "2.1.1"
|
|
2691
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.1.1.tgz#af729085cc9d92ebd54a5d2c5d0aa5a0c31f83bf"
|
|
2692
|
-
integrity sha512-UfHVpY7qfF/MrgndI5PexSKVTxSZIdz9InghTFa49QOvuu9I52zLPLUHXvHpNuMb1iD2vmc6R+zbv/bdMipR/g==
|
|
2693
|
-
dependencies:
|
|
2694
|
-
"@smithy/util-buffer-from" "^2.1.1"
|
|
2695
|
-
tslib "^2.5.0"
|
|
2696
|
-
|
|
2697
|
-
"@smithy/util-base64@^2.2.0":
|
|
2442
|
+
"@smithy/util-base64@^2.1.1", "@smithy/util-base64@^2.2.0":
|
|
2698
2443
|
version "2.2.0"
|
|
2699
2444
|
resolved "https://registry.yarnpkg.com/@smithy/util-base64/-/util-base64-2.2.0.tgz#d685c80396c693a179fdd36e2709ffdaae7d6ca7"
|
|
2700
2445
|
integrity sha512-RiQI/Txu0SxCR38Ky5BMEVaFfkNTBjpbxlr2UhhxggSmnsHDQPZJWMtPoXs7TWZaseslIlAWMiHmqRT3AV/P2w==
|
|
@@ -2732,18 +2477,7 @@
|
|
|
2732
2477
|
dependencies:
|
|
2733
2478
|
tslib "^2.5.0"
|
|
2734
2479
|
|
|
2735
|
-
"@smithy/util-defaults-mode-browser@^2.1.2":
|
|
2736
|
-
version "2.1.2"
|
|
2737
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.2.tgz#5f4c328605635656dee624a1686c7616aadccf4d"
|
|
2738
|
-
integrity sha512-YmojdmsE7VbvFGJ/8btn/5etLm1HOQkgVX6nMWlB0yBL/Vb//s3aTebUJ66zj2+LNrBS3B9S+18+LQU72Yj0AQ==
|
|
2739
|
-
dependencies:
|
|
2740
|
-
"@smithy/property-provider" "^2.1.2"
|
|
2741
|
-
"@smithy/smithy-client" "^2.4.0"
|
|
2742
|
-
"@smithy/types" "^2.10.0"
|
|
2743
|
-
bowser "^2.11.0"
|
|
2744
|
-
tslib "^2.5.0"
|
|
2745
|
-
|
|
2746
|
-
"@smithy/util-defaults-mode-browser@^2.1.4":
|
|
2480
|
+
"@smithy/util-defaults-mode-browser@^2.1.2", "@smithy/util-defaults-mode-browser@^2.1.4":
|
|
2747
2481
|
version "2.1.6"
|
|
2748
2482
|
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-browser/-/util-defaults-mode-browser-2.1.6.tgz#7104ce3294c8cf4f427cfe902a9a51d0aa48c1a4"
|
|
2749
2483
|
integrity sha512-lM2JMYCilrejfGf8WWnVfrKly3vf+mc5x9TrTpT++qIKP452uWfLqlaUxbz1TkSfhqm8RjrlY22589B9aI8A9w==
|
|
@@ -2754,20 +2488,7 @@
|
|
|
2754
2488
|
bowser "^2.11.0"
|
|
2755
2489
|
tslib "^2.5.0"
|
|
2756
2490
|
|
|
2757
|
-
"@smithy/util-defaults-mode-node@^2.2.1":
|
|
2758
|
-
version "2.2.1"
|
|
2759
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.1.tgz#034918f2f945974e7414c092cb250f2d45fe0ceb"
|
|
2760
|
-
integrity sha512-kof7M9Q2qP5yaQn8hHJL3KwozyvIfLe+ys7feifSul6gBAAeoraibo/MWqotb/I0fVLMlCMDwn7WXFsGUwnsew==
|
|
2761
|
-
dependencies:
|
|
2762
|
-
"@smithy/config-resolver" "^2.1.2"
|
|
2763
|
-
"@smithy/credential-provider-imds" "^2.2.2"
|
|
2764
|
-
"@smithy/node-config-provider" "^2.2.2"
|
|
2765
|
-
"@smithy/property-provider" "^2.1.2"
|
|
2766
|
-
"@smithy/smithy-client" "^2.4.0"
|
|
2767
|
-
"@smithy/types" "^2.10.0"
|
|
2768
|
-
tslib "^2.5.0"
|
|
2769
|
-
|
|
2770
|
-
"@smithy/util-defaults-mode-node@^2.2.3":
|
|
2491
|
+
"@smithy/util-defaults-mode-node@^2.2.1", "@smithy/util-defaults-mode-node@^2.2.3":
|
|
2771
2492
|
version "2.2.6"
|
|
2772
2493
|
resolved "https://registry.yarnpkg.com/@smithy/util-defaults-mode-node/-/util-defaults-mode-node-2.2.6.tgz#2811326fe02f06465fdf02ddb3d2bb428e008e11"
|
|
2773
2494
|
integrity sha512-UmUbPHbkBJCXRFbq+FPLpVwiFPHj1oPWXJS2f2sy23PtXM94c9X5EceI6JKuKdBty+tzhrAs5JbmPM/HvmDB8Q==
|
|
@@ -2780,16 +2501,7 @@
|
|
|
2780
2501
|
"@smithy/types" "^2.11.0"
|
|
2781
2502
|
tslib "^2.5.0"
|
|
2782
2503
|
|
|
2783
|
-
"@smithy/util-endpoints@^1.1.2":
|
|
2784
|
-
version "1.1.2"
|
|
2785
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.2.tgz#92f743ac8c2c3a99b1558a1c956864b565aa23e7"
|
|
2786
|
-
integrity sha512-2/REfdcJ20y9iF+9kSBRBsaoGzjT5dZ3E6/TA45GHJuJAb/vZTj76VLTcrl2iN3fWXiDK1B8RxchaLGbr7RxxA==
|
|
2787
|
-
dependencies:
|
|
2788
|
-
"@smithy/node-config-provider" "^2.2.2"
|
|
2789
|
-
"@smithy/types" "^2.10.0"
|
|
2790
|
-
tslib "^2.5.0"
|
|
2791
|
-
|
|
2792
|
-
"@smithy/util-endpoints@^1.1.4":
|
|
2504
|
+
"@smithy/util-endpoints@^1.1.2", "@smithy/util-endpoints@^1.1.4":
|
|
2793
2505
|
version "1.1.5"
|
|
2794
2506
|
resolved "https://registry.yarnpkg.com/@smithy/util-endpoints/-/util-endpoints-1.1.5.tgz#2f07510013353299b95f483842c59115c0a01e00"
|
|
2795
2507
|
integrity sha512-tgDpaUNsUtRvNiBulKU1VnpoXU1GINMfZZXunRhUXOTBEAufG1Wp79uDXLau2gg1RZ4dpAR6lXCkrmddihCGUg==
|
|
@@ -2805,15 +2517,7 @@
|
|
|
2805
2517
|
dependencies:
|
|
2806
2518
|
tslib "^2.5.0"
|
|
2807
2519
|
|
|
2808
|
-
"@smithy/util-middleware@^2.1.1", "@smithy/util-middleware@^2.1.
|
|
2809
|
-
version "2.1.2"
|
|
2810
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.1.2.tgz#5e2e13c96e95b65ae5980a658e1b10e222a42482"
|
|
2811
|
-
integrity sha512-lvSOnwQ7iAajtWb1nAyy0CkOIn8d+jGykQOtt2NXDsPzOTfejZM/Uph+O/TmVgWoXdcGuw5peUMG2f5xEIl6UQ==
|
|
2812
|
-
dependencies:
|
|
2813
|
-
"@smithy/types" "^2.10.0"
|
|
2814
|
-
tslib "^2.5.0"
|
|
2815
|
-
|
|
2816
|
-
"@smithy/util-middleware@^2.1.3", "@smithy/util-middleware@^2.1.4":
|
|
2520
|
+
"@smithy/util-middleware@^2.1.2", "@smithy/util-middleware@^2.1.3", "@smithy/util-middleware@^2.1.4":
|
|
2817
2521
|
version "2.1.4"
|
|
2818
2522
|
resolved "https://registry.yarnpkg.com/@smithy/util-middleware/-/util-middleware-2.1.4.tgz#eb5f8d3f3639c1c2ff6fae574353249c174f1c03"
|
|
2819
2523
|
integrity sha512-5yYNOgCN0DL0OplME0pthoUR/sCfipnROkbTO7m872o0GHCVNJj5xOFJ143rvHNA54+pIPMLum4z2DhPC2pVGA==
|
|
@@ -2821,16 +2525,7 @@
|
|
|
2821
2525
|
"@smithy/types" "^2.11.0"
|
|
2822
2526
|
tslib "^2.5.0"
|
|
2823
2527
|
|
|
2824
|
-
"@smithy/util-retry@^2.1.2":
|
|
2825
|
-
version "2.1.2"
|
|
2826
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.1.2.tgz#4b7d3ac79ad9a3b3cb01d21d8fe5ea0b99390b90"
|
|
2827
|
-
integrity sha512-pqifOgRqwLfRu+ks3awEKKqPeYxrHLwo4Yu2EarGzeoarTd1LVEyyf5qLE6M7IiCsxnXRhn9FoWIdZOC+oC/VQ==
|
|
2828
|
-
dependencies:
|
|
2829
|
-
"@smithy/service-error-classification" "^2.1.2"
|
|
2830
|
-
"@smithy/types" "^2.10.0"
|
|
2831
|
-
tslib "^2.5.0"
|
|
2832
|
-
|
|
2833
|
-
"@smithy/util-retry@^2.1.3", "@smithy/util-retry@^2.1.4":
|
|
2528
|
+
"@smithy/util-retry@^2.1.2", "@smithy/util-retry@^2.1.3", "@smithy/util-retry@^2.1.4":
|
|
2834
2529
|
version "2.1.4"
|
|
2835
2530
|
resolved "https://registry.yarnpkg.com/@smithy/util-retry/-/util-retry-2.1.4.tgz#cfbe7aa7609f92eecdce562be5308599a2f6537b"
|
|
2836
2531
|
integrity sha512-JRZwhA3fhkdenSEYIWatC8oLwt4Bdf2LhHbNQApqb7yFoIGMl4twcYI3BcJZ7YIBZrACA9jGveW6tuCd836XzQ==
|
|
@@ -2839,21 +2534,7 @@
|
|
|
2839
2534
|
"@smithy/types" "^2.11.0"
|
|
2840
2535
|
tslib "^2.5.0"
|
|
2841
2536
|
|
|
2842
|
-
"@smithy/util-stream@^2.1.2":
|
|
2843
|
-
version "2.1.2"
|
|
2844
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.1.2.tgz#c1ab318fa2f14ef044bdec7cb93a9ffc36388f85"
|
|
2845
|
-
integrity sha512-AbGjvoSok7YeUKv9WRVRSChQfsufLR54YCAabTbaABRdIucywRQs29em0uAP6r4RLj+4aFZStWGYpFgT0P8UlQ==
|
|
2846
|
-
dependencies:
|
|
2847
|
-
"@smithy/fetch-http-handler" "^2.4.2"
|
|
2848
|
-
"@smithy/node-http-handler" "^2.4.0"
|
|
2849
|
-
"@smithy/types" "^2.10.0"
|
|
2850
|
-
"@smithy/util-base64" "^2.1.1"
|
|
2851
|
-
"@smithy/util-buffer-from" "^2.1.1"
|
|
2852
|
-
"@smithy/util-hex-encoding" "^2.1.1"
|
|
2853
|
-
"@smithy/util-utf8" "^2.1.1"
|
|
2854
|
-
tslib "^2.5.0"
|
|
2855
|
-
|
|
2856
|
-
"@smithy/util-stream@^2.1.3", "@smithy/util-stream@^2.1.4":
|
|
2537
|
+
"@smithy/util-stream@^2.1.2", "@smithy/util-stream@^2.1.3", "@smithy/util-stream@^2.1.4":
|
|
2857
2538
|
version "2.1.4"
|
|
2858
2539
|
resolved "https://registry.yarnpkg.com/@smithy/util-stream/-/util-stream-2.1.4.tgz#4d7b3a99f5ad5ba0469aebcdbef7bf9bbabb829a"
|
|
2859
2540
|
integrity sha512-CiWaFPXstoR7v/PGHddFckovkhJb28wgQR7LwIt6RsQCJeRIHvUTVWhXw/Pco6Jm6nz/vfzN9FFdj/JN7RTkxQ==
|
|
@@ -2874,15 +2555,7 @@
|
|
|
2874
2555
|
dependencies:
|
|
2875
2556
|
tslib "^2.5.0"
|
|
2876
2557
|
|
|
2877
|
-
"@smithy/util-utf8@^2.1.1":
|
|
2878
|
-
version "2.1.1"
|
|
2879
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.1.1.tgz#690018dd28f47f014114497735e51417ea5900a6"
|
|
2880
|
-
integrity sha512-BqTpzYEcUMDwAKr7/mVRUtHDhs6ZoXDi9NypMvMfOr/+u1NW7JgqodPDECiiLboEm6bobcPcECxzjtQh865e9A==
|
|
2881
|
-
dependencies:
|
|
2882
|
-
"@smithy/util-buffer-from" "^2.1.1"
|
|
2883
|
-
tslib "^2.5.0"
|
|
2884
|
-
|
|
2885
|
-
"@smithy/util-utf8@^2.2.0":
|
|
2558
|
+
"@smithy/util-utf8@^2.1.1", "@smithy/util-utf8@^2.2.0":
|
|
2886
2559
|
version "2.2.0"
|
|
2887
2560
|
resolved "https://registry.yarnpkg.com/@smithy/util-utf8/-/util-utf8-2.2.0.tgz#e352a81adc0491fbdc0086a00950d7e8333e211f"
|
|
2888
2561
|
integrity sha512-hBsKr5BqrDrKS8qy+YcV7/htmMGxriA1PREOf/8AGBhHIZnfilVv1Waf1OyKhSbFW15U/8+gcMUQ9/Kk5qwpHQ==
|
|
@@ -2890,16 +2563,7 @@
|
|
|
2890
2563
|
"@smithy/util-buffer-from" "^2.1.1"
|
|
2891
2564
|
tslib "^2.5.0"
|
|
2892
2565
|
|
|
2893
|
-
"@smithy/util-waiter@^2.1.2":
|
|
2894
|
-
version "2.1.2"
|
|
2895
|
-
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.1.2.tgz#194f8cbd9c8c7c6e03d57c22eb057fb6f30e0b44"
|
|
2896
|
-
integrity sha512-yxLC57GBDmbDmrnH+vJxsrbV4/aYUucBONkSRLZyJIVFAl/QJH+O/h+phITHDaxVZCYZAcudYJw4ERE32BJM7g==
|
|
2897
|
-
dependencies:
|
|
2898
|
-
"@smithy/abort-controller" "^2.1.2"
|
|
2899
|
-
"@smithy/types" "^2.10.0"
|
|
2900
|
-
tslib "^2.5.0"
|
|
2901
|
-
|
|
2902
|
-
"@smithy/util-waiter@^2.1.3":
|
|
2566
|
+
"@smithy/util-waiter@^2.1.2", "@smithy/util-waiter@^2.1.3":
|
|
2903
2567
|
version "2.1.4"
|
|
2904
2568
|
resolved "https://registry.yarnpkg.com/@smithy/util-waiter/-/util-waiter-2.1.4.tgz#675798056b120a51ca4220d3dac5703ca6a7bba5"
|
|
2905
2569
|
integrity sha512-AK17WaC0hx1wR9juAOsQkJ6DjDxBGEf5TrKhpXtNFEn+cVto9Li3MVsdpAO97AF7bhFXSyC8tJA3F4ThhqwCdg==
|