@psnext/slingcli 2.4.20260527-2 → 2.4.20260528-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.
Files changed (163) hide show
  1. package/bin/sling.js +17 -26
  2. package/node_modules/@earendil-works/pi-ai/dist/models.generated.js +54 -54
  3. package/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +10 -13
  4. package/node_modules/@nodable/entities/package.json +1 -1
  5. package/node_modules/@nodable/entities/src/EntityDecoder.js +1 -1
  6. package/node_modules/@nodable/entities/src/entities.js +0 -18
  7. package/node_modules/@smithy/core/dist-cjs/index.js +3 -4
  8. package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +3 -11
  9. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +2 -2
  10. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +2 -2
  11. package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +2 -2
  12. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +9 -40
  13. package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +9 -40
  14. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +12 -142
  15. package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +7 -9
  16. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +2 -2
  17. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +2 -2
  18. package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +2 -2
  19. package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +184 -0
  20. package/node_modules/@smithy/core/dist-es/index.js +6 -6
  21. package/node_modules/@smithy/core/dist-es/submodules/client/index.js +2 -2
  22. package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/checkRegion.js +1 -1
  23. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.browser.js +2 -2
  24. package/node_modules/@smithy/core/dist-es/submodules/endpoints/index.js +2 -2
  25. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.js +1 -1
  26. package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/resolveEndpointConfig.js +1 -1
  27. package/node_modules/@smithy/core/dist-es/submodules/endpoints/util-endpoints/lib/index.js +1 -1
  28. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpBindingProtocol.js +1 -1
  29. package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +1 -2
  30. package/node_modules/@smithy/core/dist-es/submodules/protocols/RpcProtocol.js +1 -1
  31. package/node_modules/@smithy/core/dist-es/submodules/protocols/index.js +5 -5
  32. package/node_modules/@smithy/core/dist-es/submodules/protocols/middleware-content-length/contentLengthMiddleware.js +1 -1
  33. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  34. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaDeserializationMiddleware.js +3 -4
  35. package/node_modules/@smithy/core/dist-es/submodules/schema/middleware/schemaSerializationMiddleware.js +1 -2
  36. package/node_modules/@smithy/core/dist-es/submodules/serde/middleware-serde/deserializerMiddleware.js +1 -1
  37. package/node_modules/@smithy/core/dist-es/submodules/transport/index.js +9 -0
  38. package/node_modules/@smithy/core/dist-es/submodules/{protocols/url-parser → transport}/parseUrl.js +1 -1
  39. package/node_modules/@smithy/core/dist-es/submodules/{endpoints → transport}/toEndpointV1.js +1 -1
  40. package/node_modules/@smithy/core/dist-types/index.d.ts +10 -6
  41. package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +2 -2
  42. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +2 -2
  43. package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +2 -2
  44. package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/toEndpointV1.d.ts +2 -2
  45. package/node_modules/@smithy/core/dist-types/submodules/endpoints/util-endpoints/lib/index.d.ts +1 -1
  46. package/node_modules/@smithy/core/dist-types/submodules/protocols/HttpBindingProtocol.d.ts +1 -1
  47. package/node_modules/@smithy/core/dist-types/submodules/protocols/index.d.ts +5 -5
  48. package/node_modules/@smithy/core/dist-types/submodules/protocols/protocol-http/httpHandler.d.ts +1 -2
  49. package/node_modules/@smithy/core/dist-types/submodules/protocols/requestBuilder.d.ts +1 -1
  50. package/node_modules/@smithy/core/dist-types/submodules/transport/index.d.ts +9 -0
  51. package/node_modules/@smithy/core/package.json +19 -10
  52. package/node_modules/@smithy/core/transport.d.ts +5 -0
  53. package/node_modules/@smithy/core/transport.js +5 -0
  54. package/node_modules/@smithy/credential-provider-imds/package.json +2 -2
  55. package/node_modules/@smithy/fetch-http-handler/package.json +2 -2
  56. package/node_modules/@smithy/signature-v4/package.json +2 -2
  57. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts +2 -2
  58. package/node_modules/lru-cache/dist/commonjs/browser/index.d.ts.map +1 -1
  59. package/node_modules/lru-cache/dist/commonjs/browser/index.js.map +1 -1
  60. package/node_modules/lru-cache/dist/commonjs/browser/index.min.js.map +1 -1
  61. package/node_modules/lru-cache/dist/commonjs/index.d.ts +2 -2
  62. package/node_modules/lru-cache/dist/commonjs/index.d.ts.map +1 -1
  63. package/node_modules/lru-cache/dist/commonjs/index.js.map +1 -1
  64. package/node_modules/lru-cache/dist/commonjs/index.min.js.map +1 -1
  65. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts +2 -2
  66. package/node_modules/lru-cache/dist/commonjs/node/index.d.ts.map +1 -1
  67. package/node_modules/lru-cache/dist/commonjs/node/index.js.map +1 -1
  68. package/node_modules/lru-cache/dist/commonjs/node/index.min.js.map +1 -1
  69. package/node_modules/lru-cache/dist/esm/browser/index.d.ts +2 -2
  70. package/node_modules/lru-cache/dist/esm/browser/index.d.ts.map +1 -1
  71. package/node_modules/lru-cache/dist/esm/browser/index.js.map +1 -1
  72. package/node_modules/lru-cache/dist/esm/browser/index.min.js.map +1 -1
  73. package/node_modules/lru-cache/dist/esm/index.d.ts +2 -2
  74. package/node_modules/lru-cache/dist/esm/index.d.ts.map +1 -1
  75. package/node_modules/lru-cache/dist/esm/index.js.map +1 -1
  76. package/node_modules/lru-cache/dist/esm/index.min.js.map +1 -1
  77. package/node_modules/lru-cache/dist/esm/node/index.d.ts +2 -2
  78. package/node_modules/lru-cache/dist/esm/node/index.d.ts.map +1 -1
  79. package/node_modules/lru-cache/dist/esm/node/index.js.map +1 -1
  80. package/node_modules/lru-cache/dist/esm/node/index.min.js.map +1 -1
  81. package/node_modules/lru-cache/package.json +1 -1
  82. package/package.json +2 -2
  83. package/slingshot/index.js +163 -163
  84. package/node_modules/@smithy/core/dist-cjs/getSmithyContext.js +0 -6
  85. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -21
  86. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/getHttpAuthSchemePlugin.js +0 -21
  87. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +0 -46
  88. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/index.js +0 -6
  89. package/node_modules/@smithy/core/dist-cjs/middleware-http-auth-scheme/resolveAuthOptions.js +0 -24
  90. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/getHttpSigningMiddleware.js +0 -19
  91. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/httpSigningMiddleware.js +0 -27
  92. package/node_modules/@smithy/core/dist-cjs/middleware-http-signing/index.js +0 -5
  93. package/node_modules/@smithy/core/dist-cjs/normalizeProvider.js +0 -10
  94. package/node_modules/@smithy/core/dist-cjs/pagination/createPaginator.js +0 -44
  95. package/node_modules/@smithy/core/dist-cjs/request-builder/requestBuilder.js +0 -5
  96. package/node_modules/@smithy/core/dist-cjs/setFeature.js +0 -14
  97. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/DefaultIdentityProviderConfig.js +0 -18
  98. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpApiKeyAuth.js +0 -38
  99. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/httpBearerAuth.js +0 -15
  100. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/index.js +0 -6
  101. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/httpAuthSchemes/noAuth.js +0 -9
  102. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/index.js +0 -6
  103. package/node_modules/@smithy/core/dist-cjs/util-identity-and-auth/memoizeIdentityProvider.js +0 -61
  104. package/node_modules/@smithy/core/dist-es/request-builder/requestBuilder.js +0 -1
  105. package/node_modules/@smithy/core/dist-es/submodules/client/util-middleware/getSmithyContext.js +0 -2
  106. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/TestVectors.fixture.js +0 -146
  107. package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/vectorTypes.fixture.js +0 -1
  108. package/node_modules/@smithy/core/dist-types/request-builder/requestBuilder.d.ts +0 -6
  109. package/node_modules/@smithy/core/dist-types/submodules/client/util-middleware/getSmithyContext.d.ts +0 -5
  110. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/TestVectors.fixture.d.ts +0 -2
  111. package/node_modules/@smithy/core/dist-types/submodules/event-streams/eventstream-codec/vectorTypes.fixture.d.ts +0 -12
  112. package/node_modules/@smithy/credential-provider-imds/dist-es/remoteProvider/index.js +0 -2
  113. package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/index.d.ts +0 -8
  114. package/node_modules/@smithy/signature-v4/dist-es/suite.fixture.js +0 -399
  115. package/node_modules/@smithy/signature-v4/dist-types/suite.fixture.d.ts +0 -14
  116. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.js +0 -0
  117. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.js +0 -0
  118. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.js +0 -0
  119. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.js +0 -0
  120. /package/node_modules/@smithy/core/dist-es/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.js +0 -0
  121. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.js +0 -0
  122. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.js +0 -0
  123. /package/node_modules/@smithy/core/dist-es/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.js +0 -0
  124. /package/node_modules/@smithy/core/dist-es/{pagination → legacy-root-exports/pagination}/createPaginator.js +0 -0
  125. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.js +0 -0
  126. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.js +0 -0
  127. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.js +0 -0
  128. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.js +0 -0
  129. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.js +0 -0
  130. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.js +0 -0
  131. /package/node_modules/@smithy/core/dist-es/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.js +0 -0
  132. /package/node_modules/@smithy/core/dist-es/{getSmithyContext.js → submodules/transport/getSmithyContext.js} +0 -0
  133. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpRequest.js +0 -0
  134. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/httpResponse.js +0 -0
  135. /package/node_modules/@smithy/core/dist-es/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.js +0 -0
  136. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/protocol-http → transport}/isValidHostname.js +0 -0
  137. /package/node_modules/@smithy/core/dist-es/submodules/{client/util-middleware → transport}/normalizeProvider.js +0 -0
  138. /package/node_modules/@smithy/core/dist-es/submodules/{protocols/querystring-parser → transport}/parseQueryString.js +0 -0
  139. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemeEndpointRuleSetPlugin.d.ts +0 -0
  140. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/getHttpAuthSchemePlugin.d.ts +0 -0
  141. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/httpAuthSchemeMiddleware.d.ts +0 -0
  142. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/index.d.ts +0 -0
  143. /package/node_modules/@smithy/core/dist-types/{middleware-http-auth-scheme → legacy-root-exports/middleware-http-auth-scheme}/resolveAuthOptions.d.ts +0 -0
  144. /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/getHttpSigningMiddleware.d.ts +0 -0
  145. /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/httpSigningMiddleware.d.ts +0 -0
  146. /package/node_modules/@smithy/core/dist-types/{middleware-http-signing → legacy-root-exports/middleware-http-signing}/index.d.ts +0 -0
  147. /package/node_modules/@smithy/core/dist-types/{pagination → legacy-root-exports/pagination}/createPaginator.d.ts +0 -0
  148. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/DefaultIdentityProviderConfig.d.ts +0 -0
  149. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpApiKeyAuth.d.ts +0 -0
  150. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/httpBearerAuth.d.ts +0 -0
  151. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/index.d.ts +0 -0
  152. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/httpAuthSchemes/noAuth.d.ts +0 -0
  153. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/index.d.ts +0 -0
  154. /package/node_modules/@smithy/core/dist-types/{util-identity-and-auth → legacy-root-exports/util-identity-and-auth}/memoizeIdentityProvider.d.ts +0 -0
  155. /package/node_modules/@smithy/core/dist-types/{getSmithyContext.d.ts → submodules/transport/getSmithyContext.d.ts} +0 -0
  156. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/httpRequest.d.ts +0 -0
  157. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/httpResponse.d.ts +0 -0
  158. /package/node_modules/@smithy/core/dist-types/submodules/{endpoints/util-endpoints/lib → transport}/isValidHostLabel.d.ts +0 -0
  159. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/protocol-http → transport}/isValidHostname.d.ts +0 -0
  160. /package/node_modules/@smithy/core/dist-types/submodules/{client/util-middleware → transport}/normalizeProvider.d.ts +0 -0
  161. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/querystring-parser → transport}/parseQueryString.d.ts +0 -0
  162. /package/node_modules/@smithy/core/dist-types/submodules/{protocols/url-parser → transport}/parseUrl.d.ts +0 -0
  163. /package/node_modules/@smithy/core/dist-types/submodules/{endpoints → transport}/toEndpointV1.d.ts +0 -0
