@aws-sdk/client-supplychain 3.496.0 → 3.499.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/dist-cjs/index.js +8 -7
- package/package.json +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -599,19 +599,20 @@ var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
|
599
599
|
// Annotate the CommonJS export names for ESM import in node:
|
|
600
600
|
|
|
601
601
|
0 && (module.exports = {
|
|
602
|
+
SupplyChainServiceException,
|
|
603
|
+
__Client,
|
|
604
|
+
SupplyChainClient,
|
|
605
|
+
SupplyChain,
|
|
606
|
+
$Command,
|
|
607
|
+
CreateBillOfMaterialsImportJobCommand,
|
|
608
|
+
GetBillOfMaterialsImportJobCommand,
|
|
602
609
|
AccessDeniedException,
|
|
603
610
|
ConfigurationJobStatus,
|
|
604
611
|
ConflictException,
|
|
605
|
-
CreateBillOfMaterialsImportJobCommand,
|
|
606
|
-
GetBillOfMaterialsImportJobCommand,
|
|
607
612
|
InternalServerException,
|
|
608
613
|
ResourceNotFoundException,
|
|
609
614
|
ServiceQuotaExceededException,
|
|
610
|
-
SupplyChain,
|
|
611
|
-
SupplyChainClient,
|
|
612
|
-
SupplyChainServiceException,
|
|
613
615
|
ThrottlingException,
|
|
614
|
-
ValidationException
|
|
615
|
-
__Client
|
|
616
|
+
ValidationException
|
|
616
617
|
});
|
|
617
618
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-supplychain",
|
|
3
3
|
"description": "AWS SDK for JavaScript Supplychain Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.499.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-supplychain",
|
|
@@ -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.
|
|
23
|
+
"@aws-sdk/client-sts": "3.499.0",
|
|
24
24
|
"@aws-sdk/core": "3.496.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.499.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",
|