@aws-sdk/client-ecr-public 3.496.0 → 3.501.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.
Files changed (2) hide show
  1. package/dist-cjs/index.js +34 -33
  2. package/package.json +3 -3
package/dist-cjs/index.js CHANGED
@@ -2650,6 +2650,11 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2650
2650
  // Annotate the CommonJS export names for ESM import in node:
2651
2651
 
2652
2652
  0 && (module.exports = {
2653
+ ECRPUBLICServiceException,
2654
+ __Client,
2655
+ ECRPUBLICClient,
2656
+ ECRPUBLIC,
2657
+ $Command,
2653
2658
  BatchCheckLayerAvailabilityCommand,
2654
2659
  BatchDeleteImageCommand,
2655
2660
  CompleteLayerUploadCommand,
@@ -2660,54 +2665,50 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
2660
2665
  DescribeImagesCommand,
2661
2666
  DescribeRegistriesCommand,
2662
2667
  DescribeRepositoriesCommand,
2663
- ECRPUBLIC,
2664
- ECRPUBLICClient,
2665
- ECRPUBLICServiceException,
2666
- EmptyUploadException,
2667
2668
  GetAuthorizationTokenCommand,
2668
2669
  GetRegistryCatalogDataCommand,
2669
2670
  GetRepositoryCatalogDataCommand,
2670
2671
  GetRepositoryPolicyCommand,
2671
- ImageAlreadyExistsException,
2672
- ImageDigestDoesNotMatchException,
2673
- ImageFailureCode,
2674
- ImageNotFoundException,
2675
- ImageTagAlreadyExistsException,
2676
2672
  InitiateLayerUploadCommand,
2677
- InvalidLayerException,
2678
- InvalidLayerPartException,
2679
- InvalidParameterException,
2680
- InvalidTagParameterException,
2681
- LayerAlreadyExistsException,
2682
- LayerAvailability,
2683
- LayerFailureCode,
2684
- LayerPartTooSmallException,
2685
- LayersNotFoundException,
2686
- LimitExceededException,
2687
2673
  ListTagsForResourceCommand,
2688
2674
  PutImageCommand,
2689
2675
  PutRegistryCatalogDataCommand,
2690
2676
  PutRepositoryCatalogDataCommand,
2691
- ReferencedImagesNotFoundException,
2692
- RegistryAliasStatus,
2693
- RegistryNotFoundException,
2694
- RepositoryAlreadyExistsException,
2695
- RepositoryCatalogDataNotFoundException,
2696
- RepositoryNotEmptyException,
2697
- RepositoryNotFoundException,
2698
- RepositoryPolicyNotFoundException,
2699
- ServerException,
2700
2677
  SetRepositoryPolicyCommand,
2701
2678
  TagResourceCommand,
2702
- TooManyTagsException,
2703
- UnsupportedCommandException,
2704
2679
  UntagResourceCommand,
2705
2680
  UploadLayerPartCommand,
2706
- UploadNotFoundException,
2707
- __Client,
2708
2681
  paginateDescribeImageTags,
2709
2682
  paginateDescribeImages,
2710
2683
  paginateDescribeRegistries,
2711
- paginateDescribeRepositories
2684
+ paginateDescribeRepositories,
2685
+ LayerFailureCode,
2686
+ LayerAvailability,
2687
+ InvalidParameterException,
2688
+ RegistryNotFoundException,
2689
+ RepositoryNotFoundException,
2690
+ ServerException,
2691
+ UnsupportedCommandException,
2692
+ ImageFailureCode,
2693
+ EmptyUploadException,
2694
+ InvalidLayerException,
2695
+ LayerAlreadyExistsException,
2696
+ LayerPartTooSmallException,
2697
+ UploadNotFoundException,
2698
+ InvalidTagParameterException,
2699
+ LimitExceededException,
2700
+ RepositoryAlreadyExistsException,
2701
+ TooManyTagsException,
2702
+ RepositoryNotEmptyException,
2703
+ RepositoryPolicyNotFoundException,
2704
+ ImageNotFoundException,
2705
+ RegistryAliasStatus,
2706
+ RepositoryCatalogDataNotFoundException,
2707
+ ImageAlreadyExistsException,
2708
+ ImageDigestDoesNotMatchException,
2709
+ ImageTagAlreadyExistsException,
2710
+ InvalidLayerPartException,
2711
+ LayersNotFoundException,
2712
+ ReferencedImagesNotFoundException
2712
2713
  });
2713
2714
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ecr-public",
3
3
  "description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native",
4
- "version": "3.496.0",
4
+ "version": "3.501.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ecr-public",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.496.0",
23
+ "@aws-sdk/client-sts": "3.501.0",
24
24
  "@aws-sdk/core": "3.496.0",
25
- "@aws-sdk/credential-provider-node": "3.496.0",
25
+ "@aws-sdk/credential-provider-node": "3.501.0",
26
26
  "@aws-sdk/middleware-host-header": "3.496.0",
27
27
  "@aws-sdk/middleware-logger": "3.496.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.496.0",