@@ -0,0 +1,184 @@
1
+ 'use strict';
2
+
3
+ var types = require('@smithy/types');
4
+
5
+ const getSmithyContext = (context) => context[types.SMITHY_CONTEXT_KEY] || (context[types.SMITHY_CONTEXT_KEY] = {});
6
+
7
+ class HttpRequest {
8
+ method;
9
+ protocol;
10
+ hostname;
11
+ port;
12
+ path;
13
+ query;
14
+ headers;
15
+ username;
16
+ password;
17
+ fragment;
18
+ body;
19
+ constructor(options) {
20
+ this.method = options.method || "GET";
21
+ this.hostname = options.hostname || "localhost";
22
+ this.port = options.port;
23
+ this.query = options.query || {};
24
+ this.headers = options.headers || {};
25
+ this.body = options.body;
26
+ this.protocol = options.protocol
27
+ ? options.protocol.slice(-1) !== ":"
28
+ ? `${options.protocol}:`
29
+ : options.protocol
30
+ : "https:";
31
+ this.path = options.path ? (options.path.charAt(0) !== "/" ? `/${options.path}` : options.path) : "/";
32
+ this.username = options.username;
33
+ this.password = options.password;
34
+ this.fragment = options.fragment;
35
+ }
36
+ static clone(request) {
37
+ const cloned = new HttpRequest({
38
+ ...request,
39
+ headers: { ...request.headers },
40
+ });
41
+ if (cloned.query) {
42
+ cloned.query = cloneQuery(cloned.query);
43
+ }
44
+ return cloned;
45
+ }
46
+ static isInstance(request) {
47
+ if (!request) {
48
+ return false;
49
+ }
50
+ const req = request;
51
+ return ("method" in req &&
52
+ "protocol" in req &&
53
+ "hostname" in req &&
54
+ "path" in req &&
55
+ typeof req["query"] === "object" &&
56
+ typeof req["headers"] === "object");
57
+ }
58
+ clone() {
59
+ return HttpRequest.clone(this);
60
+ }
61
+ }
62
+ function cloneQuery(query) {
63
+ return Object.keys(query).reduce((carry, paramName) => {
64
+ const param = query[paramName];
65
+ return {
66
+ ...carry,
67
+ [paramName]: Array.isArray(param) ? [...param] : param,
68
+ };
69
+ }, {});
70
+ }
71
+
72
+ class HttpResponse {
73
+ statusCode;
74
+ reason;
75
+ headers;
76
+ body;
77
+ constructor(options) {
78
+ this.statusCode = options.statusCode;
79
+ this.reason = options.reason;
80
+ this.headers = options.headers || {};
81
+ this.body = options.body;
82
+ }
83
+ static isInstance(response) {
84
+ if (!response)
85
+ return false;
86
+ const resp = response;
87
+ return typeof resp.statusCode === "number" && typeof resp.headers === "object";
88
+ }
89
+ }
90
+
91
+ const VALID_HOST_LABEL_REGEX = new RegExp(`^(?!.*-$)(?!-)[a-zA-Z0-9-]{1,63}$`);
92
+ const isValidHostLabel = (value, allowSubDomains = false) => {
93
+ if (!allowSubDomains) {
94
+ return VALID_HOST_LABEL_REGEX.test(value);
95
+ }
96
+ const labels = value.split(".");
97
+ for (const label of labels) {
98
+ if (!isValidHostLabel(label)) {
99
+ return false;
100
+ }
101
+ }
102
+ return true;
103
+ };
104
+
105
+ function isValidHostname(hostname) {
106
+ const hostPattern = /^[a-z0-9][a-z0-9\.\-]*[a-z0-9]$/;
107
+ return hostPattern.test(hostname);
108
+ }
109
+
110
+ const normalizeProvider = (input) => {
111
+ if (typeof input === "function")
112
+ return input;
113
+ const promisified = Promise.resolve(input);
114
+ return () => promisified;
115
+ };
116
+
117
+ function parseQueryString(querystring) {
118
+ const query = {};
119
+ querystring = querystring.replace(/^\?/, "");
120
+ if (querystring) {
121
+ for (const pair of querystring.split("&")) {
122
+ let [key, value = null] = pair.split("=");
123
+ key = decodeURIComponent(key);
124
+ if (value) {
125
+ value = decodeURIComponent(value);
126
+ }
127
+ if (!(key in query)) {
128
+ query[key] = value;
129
+ }
130
+ else if (Array.isArray(query[key])) {
131
+ query[key].push(value);
132
+ }
133
+ else {
134
+ query[key] = [query[key], value];
135
+ }
136
+ }
137
+ }
138
+ return query;
139
+ }
140
+
141
+ const parseUrl = (url) => {
142
+ if (typeof url === "string") {
143
+ return parseUrl(new URL(url));
144
+ }
145
+ const { hostname, pathname, port, protocol, search } = url;
146
+ let query;
147
+ if (search) {
148
+ query = parseQueryString(search);
149
+ }
150
+ return {
151
+ hostname,
152
+ port: port ? parseInt(port) : undefined,
153
+ protocol,
154
+ path: pathname,
155
+ query,
156
+ };
157
+ };
158
+
159
+ const toEndpointV1 = (endpoint) => {
160
+ if (typeof endpoint === "object") {
161
+ if ("url" in endpoint) {
162
+ const v1Endpoint = parseUrl(endpoint.url);
163
+ if (endpoint.headers) {
164
+ v1Endpoint.headers = {};
165
+ for (const name in endpoint.headers) {
166
+ v1Endpoint.headers[name.toLowerCase()] = endpoint.headers[name].join(", ");
167
+ }
168
+ }
169
+ return v1Endpoint;
170
+ }
171
+ return endpoint;
172
+ }
173
+ return parseUrl(endpoint);
174
+ };
175
+
176
+ exports.HttpRequest = HttpRequest;
177
+ exports.HttpResponse = HttpResponse;
178
+ exports.getSmithyContext = getSmithyContext;
179
+ exports.isValidHostLabel = isValidHostLabel;
180
+ exports.isValidHostname = isValidHostname;
181
+ exports.normalizeProvider = normalizeProvider;
182
+ exports.parseQueryString = parseQueryString;
183
+ exports.parseUrl = parseUrl;
184
+ exports.toEndpointV1 = toEndpointV1;
@@ -1,8 +1,8 @@
1
- export * from "./getSmithyContext";
2
- export * from "./middleware-http-auth-scheme";
3
- export * from "./middleware-http-signing";
1
+ export { getSmithyContext } from "@smithy/core/transport";
2
+ export * from "./legacy-root-exports/middleware-http-auth-scheme";
3
+ export * from "./legacy-root-exports/middleware-http-signing";
4
4
  export * from "./normalizeProvider";
