@aws-sdk/client-outposts 3.1078.0 → 3.1079.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
CHANGED
|
@@ -10,7 +10,8 @@ export interface Address {
|
|
|
10
10
|
*/
|
|
11
11
|
ContactName: string | undefined;
|
|
12
12
|
/**
|
|
13
|
-
* <p>The phone number of the contact
|
|
13
|
+
* <p>The phone number of the contact, including the country code (for example,
|
|
14
|
+
* <code>+12065550100</code>).</p>
|
|
14
15
|
* @public
|
|
15
16
|
*/
|
|
16
17
|
ContactPhoneNumber: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-outposts",
|
|
3
3
|
"description": "AWS SDK for JavaScript Outposts Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
24
|
"@aws-sdk/types": "^3.973.15",
|
|
25
25
|
"@smithy/core": "^3.29.0",
|
|
26
26
|
"@smithy/fetch-http-handler": "^5.6.2",
|