@aws-sdk/core 3.974.23 → 3.974.24
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/account-id-endpoint.d.ts +1 -3
- package/client.d.ts +1 -3
- package/httpAuthSchemes.d.ts +1 -3
- package/package.json +8 -14
- package/protocols.d.ts +1 -3
- package/util.d.ts +1 -3
- package/dist-cjs/submodules/client/index.browser.js +0 -869
- package/dist-cjs/submodules/client/index.native.js +0 -862
package/account-id-endpoint.d.ts
CHANGED
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Do not edit:
|
|
3
3
|
* This is a compatibility redirect for contexts that do not understand package.json exports field.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
export * from "@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d";
|
|
7
|
-
}
|
|
5
|
+
export * from "./dist-types/submodules/account-id-endpoint/index";
|
package/client.d.ts
CHANGED
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Do not edit:
|
|
3
3
|
* This is a compatibility redirect for contexts that do not understand package.json exports field.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
export * from "@aws-sdk/core/dist-types/submodules/client/index.d";
|
|
7
|
-
}
|
|
5
|
+
export * from "./dist-types/submodules/client/index";
|
package/httpAuthSchemes.d.ts
CHANGED
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Do not edit:
|
|
3
3
|
* This is a compatibility redirect for contexts that do not understand package.json exports field.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
export * from "@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d";
|
|
7
|
-
}
|
|
5
|
+
export * from "./dist-types/submodules/httpAuthSchemes/index";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.974.
|
|
3
|
+
"version": "3.974.24",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
@@ -38,14 +38,8 @@
|
|
|
38
38
|
},
|
|
39
39
|
"./client": {
|
|
40
40
|
"types": "./dist-types/submodules/client/index.d.ts",
|
|
41
|
-
"react-native":
|
|
42
|
-
|
|
43
|
-
"require": "./dist-cjs/submodules/client/index.native.js"
|
|
44
|
-
},
|
|
45
|
-
"browser": {
|
|
46
|
-
"import": "./dist-es/submodules/client/index.browser.js",
|
|
47
|
-
"require": "./dist-cjs/submodules/client/index.browser.js"
|
|
48
|
-
},
|
|
41
|
+
"react-native": "./dist-es/submodules/client/index.native.js",
|
|
42
|
+
"browser": "./dist-es/submodules/client/index.browser.js",
|
|
49
43
|
"module": "./dist-es/submodules/client/index.js",
|
|
50
44
|
"node": "./dist-cjs/submodules/client/index.js",
|
|
51
45
|
"import": "./dist-es/submodules/client/index.js",
|
|
@@ -110,12 +104,12 @@
|
|
|
110
104
|
},
|
|
111
105
|
"license": "Apache-2.0",
|
|
112
106
|
"dependencies": {
|
|
113
|
-
"@aws-sdk/types": "^3.973.
|
|
114
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
107
|
+
"@aws-sdk/types": "^3.973.14",
|
|
108
|
+
"@aws-sdk/xml-builder": "^3.972.32",
|
|
115
109
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
116
|
-
"@smithy/core": "^3.
|
|
117
|
-
"@smithy/signature-v4": "^5.
|
|
118
|
-
"@smithy/types": "^4.
|
|
110
|
+
"@smithy/core": "^3.27.0",
|
|
111
|
+
"@smithy/signature-v4": "^5.5.3",
|
|
112
|
+
"@smithy/types": "^4.15.0",
|
|
119
113
|
"bowser": "^2.11.0",
|
|
120
114
|
"tslib": "^2.6.2"
|
|
121
115
|
},
|
package/protocols.d.ts
CHANGED
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Do not edit:
|
|
3
3
|
* This is a compatibility redirect for contexts that do not understand package.json exports field.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
export * from "@aws-sdk/core/dist-types/submodules/protocols/index.d";
|
|
7
|
-
}
|
|
5
|
+
export * from "./dist-types/submodules/protocols/index";
|
package/util.d.ts
CHANGED
|
@@ -2,6 +2,4 @@
|
|
|
2
2
|
* Do not edit:
|
|
3
3
|
* This is a compatibility redirect for contexts that do not understand package.json exports field.
|
|
4
4
|
*/
|
|
5
|
-
|
|
6
|
-
export * from "@aws-sdk/core/dist-types/submodules/util/index.d";
|
|
7
|
-
}
|
|
5
|
+
export * from "./dist-types/submodules/util/index";
|