5
- export { createPaginator } from "./pagination/createPaginator";
6
- export * from "./request-builder/requestBuilder";
5
+ export { createPaginator } from "./legacy-root-exports/pagination/createPaginator";
6
+ export { requestBuilder } from "@smithy/core/protocols";
7
7
  export * from "./setFeature";
8
- export * from "./util-identity-and-auth";
8
+ export * from "./legacy-root-exports/util-identity-and-auth";
@@ -1,6 +1,6 @@
1
1
  export { constructStack } from "./middleware-stack/MiddlewareStack";
2
- export { getSmithyContext } from "./util-middleware/getSmithyContext";
3
- export { normalizeProvider } from "./util-middleware/normalizeProvider";
2
+ export { getSmithyContext } from "@smithy/core/transport";
3
+ export { normalizeProvider } from "@smithy/core/transport";
4
4
  export { invalidFunction } from "./invalid-dependency/invalidFunction";
5
5
  export { invalidProvider } from "./invalid-dependency/invalidProvider";
6
6
  export { createWaiter } from "./util-waiter/createWaiter";
@@ -1,4 +1,4 @@
1
- import { isValidHostLabel } from "@smithy/core/endpoints";
1
+ import { isValidHostLabel } from "@smithy/core/transport";
2
2
  const validRegions = new Set();
