replicas-cli 0.2.283 → 0.2.285

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.
@@ -2,12 +2,12 @@
2
2
  import {
3
3
  HttpResponse,
4
4
  buildQueryString
5
- } from "./chunk-VDOMBJEB.mjs";
5
+ } from "./chunk-NVNLENJ4.mjs";
6
6
  import {
7
7
  __publicField
8
8
  } from "./chunk-DR4JHUIF.mjs";
9
9
 
10
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js
10
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/build-abort-error.js
11
11
  function buildAbortError(abortSignal) {
12
12
  const reason = abortSignal && typeof abortSignal === "object" && "reason" in abortSignal ? abortSignal.reason : void 0;
13
13
  if (reason) {
@@ -26,10 +26,10 @@ function buildAbortError(abortSignal) {
26
26
  return abortError;
27
27
  }
28
28
 
29
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/constants.js
29
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/constants.js
30
30
  var NODEJS_TIMEOUT_ERROR_CODES = ["ECONNRESET", "EPIPE", "ETIMEDOUT"];
31
31
 
32
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js
32
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/get-transformed-headers.js
33
33
  var getTransformedHeaders = (headers) => {
34
34
  const transformedHeaders = {};
35
35
  for (const name in headers) {
@@ -39,16 +39,16 @@ var getTransformedHeaders = (headers) => {
39
39
  return transformedHeaders;
40
40
  };
41
41
 
42
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/node-https.js
42
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/node-https.js
43
43
  import node_https from "https";
44
44
 
45
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/timing.js
45
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/timing.js
46
46
  var timing = {
47
47
  setTimeout: (cb, ms) => setTimeout(cb, ms),
48
48
  clearTimeout: (timeoutId) => clearTimeout(timeoutId)
49
49
  };
50
50
 
51
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js
51
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js
52
52
  var DEFER_EVENT_LISTENER_TIME = 1e3;
53
53
  var setConnectionTimeout = (request, reject, timeoutInMs = 0) => {
54
54
  if (!timeoutInMs) {
@@ -83,7 +83,7 @@ var setConnectionTimeout = (request, reject, timeoutInMs = 0) => {
83
83
  return timing.setTimeout(registerTimeout.bind(null, DEFER_EVENT_LISTENER_TIME), DEFER_EVENT_LISTENER_TIME);
84
84
  };
85
85
 
86
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js
86
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/set-request-timeout.js
87
87
  var setRequestTimeout = (req, reject, timeoutInMs = 0, throwOnRequestTimeout, logger) => {
88
88
  if (timeoutInMs) {
89
89
  return timing.setTimeout(() => {
@@ -104,7 +104,7 @@ var setRequestTimeout = (req, reject, timeoutInMs = 0, throwOnRequestTimeout, lo
104
104
  return -1;
105
105
  };
106
106
 
107
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js
107
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js
108
108
  var DEFER_EVENT_LISTENER_TIME2 = 3e3;
109
109
  var setSocketKeepAlive = (request, { keepAlive, keepAliveMsecs }, deferTimeMs = DEFER_EVENT_LISTENER_TIME2) => {
110
110
  if (keepAlive !== true) {
@@ -126,7 +126,7 @@ var setSocketKeepAlive = (request, { keepAlive, keepAliveMsecs }, deferTimeMs =
126
126
  return timing.setTimeout(registerListener, deferTimeMs);
127
127
  };
128
128
 
129
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js
129
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js
130
130
  var DEFER_EVENT_LISTENER_TIME3 = 3e3;
131
131
  var setSocketTimeout = (request, reject, timeoutInMs = 0) => {
132
132
  const registerTimeout = (offset) => {
@@ -149,7 +149,7 @@ var setSocketTimeout = (request, reject, timeoutInMs = 0) => {
149
149
  return timing.setTimeout(registerTimeout.bind(null, timeoutInMs === 0 ? 0 : DEFER_EVENT_LISTENER_TIME3), DEFER_EVENT_LISTENER_TIME3);
150
150
  };
151
151
 
152
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js
152
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js
153
153
  import { Readable } from "stream";
154
154
  var MIN_WAIT_TIME = 6e3;
155
155
  async function writeRequestBody(httpRequest, request, maxContinueTimeoutMs = MIN_WAIT_TIME, externalAgent = false) {
@@ -209,7 +209,7 @@ function writeBody(httpRequest, body) {
209
209
  httpRequest.end();
210
210
  }
211
211
 
212
- // ../node_modules/.bun/@smithy+node-http-handler@4.7.7/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js
212
+ // ../node_modules/.bun/@smithy+node-http-handler@4.8.1/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js
213
213
  var hAgent = void 0;
214
214
  var hRequest = void 0;
215
215
  var NodeHttpHandler = class _NodeHttpHandler {