@aws-sdk/client-ecr 3.41.0 → 3.42.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/CHANGELOG.md +11 -0
- package/dist-cjs/endpoints.js +16 -0
- package/dist-es/endpoints.js +16 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.42.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.41.0...v3.42.0) (2021-11-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **clients:** merge default variants by comparing tags ([#3044](https://github.com/aws/aws-sdk-js-v3/issues/3044)) ([d65a310](https://github.com/aws/aws-sdk-js-v3/commit/d65a310ed5a471e72633a18ae6f3c98390e20783))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [3.41.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.40.1...v3.41.0) (2021-11-11)
|
|
7
18
|
|
|
8
19
|
|
package/dist-cjs/endpoints.js
CHANGED
|
@@ -327,6 +327,14 @@ const partitionHash = {
|
|
|
327
327
|
hostname: "ecr-fips.{region}.amazonaws.com",
|
|
328
328
|
tags: ["fips"],
|
|
329
329
|
},
|
|
330
|
+
{
|
|
331
|
+
hostname: "api.ecr-fips.{region}.api.aws",
|
|
332
|
+
tags: ["dualstack", "fips"],
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
hostname: "api.ecr.{region}.api.aws",
|
|
336
|
+
tags: ["dualstack"],
|
|
337
|
+
},
|
|
330
338
|
],
|
|
331
339
|
},
|
|
332
340
|
"aws-cn": {
|
|
@@ -400,6 +408,14 @@ const partitionHash = {
|
|
|
400
408
|
hostname: "ecr-fips.{region}.amazonaws.com",
|
|
401
409
|
tags: ["fips"],
|
|
402
410
|
},
|
|
411
|
+
{
|
|
412
|
+
hostname: "api.ecr-fips.{region}.api.aws",
|
|
413
|
+
tags: ["dualstack", "fips"],
|
|
414
|
+
},
|
|
415
|
+
{
|
|
416
|
+
hostname: "api.ecr.{region}.api.aws",
|
|
417
|
+
tags: ["dualstack"],
|
|
418
|
+
},
|
|
403
419
|
],
|
|
404
420
|
},
|
|
405
421
|
};
|
package/dist-es/endpoints.js
CHANGED
|
@@ -325,6 +325,14 @@ var partitionHash = {
|
|
|
325
325
|
hostname: "ecr-fips.{region}.amazonaws.com",
|
|
326
326
|
tags: ["fips"],
|
|
327
327
|
},
|
|
328
|
+
{
|
|
329
|
+
hostname: "api.ecr-fips.{region}.api.aws",
|
|
330
|
+
tags: ["dualstack", "fips"],
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
hostname: "api.ecr.{region}.api.aws",
|
|
334
|
+
tags: ["dualstack"],
|
|
335
|
+
},
|
|
328
336
|
],
|
|
329
337
|
},
|
|
330
338
|
"aws-cn": {
|
|
@@ -398,6 +406,14 @@ var partitionHash = {
|
|
|
398
406
|
hostname: "ecr-fips.{region}.amazonaws.com",
|
|
399
407
|
tags: ["fips"],
|
|
400
408
|
},
|
|
409
|
+
{
|
|
410
|
+
hostname: "api.ecr-fips.{region}.api.aws",
|
|
411
|
+
tags: ["dualstack", "fips"],
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
hostname: "api.ecr.{region}.api.aws",
|
|
415
|
+
tags: ["dualstack"],
|
|
416
|
+
},
|
|
401
417
|
],
|
|
402
418
|
},
|
|
403
419
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecr",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecr Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.42.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.42.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.40.0",
|
|
26
26
|
"@aws-sdk/credential-provider-node": "3.41.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.40.0",
|