3
3
  export const checkRegion = (region, check = isValidHostLabel) => {
4
4
  if (!validRegions.has(region) && !check(region)) {
@@ -3,12 +3,12 @@ import { bindGetEndpointFromInstructions } from "./middleware-endpoint/adaptors/
3
3
  import { bindEndpointMiddleware } from "./middleware-endpoint/endpointMiddleware";
4
4
  import { bindGetEndpointPlugin } from "./middleware-endpoint/getEndpointPlugin";
5
5
  import { bindResolveEndpointConfig } from "./middleware-endpoint/resolveEndpointConfig";
6
- export * from "./toEndpointV1";
6
+ export { toEndpointV1 } from "@smithy/core/transport";
7
7
  export { BinaryDecisionDiagram } from "./util-endpoints/bdd/BinaryDecisionDiagram";
8
8
  export { EndpointCache } from "./util-endpoints/cache/EndpointCache";
9
9
  export { decideEndpoint } from "./util-endpoints/decideEndpoint";
10
10
  export { isIpAddress } from "./util-endpoints/lib/isIpAddress";
11
- export { isValidHostLabel } from "./util-endpoints/lib/isValidHostLabel";
11
+ export { isValidHostLabel } from "@smithy/core/transport";
12
12
  export { customEndpointFunctions } from "./util-endpoints/utils/customEndpointFunctions";
13
13
  export { resolveEndpoint } from "./util-endpoints/resolveEndpoint";
14
14
  export * from "./util-endpoints/types";
@@ -3,12 +3,12 @@ import { bindGetEndpointFromInstructions } from "./middleware-endpoint/adaptors/
3
3
  import { bindEndpointMiddleware } from "./middleware-endpoint/endpointMiddleware";
4
4
  import { bindGetEndpointPlugin } from "./middleware-endpoint/getEndpointPlugin";
5
5
  import { bindResolveEndpointConfig } from "./middleware-endpoint/resolveEndpointConfig";
6
- export * from "./toEndpointV1";
6
+ export { toEndpointV1 } from "@smithy/core/transport";
7
7
  export { BinaryDecisionDiagram } from "./util-endpoints/bdd/BinaryDecisionDiagram";
8
8
  export { EndpointCache } from "./util-endpoints/cache/EndpointCache";
9
9
  export { decideEndpoint } from "./util-endpoints/decideEndpoint";
10
10
  export { isIpAddress } from "./util-endpoints/lib/isIpAddress";
11
- export { isValidHostLabel } from "./util-endpoints/lib/isValidHostLabel";
11
+ export { isValidHostLabel } from "@smithy/core/transport";
12
12
  export { customEndpointFunctions } from "./util-endpoints/utils/customEndpointFunctions";
13
13
  export { resolveEndpoint } from "./util-endpoints/resolveEndpoint";
14
14
  export * from "./util-endpoints/types";
@@ -1 +1 @@
1
- export { toEndpointV1 } from "../../toEndpointV1";
1
+ export { toEndpointV1 } from "@smithy/core/transport";
@@ -1,4 +1,4 @@
1
- import { normalizeProvider } from "@smithy/core/client";
1
+ import { normalizeProvider } from "@smithy/core/transport";
2
2
  import { toEndpointV1 } from "./adaptors/toEndpointV1";
3
3
  export function bindResolveEndpointConfig(getEndpointFromConfig) {
4
4
  return (input) => {
@@ -2,7 +2,7 @@ export * from "./booleanEquals";
2
2
  export * from "./coalesce";
3
3
  export * from "./getAttr";
4
4
  export * from "./isSet";
5
- export * from "./isValidHostLabel";
5
+ export { isValidHostLabel } from "@smithy/core/transport";
6
6
  export * from "./ite";
7
7
  export * from "./not";
8
8
  export * from "./parseURL";
@@ -1,9 +1,9 @@
1
1
  import { NormalizedSchema, translateTraits } from "@smithy/core/schema";
2
2
  import { sdkStreamMixin, splitEvery, splitHeader } from "@smithy/core/serde";
3
+ import { HttpRequest } from "@smithy/core/transport";
3
4
  import { HttpProtocol } from "./HttpProtocol";
4
5
  import { collectBody } from "./collect-stream-body";
5
6
  import { extendedEncodeURIComponent } from "./extended-encode-uri-component";
6
- import { HttpRequest } from "./protocol-http/httpRequest";
7
7
  export class HttpBindingProtocol extends HttpProtocol {
8
8
  async serializeRequest(operationSchema, _input, context) {
9
9
  const input = _input && typeof _input === "object" ? _input : {};
@@ -1,7 +1,6 @@
1
1
  import { NormalizedSchema, TypeRegistry, translateTraits } from "@smithy/core/schema";
2
+ import { HttpRequest, HttpResponse } from "@smithy/core/transport";
2
3
  import { SerdeContext } from "./SerdeContext";
3
- import { HttpRequest } from "./protocol-http/httpRequest";
4
- import { HttpResponse } from "./protocol-http/httpResponse";
5
4
  export class HttpProtocol extends SerdeContext {
6
5
  options;
7
6
  compositeErrorRegistry;
@@ -1,7 +1,7 @@
1
1
  import { NormalizedSchema } from "@smithy/core/schema";
2
+ import { HttpRequest } from "@smithy/core/transport";
2
3
  import { HttpProtocol } from "./HttpProtocol";
3
4
  import { collectBody } from "./collect-stream-body";
4
- import { HttpRequest } from "./protocol-http/httpRequest";
5
5
  export class RpcProtocol extends HttpProtocol {
6
6
  async serializeRequest(operationSchema, _input, context) {
7
7
  const serializer = this.serializer;
@@ -13,13 +13,13 @@ export * from "./serde/determineTimestampFormat";
13
13
  export * from "./SerdeContext";
14
14
  export { Field } from "./protocol-http/Field";
15
15
  export { Fields } from "./protocol-http/Fields";
16
- export { HttpRequest } from "./protocol-http/httpRequest";
17
- export { HttpResponse } from "./protocol-http/httpResponse";
18
- export { isValidHostname } from "./protocol-http/isValidHostname";
16
+ export { HttpRequest } from "@smithy/core/transport";
17
+ export { HttpResponse } from "@smithy/core/transport";
18
+ export { isValidHostname } from "@smithy/core/transport";
19
19
  export { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, } from "./protocol-http/extensions/httpExtensionConfiguration";
20
20
  export { contentLengthMiddleware, contentLengthMiddlewareOptions, getContentLengthPlugin, } from "./middleware-content-length/contentLengthMiddleware";
21
21
  export { escapeUri } from "./util-uri-escape/escape-uri";
22
22
  export { escapeUriPath } from "./util-uri-escape/escape-uri-path";
23
23
  export { buildQueryString } from "./querystring-builder/buildQueryString";
24
- export { parseQueryString } from "./querystring-parser/parseQueryString";
25
- export { parseUrl } from "./url-parser/parseUrl";
24
+ export { parseQueryString } from "@smithy/core/transport";
25
+ export { parseUrl } from "@smithy/core/transport";
@@ -1,4 +1,4 @@
1
- import { HttpRequest } from "../protocol-http/httpRequest";
1
+ import { HttpRequest } from "@smithy/core/transport";
2
2
  const CONTENT_LENGTH_HEADER = "content-length";
3
3
  export function contentLengthMiddleware(bodyLengthChecker) {
4
4
  return (next) => async (args) => {
@@ -1,4 +1,4 @@
1
- import { HttpRequest } from "./protocol-http/httpRequest";
1
+ import { HttpRequest } from "@smithy/core/transport";
2
2
  import { resolvedPath } from "./resolve-path";
3
3
  export function requestBuilder(input, context) {
4
4
  return new RequestBuilder(input, context);
@@ -1,5 +1,4 @@
1
- import { getSmithyContext } from "@smithy/core/client";
2
- import { HttpResponse } from "@smithy/core/protocols";
1
+ import { HttpResponse, getSmithyContext } from "@smithy/core/transport";
3
2
  import { operation } from "../schemas/operation";
4
3
  export const schemaDeserializationMiddleware = (config) => (next, context) => async (args) => {
5
4
  const { response } = await next(args);
@@ -42,10 +41,10 @@ export const schemaDeserializationMiddleware = (config) => (next, context) => as
42
41
  }
43
42
  try {
44
43
  if (HttpResponse.isInstance(response)) {
45
- const { headers = {} } = response;
44
+ const { headers = {}, statusCode } = response;
46
45
  const headerEntries = Object.entries(headers);
47
46
  error.$metadata = {
48
- httpStatusCode: response.statusCode,
47
+ httpStatusCode: statusCode,
49
48
  requestId: findHeader(/^x-[\w-]+-request-?id$/, headerEntries),
50
49
  extendedRequestId: findHeader(/^x-[\w-]+-id-2$/, headerEntries),
51
50
  cfId: findHeader(/^x-[\w-]+-cf-id$/, headerEntries),
@@ -1,5 +1,4 @@
1
- import { getSmithyContext } from "@smithy/core/client";
2
- import { toEndpointV1 } from "@smithy/core/endpoints";
1
+ import { getSmithyContext, toEndpointV1 } from "@smithy/core/transport";
3
2
  import { operation } from "../schemas/operation";
4
3
  export const schemaSerializationMiddleware = (config) => (next, context) => async (args) => {
5
4
  const { operationSchema } = getSmithyContext(context);
@@ -1,4 +1,4 @@
1
- import { HttpResponse } from "@smithy/core/protocols";
1
+ import { HttpResponse } from "@smithy/core/transport";
2
2
  export const deserializerMiddleware = (options, deserializer) => (next, context) => async (args) => {
3
3
  const { response } = await next(args);
4
4
  try {
@@ -0,0 +1,9 @@
1
+ export { getSmithyContext } from "./getSmithyContext";
2
+ export { HttpRequest } from "./httpRequest";
3
+ export { HttpResponse } from "./httpResponse";
4
+ export { isValidHostLabel } from "./isValidHostLabel";
5
+ export { isValidHostname } from "./isValidHostname";
6
+ export { normalizeProvider } from "./normalizeProvider";
7
+ export { parseQueryString } from "./parseQueryString";
8
+ export { parseUrl } from "./parseUrl";
9
+ export { toEndpointV1 } from "./toEndpointV1";
@@ -1,4 +1,4 @@
1
- import { parseQueryString } from "../querystring-parser/parseQueryString";
1
+ import { parseQueryString } from "./parseQueryString";
2
2
  export const parseUrl = (url) => {
3
3
  if (typeof url === "string") {
4
4
  return parseUrl(new URL(url));
@@ -1,4 +1,4 @@
1
- import { parseUrl } from "@smithy/core/protocols";
1
+ import { parseUrl } from "./parseUrl";
2
2
  export const toEndpointV1 = (endpoint) => {
3
3
  if (typeof endpoint === "object") {
4
4
  if ("url" in endpoint) {
@@ -1,8 +1,12 @@
1
- export * from "./getSmithyContext";
2
- export * from "./middleware-http-auth-scheme";
3
- export * from "./middleware-http-signing";
1
+ export { getSmithyContext } from "@smithy/core/transport";
2
+ export * from "./legacy-root-exports/middleware-http-auth-scheme";
3
+ export * from "./legacy-root-exports/middleware-http-signing";
4
4
  export * from "./normalizeProvider";
5
- export { createPaginator } from "./pagination/createPaginator";
6
- export * from "./request-builder/requestBuilder";
5
+ export { createPaginator } from "./legacy-root-exports/pagination/createPaginator";
6
+ /**
7
+ * Backwards compatibility re-export.
8
+ * @internal
9
+ */
10
+ export { requestBuilder } from "@smithy/core/protocols";
7
11
  export * from "./setFeature";
8
- export * from "./util-identity-and-auth";
12
+ export * from "./legacy-root-exports/util-identity-and-auth";
@@ -1,6 +1,6 @@
1
1
  export { constructStack } from "./middleware-stack/MiddlewareStack";
2
- export { getSmithyContext } from "./util-middleware/getSmithyContext";
3
- export { normalizeProvider } from "./util-middleware/normalizeProvider";
2
+ export { getSmithyContext } from "@smithy/core/transport";
3
+ export { normalizeProvider } from "@smithy/core/transport";
4
4
  export { invalidFunction } from "./invalid-dependency/invalidFunction";
5
5
  export { invalidProvider } from "./invalid-dependency/invalidProvider";
6
6
  export { createWaiter } from "./util-waiter/createWaiter";
@@ -1,9 +1,9 @@
1
- export * from "./toEndpointV1";
1
+ export { toEndpointV1 } from "@smithy/core/transport";
2
2
  export { BinaryDecisionDiagram } from "./util-endpoints/bdd/BinaryDecisionDiagram";
3
3
  export { EndpointCache } from "./util-endpoints/cache/EndpointCache";
4
4
  export { decideEndpoint } from "./util-endpoints/decideEndpoint";
5
5
  export { isIpAddress } from "./util-endpoints/lib/isIpAddress";
6
- export { isValidHostLabel } from "./util-endpoints/lib/isValidHostLabel";
6
+ export { isValidHostLabel } from "@smithy/core/transport";
7
7
  export { customEndpointFunctions } from "./util-endpoints/utils/customEndpointFunctions";
8
8
  export { resolveEndpoint } from "./util-endpoints/resolveEndpoint";
9
9
  export * from "./util-endpoints/types";
@@ -1,9 +1,9 @@
1
- export * from "./toEndpointV1";
1
+ export { toEndpointV1 } from "@smithy/core/transport";
2
2
  export { BinaryDecisionDiagram } from "./util-endpoints/bdd/BinaryDecisionDiagram";
3
3
  export { EndpointCache } from "./util-endpoints/cache/EndpointCache";
4
4
  export { decideEndpoint } from "./util-endpoints/decideEndpoint";
5
5
  export { isIpAddress } from "./util-endpoints/lib/isIpAddress";
6
- export { isValidHostLabel } from "./util-endpoints/lib/isValidHostLabel";
6
+ export { isValidHostLabel } from "@smithy/core/transport";
7
7
  export { customEndpointFunctions } from "./util-endpoints/utils/customEndpointFunctions";
8
8
  export { resolveEndpoint } from "./util-endpoints/resolveEndpoint";
9
9
  export * from "./util-endpoints/types";
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @deprecated Use `toEndpointV1` from `@smithy/core/endpoints` instead.
2
+ * @deprecated Use `toEndpointV1` from `@smithy/core/transport` instead.
3
3
  * @internal
4
4
  */
5
- export { toEndpointV1 } from "../../toEndpointV1";
5
+ export { toEndpointV1 } from "@smithy/core/transport";
@@ -2,7 +2,7 @@ export * from "./booleanEquals";
2
2
  export * from "./coalesce";
3
3
  export * from "./getAttr";
4
4
  export * from "./isSet";
5
- export * from "./isValidHostLabel";
5
+ export { isValidHostLabel } from "@smithy/core/transport";
6
6
  export * from "./ite";
7
7
  export * from "./not";
8
8
  export * from "./parseURL";
@@ -1,7 +1,7 @@
1
1
  import { NormalizedSchema, type TypeRegistry } from "@smithy/core/schema";
2
+ import { HttpRequest } from "@smithy/core/transport";
2
3
  import type { EndpointBearer, HandlerExecutionContext, HttpRequest as IHttpRequest, HttpResponse as IHttpResponse, MetadataBearer, OperationSchema, Schema, SerdeFunctions } from "@smithy/types";
3
4
  import { HttpProtocol } from "./HttpProtocol";
4
- import { HttpRequest } from "./protocol-http/httpRequest";
5
5
  /**
6
6
  * Base for HTTP-binding protocols. Downstream examples
7
7
  * include AWS REST JSON and AWS REST XML.
@@ -14,14 +14,14 @@ export * from "./SerdeContext";
14
14
  export { Field } from "./protocol-http/Field";
15
15
  export { Fields, type FieldsOptions } from "./protocol-http/Fields";
16
16
  export { type HttpHandler, type HttpHandlerUserInput } from "./protocol-http/httpHandler";
17
- export { HttpRequest, type IHttpRequest } from "./protocol-http/httpRequest";
18
- export { HttpResponse } from "./protocol-http/httpResponse";
19
- export { isValidHostname } from "./protocol-http/isValidHostname";
17
+ export { HttpRequest, type IHttpRequest } from "@smithy/core/transport";
18
+ export { HttpResponse } from "@smithy/core/transport";
19
+ export { isValidHostname } from "@smithy/core/transport";
20
20
  export { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, type HttpHandlerExtensionConfiguration, type HttpHandlerExtensionConfigType, } from "./protocol-http/extensions/httpExtensionConfiguration";
21
21
  export { type FieldOptions, type FieldPosition, type HeaderBag, type HttpMessage, type HttpHandlerOptions, } from "./protocol-http/types";
22
22
  export { contentLengthMiddleware, contentLengthMiddlewareOptions, getContentLengthPlugin, } from "./middleware-content-length/contentLengthMiddleware";
23
23
  export { escapeUri } from "./util-uri-escape/escape-uri";
24
24
  export { escapeUriPath } from "./util-uri-escape/escape-uri-path";
25
25
  export { buildQueryString } from "./querystring-builder/buildQueryString";
26
- export { parseQueryString } from "./querystring-parser/parseQueryString";
27
- export { parseUrl } from "./url-parser/parseUrl";
26
+ export { parseQueryString } from "@smithy/core/transport";
27
+ export { parseUrl } from "@smithy/core/transport";
@@ -1,6 +1,5 @@
1
+ import type { HttpRequest, HttpResponse } from "@smithy/core/transport";
1
2
  import type { FetchHttpHandlerOptions, HttpHandlerOptions, NodeHttpHandlerOptions, RequestHandler } from "@smithy/types";
2
- import type { HttpRequest } from "./httpRequest";
3
- import type { HttpResponse } from "./httpResponse";
4
3
  /**
5
4
  * @internal
6
5
  */
@@ -1,5 +1,5 @@
1
+ import { HttpRequest } from "@smithy/core/transport";
1
2
  import type { SerdeContext } from "@smithy/types";
2
- import { HttpRequest } from "./protocol-http/httpRequest";
3
3
  /**
4
4
  * used in code-generated serde.
5
5
  *
@@ -0,0 +1,9 @@
1
+ export { getSmithyContext } from "./getSmithyContext";
2
+ export { HttpRequest, IHttpRequest } from "./httpRequest";
3
+ export { HttpResponse } from "./httpResponse";
4
+ export { isValidHostLabel } from "./isValidHostLabel";
5
+ export { isValidHostname } from "./isValidHostname";
6
+ export { normalizeProvider } from "./normalizeProvider";
7
+ export { parseQueryString } from "./parseQueryString";
8
+ export { parseUrl } from "./parseUrl";
9
+ export { toEndpointV1 } from "./toEndpointV1";
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/core",
3
- "version": "3.24.4",
3
+ "version": "3.24.5",
4
4
  "scripts": {
5
5
  "build": "concurrently 'yarn:build:types' 'yarn:build:es:cjs'",
6
6
  "build:es:cjs": "yarn g:tsc -p tsconfig.es.json && node ../../scripts/inline core",
@@ -151,6 +151,13 @@
151
151
  "node": "./dist-cjs/submodules/retry/index.js",
152
152
  "import": "./dist-es/submodules/retry/index.js",
153
153
  "require": "./dist-cjs/submodules/retry/index.js"
154
+ },
155
+ "./transport": {
156
+ "types": "./dist-types/submodules/transport/index.d.ts",
157
+ "module": "./dist-es/submodules/transport/index.js",
158
+ "node": "./dist-cjs/submodules/transport/index.js",
159
+ "import": "./dist-es/submodules/transport/index.js",
160
+ "require": "./dist-cjs/submodules/transport/index.js"
154
161
  }
155
162
  },
156
163
  "author": {
@@ -178,25 +185,27 @@
178
185
  "files": [
179
186
  "./cbor.d.ts",
180
187
  "./cbor.js",
188
+ "./checksum.d.ts",
189
+ "./checksum.js",
190
+ "./client.d.ts",
191
+ "./client.js",
192
+ "./config.d.ts",
193
+ "./config.js",
181
194
  "./endpoints.d.ts",
182
195
  "./endpoints.js",
183
196
  "./event-streams.d.ts",
184
197
  "./event-streams.js",
185
198
  "./protocols.d.ts",
186
199
  "./protocols.js",
200
+ "./retry.d.ts",
201
+ "./retry.js",
187
202
  "./schema.d.ts",
188
203
  "./schema.js",
189
204
  "./serde.d.ts",
190
205
  "./serde.js",
191
- "dist-*/**",
192
- "./client.d.ts",
193
- "./client.js",
194
- "./config.d.ts",
195
- "./config.js",
196
- "./checksum.d.ts",
197
- "./checksum.js",
198
- "./retry.d.ts",
199
- "./retry.js"
206
+ "./transport.d.ts",
207
+ "./transport.js",
208
+ "dist-*/**"
200
209
  ],
201
210
  "homepage": "https://github.com/smithy-lang/smithy-typescript/tree/main/packages/core",
202
211
  "repository": {
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ export * from "./dist-types/submodules/transport/index";
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Do not edit:
3
+ * This is a compatibility redirect for contexts that do not understand package.json exports field.
4
+ */
5
+ module.exports = require("./dist-cjs/submodules/transport/index.js");
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smithy/credential-provider-imds",
3
- "version": "4.3.4",
3
+ "version": "4.3.5",
4
4
  "description": "AWS credential provider that sources credentials from the EC2 instance metadata service and ECS container metadata service",
5
5
  "main": "./dist-cjs/index.js",
6
6
  "module": "./dist-es/index.js",
@@ -27,7 +27,7 @@
27
27
  "license": "Apache-2.0",
28
28
  "sideEffects": false,
29
29
  "dependencies": {
30
- "@smithy/core": "^3.24.4",
30
+ "@smithy/core": "^3.24.5",
31
31
  "@smithy/types": "^4.14.2",
32
32
  "tslib": "^2.6.2"
33
33
  },