@aws-sdk/core 3.654.0 → 3.658.1

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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ declare module "@aws-sdk/core/account-id-endpoint" {
6
+ export * from "@aws-sdk/core/dist-types/submodules/account-id-endpoint/index.d";
7
+ }
package/client.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ declare module "@aws-sdk/core/client" {
6
+ export * from "@aws-sdk/core/dist-types/submodules/client/index.d";
7
+ }
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ declare module "@aws-sdk/core/httpAuthSchemes" {
6
+ export * from "@aws-sdk/core/dist-types/submodules/httpAuthSchemes/index.d";
7
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aws-sdk/core",
3
- "version": "3.654.0",
3
+ "version": "3.658.1",
4
4
  "description": "Core functions & classes shared by multiple AWS SDK clients.",
5
5
  "scripts": {
6
6
  "build": "yarn lint && concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
@@ -62,11 +62,15 @@
62
62
  }
63
63
  },
64
64
  "files": [
65
- "dist-*/**",
65
+ "./account-id-endpoint.d.ts",
66
+ "./account-id-endpoint.js",
67
+ "./client.d.ts",
66
68
  "./client.js",
69
+ "./httpAuthSchemes.d.ts",
67
70
  "./httpAuthSchemes.js",
71
+ "./protocols.d.ts",
68
72
  "./protocols.js",
69
- "./account-id-endpoint.js"
73
+ "dist-*/**"
70
74
  ],
71
75
  "sideEffects": false,
72
76
  "author": {
@@ -75,12 +79,12 @@
75
79
  },
76
80
  "license": "Apache-2.0",
77
81
  "dependencies": {
78
- "@smithy/core": "^2.4.3",
82
+ "@smithy/core": "^2.4.6",
79
83
  "@smithy/node-config-provider": "^3.1.7",
80
84
  "@smithy/property-provider": "^3.1.6",
81
85
  "@smithy/protocol-http": "^4.1.3",
82
- "@smithy/signature-v4": "^4.1.3",
83
- "@smithy/smithy-client": "^3.3.2",
86
+ "@smithy/signature-v4": "^4.1.4",
87
+ "@smithy/smithy-client": "^3.3.5",
84
88
  "@smithy/types": "^3.4.2",
85
89
  "@smithy/util-middleware": "^3.0.6",
86
90
  "fast-xml-parser": "4.4.1",
package/protocols.d.ts ADDED
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ declare module "@aws-sdk/core/protocols" {
6
+ export * from "@aws-sdk/core/dist-types/submodules/protocols/index.d";
7
+ }