brass-runtime 1.19.1 → 1.19.2

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.
@@ -20,7 +20,7 @@ import {
20
20
  httpErrorStatus,
21
21
  isRetryableHttpError,
22
22
  makeDefaultHttpClient
23
- } from "./chunk-ID2WOCBA.mjs";
23
+ } from "./chunk-5X3MPWTR.mjs";
24
24
  import {
25
25
  registerHttpEffect
26
26
  } from "./chunk-MOO4L7F4.mjs";
@@ -105,7 +105,7 @@ require('../chunk-VXNWVAIG.cjs');
105
105
 
106
106
 
107
107
 
108
- var _chunkLXNU3MRVcjs = require('../chunk-LXNU3MRV.cjs');
108
+ var _chunkUOKXJQAIcjs = require('../chunk-UOKXJQAI.cjs');
109
109
 
110
110
 
111
111
  var _chunkL6VB5N7Qcjs = require('../chunk-L6VB5N7Q.cjs');
@@ -180,7 +180,7 @@ function runNodeRequest(context, config, httpAgent, httpsAgent) {
180
180
  return;
181
181
  }
182
182
  if (signal.aborted) {
183
- cb({ _tag: "Failure", cause: _chunkMVGUEJ5Zcjs.Cause.fail(_chunkLXNU3MRVcjs.abortErrorForSignal.call(void 0, signal)) });
183
+ cb({ _tag: "Failure", cause: _chunkMVGUEJ5Zcjs.Cause.fail(_chunkUOKXJQAIcjs.abortErrorForSignal.call(void 0, signal)) });
184
184
  return;
185
185
  }
186
186
  const started = nowMs();
@@ -197,12 +197,12 @@ function runNodeRequest(context, config, httpAgent, httpsAgent) {
197
197
  const fail = (error) => {
198
198
  finish({
199
199
  _tag: "Failure",
200
- cause: _chunkMVGUEJ5Zcjs.Cause.fail(_chunkLXNU3MRVcjs.normalizeHttpError.call(void 0, error, { signal }))
200
+ cause: _chunkMVGUEJ5Zcjs.Cause.fail(_chunkUOKXJQAIcjs.normalizeHttpError.call(void 0, error, { signal }))
201
201
  });
202
202
  };
203
203
  const options = {
204
204
  method: request.method,
205
- headers: _chunkLXNU3MRVcjs.Request.headers.get(request),
205
+ headers: _chunkUOKXJQAIcjs.Request.headers.get(request),
206
206
  agent: isHttps ? httpsAgent : httpAgent,
207
207
  signal
208
208
  };
@@ -218,7 +218,7 @@ function runNodeRequest(context, config, httpAgent, httpsAgent) {
218
218
  value: {
219
219
  status: _nullishCoalesce(response.statusCode, () => ( 0)),
220
220
  statusText: _nullishCoalesce(response.statusMessage, () => ( "")),
221
- headers: _chunkLXNU3MRVcjs.normalizeHttpHeaders.call(void 0, response.headers),
221
+ headers: _chunkUOKXJQAIcjs.normalizeHttpHeaders.call(void 0, response.headers),
222
222
  bodyText: Buffer.concat(chunks, byteLength).toString("utf8"),
223
223
  ms: Math.round(nowMs() - started)
224
224
  }
@@ -228,7 +228,7 @@ function runNodeRequest(context, config, httpAgent, httpsAgent) {
228
228
  });
229
229
  abort = () => {
230
230
  nodeRequest.destroy(isError(signal.reason) ? signal.reason : void 0);
231
- finish({ _tag: "Failure", cause: _chunkMVGUEJ5Zcjs.Cause.fail(_chunkLXNU3MRVcjs.abortErrorForSignal.call(void 0, signal)) });
231
+ finish({ _tag: "Failure", cause: _chunkMVGUEJ5Zcjs.Cause.fail(_chunkUOKXJQAIcjs.abortErrorForSignal.call(void 0, signal)) });
232
232
  };
233
233
  signal.addEventListener("abort", abort, { once: true });
234
234
  nodeRequest.on("error", fail);
@@ -274,7 +274,7 @@ function makeNodeHttpProxyClient(config = {}) {
274
274
  nodeTransport,
275
275
  ...clientConfig
276
276
  } = config;
277
- return _chunkLXNU3MRVcjs.makeDefaultHttpClient.call(void 0, {
277
+ return _chunkUOKXJQAIcjs.makeDefaultHttpClient.call(void 0, {
278
278
  ...clientConfig,
279
279
  preset,
280
280
  transport: _nullishCoalesce(transport, () => ( makeNodeHttpTransport(nodeTransport)))
@@ -290,7 +290,7 @@ var resolveFinalUrl = (baseUrl, url) => {
290
290
  }
291
291
  };
292
292
  var createHttpCore = (cfg = {}) => {
293
- const wire = _chunkLXNU3MRVcjs.makeHttp.call(void 0, cfg);
293
+ const wire = _chunkUOKXJQAIcjs.makeHttp.call(void 0, cfg);
294
294
  const withPromise = (eff) => _chunkMVGUEJ5Zcjs.withAsyncPromise.call(void 0, (e, env) => _chunkJKHBEWQAcjs.toPromise.call(void 0, e, env))(eff);
295
295
  const requestRaw = (req) => wire(req);
296
296
  const toResponse = (w, body) => ({
@@ -300,7 +300,7 @@ var createHttpCore = (cfg = {}) => {
300
300
  body
301
301
  });
302
302
  const decodeResponse = (w, validator, schemaName) => _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
303
- _chunkLXNU3MRVcjs.decodeJsonBodyEffect.call(void 0, w.bodyText, validator, { schemaName }),
303
+ _chunkUOKXJQAIcjs.decodeJsonBodyEffect.call(void 0, w.bodyText, validator, { schemaName }),
304
304
  (body) => _chunkMVGUEJ5Zcjs.asyncSucceed.call(void 0, toResponse(w, body))
305
305
  );
306
306
  return {
@@ -308,7 +308,7 @@ var createHttpCore = (cfg = {}) => {
308
308
  wire,
309
309
  withPromise,
310
310
  requestRaw,
311
- buildReq: _chunkLXNU3MRVcjs.buildHttpRequest,
311
+ buildReq: _chunkUOKXJQAIcjs.buildHttpRequest,
312
312
  toResponse,
313
313
  decodeResponse
314
314
  };
@@ -326,17 +326,17 @@ function httpClient(cfg = {}) {
326
326
  };
327
327
  const getJson = ((url, init) => {
328
328
  const base = core.buildReq("GET", url, init);
329
- const req = _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base);
329
+ const req = _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base);
330
330
  return core.withPromise(_chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0, requestRaw(req), (w) => core.decodeResponse(w, _optionalChain([init, 'optionalAccess', _ => _.schema]), _optionalChain([init, 'optionalAccess', _2 => _2.schemaName]))));
331
331
  });
332
332
  const postJson = ((url, bodyObj, init) => {
333
333
  return core.withPromise(
334
334
  _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
335
- _chunkLXNU3MRVcjs.encodeJsonBodyEffect.call(void 0, bodyObj, _optionalChain([init, 'optionalAccess', _3 => _3.bodySchema]), { schemaName: _optionalChain([init, 'optionalAccess', _4 => _4.bodySchemaName]) }),
335
+ _chunkUOKXJQAIcjs.encodeJsonBodyEffect.call(void 0, bodyObj, _optionalChain([init, 'optionalAccess', _3 => _3.bodySchema]), { schemaName: _optionalChain([init, 'optionalAccess', _4 => _4.bodySchemaName]) }),
336
336
  (bodyText) => {
337
337
  const base = core.buildReq("POST", url, init, bodyText);
338
- const req = _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "content-type", "application/json")(
339
- _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base)
338
+ const req = _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "content-type", "application/json")(
339
+ _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base)
340
340
  );
341
341
  return _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0, requestRaw(req), (w) => core.decodeResponse(w, _optionalChain([init, 'optionalAccess', _5 => _5.schema]), _optionalChain([init, 'optionalAccess', _6 => _6.schemaName])));
342
342
  }
@@ -351,7 +351,7 @@ function httpClient(cfg = {}) {
351
351
  getJson,
352
352
  postJson,
353
353
  with: (mw) => make(wire.with(mw)),
354
- withRetry: (p) => make(wire.with(_chunkLXNU3MRVcjs.withRetry.call(void 0, p))),
354
+ withRetry: (p) => make(wire.with(_chunkUOKXJQAIcjs.withRetry.call(void 0, p))),
355
355
  wire,
356
356
  stats: () => wire.stats()
357
357
  };
@@ -387,11 +387,11 @@ function httpClientWithMeta(cfg = {}) {
387
387
  const startedAt = Date.now();
388
388
  return core.withPromise(
389
389
  _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
390
- _chunkLXNU3MRVcjs.encodeJsonBodyEffect.call(void 0, bodyObj, _optionalChain([init, 'optionalAccess', _7 => _7.bodySchema]), { schemaName: _optionalChain([init, 'optionalAccess', _8 => _8.bodySchemaName]) }),
390
+ _chunkUOKXJQAIcjs.encodeJsonBodyEffect.call(void 0, bodyObj, _optionalChain([init, 'optionalAccess', _7 => _7.bodySchema]), { schemaName: _optionalChain([init, 'optionalAccess', _8 => _8.bodySchemaName]) }),
391
391
  (bodyText) => {
392
392
  const base = core.buildReq("POST", url, init, bodyText);
393
- const req = _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "content-type", "application/json")(
394
- _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base)
393
+ const req = _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "content-type", "application/json")(
394
+ _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base)
395
395
  );
396
396
  return _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
397
397
  core.requestRaw(req),
@@ -421,7 +421,7 @@ function httpClientWithMeta(cfg = {}) {
421
421
  };
422
422
  const getJson = (url, init) => {
423
423
  const base = core.buildReq("GET", url, init);
424
- const req = _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base);
424
+ const req = _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "accept", "application/json")(base);
425
425
  const startedAt = Date.now();
426
426
  return core.withPromise(
427
427
  _chunkMVGUEJ5Zcjs.asyncFlatMap.call(void 0,
@@ -453,13 +453,13 @@ function httpClientWithMeta(cfg = {}) {
453
453
  };
454
454
  }
455
455
  function httpClientStream(cfg = {}) {
456
- const wire = _chunkLXNU3MRVcjs.makeHttpStream.call(void 0, cfg);
456
+ const wire = _chunkUOKXJQAIcjs.makeHttpStream.call(void 0, cfg);
457
457
  const make = (w) => {
458
458
  const withPromise = (eff) => _chunkMVGUEJ5Zcjs.withAsyncPromise.call(void 0, (e, env) => _chunkJKHBEWQAcjs.toPromise.call(void 0, e, env))(eff);
459
459
  const request = (req) => withPromise(w(req));
460
460
  const getStream = (url, init) => {
461
461
  const base = { method: "GET", url, init };
462
- const req = _chunkLXNU3MRVcjs.setHeaderIfMissing.call(void 0, "accept", "*/*")(base);
462
+ const req = _chunkUOKXJQAIcjs.setHeaderIfMissing.call(void 0, "accept", "*/*")(base);
463
463
  return request(req);
464
464
  };
465
465
  return {
@@ -467,7 +467,7 @@ function httpClientStream(cfg = {}) {
467
467
  getStream,
468
468
  get: getStream,
469
469
  with: (mw) => make(mw(w)),
470
- withRetry: (p) => make(_chunkLXNU3MRVcjs.withRetryStream.call(void 0, p)(w)),
470
+ withRetry: (p) => make(_chunkUOKXJQAIcjs.withRetryStream.call(void 0, p)(w)),
471
471
  wire: w,
472
472
  stats: () => w.stats()
473
473
  };
@@ -565,7 +565,7 @@ function resolveAdaptiveLimiter(config, next) {
565
565
  function resolveAdaptiveLimiterKey(config, limiter, req) {
566
566
  if (!limiter) return void 0;
567
567
  if (config.adaptiveLimiterKey) return config.adaptiveLimiterKey(req);
568
- const poolKey = _chunkLXNU3MRVcjs.getHttpRequestPolicy.call(void 0, req).poolKey;
568
+ const poolKey = _chunkUOKXJQAIcjs.getHttpRequestPolicy.call(void 0, req).poolKey;
569
569
  if (poolKey) return poolKey;
570
570
  if (limiter.keyResolver === "global") return "global";
571
571
  try {
@@ -616,11 +616,11 @@ function withLogging(logger) {
616
616
  logger({ phase: "request", req });
617
617
  } catch (e5) {
618
618
  }
619
- const startedAt = _chunkLXNU3MRVcjs.now.call(void 0, );
619
+ const startedAt = _chunkUOKXJQAIcjs.now.call(void 0, );
620
620
  return _chunkMVGUEJ5Zcjs.asyncFold.call(void 0,
621
621
  next(req),
622
622
  (error) => {
623
- const durationMs = Math.round(_chunkLXNU3MRVcjs.now.call(void 0, ) - startedAt);
623
+ const durationMs = Math.round(_chunkUOKXJQAIcjs.now.call(void 0, ) - startedAt);
624
624
  try {
625
625
  logger({ phase: "error", req, error, durationMs });
626
626
  } catch (e6) {
@@ -628,7 +628,7 @@ function withLogging(logger) {
628
628
  return _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, error);
629
629
  },
630
630
  (res) => {
631
- const durationMs = Math.round(_chunkLXNU3MRVcjs.now.call(void 0, ) - startedAt);
631
+ const durationMs = Math.round(_chunkUOKXJQAIcjs.now.call(void 0, ) - startedAt);
632
632
  try {
633
633
  logger({ phase: "response", req, res, durationMs });
634
634
  } catch (e7) {
@@ -1092,10 +1092,10 @@ function makeBuilder(config) {
1092
1092
  prewarm: (layer = {}) => setLayer("prewarm", layer),
1093
1093
  noPrewarm: () => setLayer("prewarm", false),
1094
1094
  adaptiveLimiter: (layer = {}) => setLayer("adaptiveLimiter", layer),
1095
- adaptiveLimiterPreset: (preset, overrides = {}) => setLayer("adaptiveLimiter", _chunkLXNU3MRVcjs.makeAdaptiveLimiterConfig.call(void 0, preset, overrides)),
1096
- conservativeLimiter: (overrides = {}) => setLayer("adaptiveLimiter", _chunkLXNU3MRVcjs.makeAdaptiveLimiterConfig.call(void 0, "conservative", overrides)),
1097
- balancedLimiter: (overrides = {}) => setLayer("adaptiveLimiter", _chunkLXNU3MRVcjs.makeAdaptiveLimiterConfig.call(void 0, "balanced", overrides)),
1098
- aggressiveLimiter: (overrides = {}) => setLayer("adaptiveLimiter", _chunkLXNU3MRVcjs.makeAdaptiveLimiterConfig.call(void 0, "aggressive", overrides)),
1095
+ adaptiveLimiterPreset: (preset, overrides = {}) => setLayer("adaptiveLimiter", _chunkUOKXJQAIcjs.makeAdaptiveLimiterConfig.call(void 0, preset, overrides)),
1096
+ conservativeLimiter: (overrides = {}) => setLayer("adaptiveLimiter", _chunkUOKXJQAIcjs.makeAdaptiveLimiterConfig.call(void 0, "conservative", overrides)),
1097
+ balancedLimiter: (overrides = {}) => setLayer("adaptiveLimiter", _chunkUOKXJQAIcjs.makeAdaptiveLimiterConfig.call(void 0, "balanced", overrides)),
1098
+ aggressiveLimiter: (overrides = {}) => setLayer("adaptiveLimiter", _chunkUOKXJQAIcjs.makeAdaptiveLimiterConfig.call(void 0, "aggressive", overrides)),
1099
1099
  noAdaptiveLimiter: () => setLayer("adaptiveLimiter", false),
1100
1100
  pool: (layer = {}) => setLayer("pool", layer),
1101
1101
  noPool: () => setLayer("pool", false),
@@ -1104,8 +1104,8 @@ function makeBuilder(config) {
1104
1104
  middleware,
1105
1105
  use: middleware,
1106
1106
  configure: (next) => makeBuilder(mergeConfig(config, next)),
1107
- build: () => _chunkLXNU3MRVcjs.makeDefaultHttpClient.call(void 0, freezeConfig(config)),
1108
- buildWire: () => _chunkLXNU3MRVcjs.makeDefaultHttpClient.call(void 0, freezeConfig(config)).wire
1107
+ build: () => _chunkUOKXJQAIcjs.makeDefaultHttpClient.call(void 0, freezeConfig(config)),
1108
+ buildWire: () => _chunkUOKXJQAIcjs.makeDefaultHttpClient.call(void 0, freezeConfig(config)).wire
1109
1109
  });
1110
1110
  }
1111
1111
  function httpClientBuilder(config = {}) {
@@ -1843,4 +1843,4 @@ function escapeRegExp(value) {
1843
1843
 
1844
1844
 
1845
1845
 
1846
- exports.AdaptiveLimiter = _chunkLXNU3MRVcjs.AdaptiveLimiter; exports.ConfigValidationError = _chunkKPOL2YEOcjs.ConfigValidationError; exports.DEFAULT_CACHE_RELEVANT_HEADERS = _chunkLXNU3MRVcjs.DEFAULT_CACHE_RELEVANT_HEADERS; exports.EmaComputer = _chunkLXNU3MRVcjs.EmaComputer; exports.HttpClientService = _chunkLXNU3MRVcjs.HttpClientService; exports.HttpConcurrencyPool = _chunkLXNU3MRVcjs.HttpConcurrencyPool; exports.HttpServer = HttpServer; exports.LRUCache = _chunkLXNU3MRVcjs.LRUCache; exports.LatencyWindow = _chunkLXNU3MRVcjs.LatencyWindow; exports.LifecycleStatsTracker = _chunkLXNU3MRVcjs.LifecycleStatsTracker; exports.PriorityQueue = _chunkLXNU3MRVcjs.PriorityQueue; exports.SEPARATOR = _chunkLXNU3MRVcjs.SEPARATOR; exports.SUPPORTED_ENCODINGS = _chunkLXNU3MRVcjs.SUPPORTED_ENCODINGS; exports.Schema = _chunkKPOL2YEOcjs.Schema; exports.SchemaValidationException = _chunkKPOL2YEOcjs.SchemaValidationException; exports.abortErrorForSignal = _chunkLXNU3MRVcjs.abortErrorForSignal; exports.adaptiveLimiterPresets = _chunkLXNU3MRVcjs.adaptiveLimiterPresets; exports.backoffDelayMs = _chunkLXNU3MRVcjs.backoffDelayMs; exports.clampPriority = _chunkLXNU3MRVcjs.clampPriority; exports.computeCacheKey = _chunkLXNU3MRVcjs.computeCacheKey; exports.computeGradient = _chunkLXNU3MRVcjs.computeGradient; exports.computeNewLimit = _chunkLXNU3MRVcjs.computeNewLimit; exports.decodeJsonBody = _chunkLXNU3MRVcjs.decodeJsonBody; exports.decodeJsonBodyEffect = _chunkLXNU3MRVcjs.decodeJsonBodyEffect; exports.decorate = _chunkLXNU3MRVcjs.decorate; exports.defaultHttpClientPreset = _chunkLXNU3MRVcjs.defaultHttpClientPreset; exports.defaultRetryOnError = _chunkLXNU3MRVcjs.defaultRetryOnError; exports.defaultRetryOnStatus = _chunkLXNU3MRVcjs.defaultRetryOnStatus; exports.defaultRetryableMethods = _chunkLXNU3MRVcjs.defaultRetryableMethods; exports.defineHttpPolicyPresets = _chunkLXNU3MRVcjs.defineHttpPolicyPresets; exports.detectPlatform = _chunkLXNU3MRVcjs.detectPlatform; exports.empty = empty; exports.encodeJsonBodyEffect = _chunkLXNU3MRVcjs.encodeJsonBodyEffect; exports.executeProbe = _chunkLXNU3MRVcjs.executeProbe; exports.formatConfigError = _chunkKPOL2YEOcjs.formatConfigError; exports.formatHttpError = _chunkLXNU3MRVcjs.formatHttpError; exports.formatIssues = _chunkKPOL2YEOcjs.formatIssues; exports.getHttpRequestPolicy = _chunkLXNU3MRVcjs.getHttpRequestPolicy; exports.headersOf = _chunkLXNU3MRVcjs.headersOf; exports.httpBuilder = httpBuilder; exports.httpClient = httpClient; exports.httpClientBuilder = httpClientBuilder; exports.httpClientStream = httpClientStream; exports.httpClientWithMeta = httpClientWithMeta; exports.httpErrorStatus = _chunkLXNU3MRVcjs.httpErrorStatus; exports.httpPolicy = _chunkLXNU3MRVcjs.httpPolicy; exports.httpRoute = httpRoute; exports.isAbortError = _chunkLXNU3MRVcjs.isAbortError; exports.isAbortHttpError = _chunkLXNU3MRVcjs.isAbortHttpError; exports.isCircuitBreakerOpen = _chunkLXNU3MRVcjs.isCircuitBreakerOpen; exports.isConfigValidationError = _chunkKPOL2YEOcjs.isConfigValidationError; exports.isExternalAbortError = _chunkLXNU3MRVcjs.isExternalAbortError; exports.isExternalTimeoutError = _chunkLXNU3MRVcjs.isExternalTimeoutError; exports.isFetchHttpError = _chunkLXNU3MRVcjs.isFetchHttpError; exports.isHttpError = _chunkLXNU3MRVcjs.isHttpError; exports.isKnownHttpError = _chunkLXNU3MRVcjs.isKnownHttpError; exports.isPromiseTransportDirect = _chunkLXNU3MRVcjs.isPromiseTransportDirect; exports.isRetryableHttpError = _chunkLXNU3MRVcjs.isRetryableHttpError; exports.isRetryableHttpStatus = _chunkLXNU3MRVcjs.isRetryableHttpStatus; exports.isSchema = _chunkKPOL2YEOcjs.isSchema; exports.isTaggedHttpError = _chunkLXNU3MRVcjs.isTaggedHttpError; exports.isTimeoutHttpError = _chunkLXNU3MRVcjs.isTimeoutHttpError; exports.isValidationError = _chunkLXNU3MRVcjs.isValidationError; exports.json = json; exports.linkAbortSignals = _chunkLXNU3MRVcjs.linkAbortSignals; exports.makeAdaptiveLimiterConfig = _chunkLXNU3MRVcjs.makeAdaptiveLimiterConfig; exports.makeBudgetSemaphore = _chunkLXNU3MRVcjs.makeBudgetSemaphore; exports.makeCompressionMiddleware = _chunkLXNU3MRVcjs.makeCompressionMiddleware; exports.makeConnectionStateMap = _chunkLXNU3MRVcjs.makeConnectionStateMap; exports.makeDefaultHttpClient = _chunkLXNU3MRVcjs.makeDefaultHttpClient; exports.makeDefaultHttpClientLayer = _chunkLXNU3MRVcjs.makeDefaultHttpClientLayer; exports.makeFetchStreamTransport = _chunkLXNU3MRVcjs.makeFetchStreamTransport; exports.makeFetchTransport = _chunkLXNU3MRVcjs.makeFetchTransport; exports.makeHttp = _chunkLXNU3MRVcjs.makeHttp; exports.makeHttpClient = _chunkLXNU3MRVcjs.makeHttpClient; exports.makeHttpClientBuilder = makeHttpClientBuilder; exports.makeHttpRouter = makeHttpRouter; exports.makeHttpServerResource = makeHttpServerResource; exports.makeHttpStream = _chunkLXNU3MRVcjs.makeHttpStream; exports.makeJsonParseValidationError = _chunkLXNU3MRVcjs.makeJsonParseValidationError; exports.makeLifecycleClient = _chunkLXNU3MRVcjs.makeLifecycleClient; exports.makeNodeHttpProxyClient = makeNodeHttpProxyClient; exports.makeNodeHttpServer = makeNodeHttpServer; exports.makeNodeHttpServerResource = makeNodeHttpServerResource; exports.makeNodeHttpTransport = makeNodeHttpTransport; exports.makePrewarmManager = _chunkLXNU3MRVcjs.makePrewarmManager; exports.makePromiseHttpTransport = _chunkLXNU3MRVcjs.makePromiseHttpTransport; exports.makeRequestCompressionMiddleware = _chunkLXNU3MRVcjs.makeRequestCompressionMiddleware; exports.makeResponseCompressionMiddleware = _chunkLXNU3MRVcjs.makeResponseCompressionMiddleware; exports.makeRuntimeHealthRoute = makeRuntimeHealthRoute; exports.makeRuntimeReadinessRoute = makeRuntimeReadinessRoute; exports.makeSchemaIssue = _chunkKPOL2YEOcjs.makeSchemaIssue; exports.matchHttpError = _chunkLXNU3MRVcjs.matchHttpError; exports.nodeHttpServerResource = nodeHttpServerResource; exports.noopSignal = _chunkLXNU3MRVcjs.noopSignal; exports.normalizeHeadersInit = _chunkLXNU3MRVcjs.normalizeHeadersInit; exports.normalizeHttpError = _chunkLXNU3MRVcjs.normalizeHttpError; exports.normalizeHttpHeaders = _chunkLXNU3MRVcjs.normalizeHttpHeaders; exports.normalizeRetryBudget = _chunkLXNU3MRVcjs.normalizeRetryBudget; exports.parseCacheKey = _chunkLXNU3MRVcjs.parseCacheKey; exports.parseConfig = _chunkKPOL2YEOcjs.parseConfig; exports.prewarmConnections = prewarmConnections; exports.prewarmHttpConnections = prewarmHttpConnections; exports.promiseHttpTransport = _chunkLXNU3MRVcjs.promiseHttpTransport; exports.resolveConfig = _chunkLXNU3MRVcjs.resolveConfig; exports.resolveHttpPoolKey = _chunkLXNU3MRVcjs.resolveHttpPoolKey; exports.resolveHttpRequestPolicyPresets = _chunkLXNU3MRVcjs.resolveHttpRequestPolicyPresets; exports.retryAfterMs = _chunkLXNU3MRVcjs.retryAfterMs; exports.route = route; exports.runtimeHealthRoute = runtimeHealthRoute; exports.runtimeReadinessRoute = runtimeReadinessRoute; exports.s = _chunkKPOL2YEOcjs.s; exports.schema = _chunkKPOL2YEOcjs.schema; exports.text = text; exports.toHttpError = _chunkLXNU3MRVcjs.toHttpError; exports.validateConfig = _chunkLXNU3MRVcjs.validateConfig; exports.validateFetchAvailable = _chunkLXNU3MRVcjs.validateFetchAvailable; exports.validateOrigin = _chunkLXNU3MRVcjs.validateOrigin; exports.validateValue = _chunkKPOL2YEOcjs.validateValue; exports.validatedJson = _chunkLXNU3MRVcjs.validatedJson; exports.validatedJsonResponse = _chunkLXNU3MRVcjs.validatedJsonResponse; exports.withAuth = withAuth; exports.withBatch = _chunkLXNU3MRVcjs.withBatch; exports.withCache = _chunkLXNU3MRVcjs.withCache; exports.withCircuitBreaker = withCircuitBreaker; exports.withConnectionPrewarming = withConnectionPrewarming; exports.withDedup = _chunkLXNU3MRVcjs.withDedup; exports.withHttpPolicyPresets = _chunkLXNU3MRVcjs.withHttpPolicyPresets; exports.withHttpRequestPolicy = _chunkLXNU3MRVcjs.withHttpRequestPolicy; exports.withLogging = withLogging; exports.withMiddleware = _chunkLXNU3MRVcjs.withMiddleware; exports.withPriority = _chunkLXNU3MRVcjs.withPriority; exports.withRequestBatching = withRequestBatching; exports.withResponseHeader = withResponseHeader; exports.withResponseTransform = withResponseTransform; exports.withRetry = _chunkLXNU3MRVcjs.withRetry; exports.withRetryStream = _chunkLXNU3MRVcjs.withRetryStream; exports.withTracing = withTracing;
1846
+ exports.AdaptiveLimiter = _chunkUOKXJQAIcjs.AdaptiveLimiter; exports.ConfigValidationError = _chunkKPOL2YEOcjs.ConfigValidationError; exports.DEFAULT_CACHE_RELEVANT_HEADERS = _chunkUOKXJQAIcjs.DEFAULT_CACHE_RELEVANT_HEADERS; exports.EmaComputer = _chunkUOKXJQAIcjs.EmaComputer; exports.HttpClientService = _chunkUOKXJQAIcjs.HttpClientService; exports.HttpConcurrencyPool = _chunkUOKXJQAIcjs.HttpConcurrencyPool; exports.HttpServer = HttpServer; exports.LRUCache = _chunkUOKXJQAIcjs.LRUCache; exports.LatencyWindow = _chunkUOKXJQAIcjs.LatencyWindow; exports.LifecycleStatsTracker = _chunkUOKXJQAIcjs.LifecycleStatsTracker; exports.PriorityQueue = _chunkUOKXJQAIcjs.PriorityQueue; exports.SEPARATOR = _chunkUOKXJQAIcjs.SEPARATOR; exports.SUPPORTED_ENCODINGS = _chunkUOKXJQAIcjs.SUPPORTED_ENCODINGS; exports.Schema = _chunkKPOL2YEOcjs.Schema; exports.SchemaValidationException = _chunkKPOL2YEOcjs.SchemaValidationException; exports.abortErrorForSignal = _chunkUOKXJQAIcjs.abortErrorForSignal; exports.adaptiveLimiterPresets = _chunkUOKXJQAIcjs.adaptiveLimiterPresets; exports.backoffDelayMs = _chunkUOKXJQAIcjs.backoffDelayMs; exports.clampPriority = _chunkUOKXJQAIcjs.clampPriority; exports.computeCacheKey = _chunkUOKXJQAIcjs.computeCacheKey; exports.computeGradient = _chunkUOKXJQAIcjs.computeGradient; exports.computeNewLimit = _chunkUOKXJQAIcjs.computeNewLimit; exports.decodeJsonBody = _chunkUOKXJQAIcjs.decodeJsonBody; exports.decodeJsonBodyEffect = _chunkUOKXJQAIcjs.decodeJsonBodyEffect; exports.decorate = _chunkUOKXJQAIcjs.decorate; exports.defaultHttpClientPreset = _chunkUOKXJQAIcjs.defaultHttpClientPreset; exports.defaultRetryOnError = _chunkUOKXJQAIcjs.defaultRetryOnError; exports.defaultRetryOnStatus = _chunkUOKXJQAIcjs.defaultRetryOnStatus; exports.defaultRetryableMethods = _chunkUOKXJQAIcjs.defaultRetryableMethods; exports.defineHttpPolicyPresets = _chunkUOKXJQAIcjs.defineHttpPolicyPresets; exports.detectPlatform = _chunkUOKXJQAIcjs.detectPlatform; exports.empty = empty; exports.encodeJsonBodyEffect = _chunkUOKXJQAIcjs.encodeJsonBodyEffect; exports.executeProbe = _chunkUOKXJQAIcjs.executeProbe; exports.formatConfigError = _chunkKPOL2YEOcjs.formatConfigError; exports.formatHttpError = _chunkUOKXJQAIcjs.formatHttpError; exports.formatIssues = _chunkKPOL2YEOcjs.formatIssues; exports.getHttpRequestPolicy = _chunkUOKXJQAIcjs.getHttpRequestPolicy; exports.headersOf = _chunkUOKXJQAIcjs.headersOf; exports.httpBuilder = httpBuilder; exports.httpClient = httpClient; exports.httpClientBuilder = httpClientBuilder; exports.httpClientStream = httpClientStream; exports.httpClientWithMeta = httpClientWithMeta; exports.httpErrorStatus = _chunkUOKXJQAIcjs.httpErrorStatus; exports.httpPolicy = _chunkUOKXJQAIcjs.httpPolicy; exports.httpRoute = httpRoute; exports.isAbortError = _chunkUOKXJQAIcjs.isAbortError; exports.isAbortHttpError = _chunkUOKXJQAIcjs.isAbortHttpError; exports.isCircuitBreakerOpen = _chunkUOKXJQAIcjs.isCircuitBreakerOpen; exports.isConfigValidationError = _chunkKPOL2YEOcjs.isConfigValidationError; exports.isExternalAbortError = _chunkUOKXJQAIcjs.isExternalAbortError; exports.isExternalTimeoutError = _chunkUOKXJQAIcjs.isExternalTimeoutError; exports.isFetchHttpError = _chunkUOKXJQAIcjs.isFetchHttpError; exports.isHttpError = _chunkUOKXJQAIcjs.isHttpError; exports.isKnownHttpError = _chunkUOKXJQAIcjs.isKnownHttpError; exports.isPromiseTransportDirect = _chunkUOKXJQAIcjs.isPromiseTransportDirect; exports.isRetryableHttpError = _chunkUOKXJQAIcjs.isRetryableHttpError; exports.isRetryableHttpStatus = _chunkUOKXJQAIcjs.isRetryableHttpStatus; exports.isSchema = _chunkKPOL2YEOcjs.isSchema; exports.isTaggedHttpError = _chunkUOKXJQAIcjs.isTaggedHttpError; exports.isTimeoutHttpError = _chunkUOKXJQAIcjs.isTimeoutHttpError; exports.isValidationError = _chunkUOKXJQAIcjs.isValidationError; exports.json = json; exports.linkAbortSignals = _chunkUOKXJQAIcjs.linkAbortSignals; exports.makeAdaptiveLimiterConfig = _chunkUOKXJQAIcjs.makeAdaptiveLimiterConfig; exports.makeBudgetSemaphore = _chunkUOKXJQAIcjs.makeBudgetSemaphore; exports.makeCompressionMiddleware = _chunkUOKXJQAIcjs.makeCompressionMiddleware; exports.makeConnectionStateMap = _chunkUOKXJQAIcjs.makeConnectionStateMap; exports.makeDefaultHttpClient = _chunkUOKXJQAIcjs.makeDefaultHttpClient; exports.makeDefaultHttpClientLayer = _chunkUOKXJQAIcjs.makeDefaultHttpClientLayer; exports.makeFetchStreamTransport = _chunkUOKXJQAIcjs.makeFetchStreamTransport; exports.makeFetchTransport = _chunkUOKXJQAIcjs.makeFetchTransport; exports.makeHttp = _chunkUOKXJQAIcjs.makeHttp; exports.makeHttpClient = _chunkUOKXJQAIcjs.makeHttpClient; exports.makeHttpClientBuilder = makeHttpClientBuilder; exports.makeHttpRouter = makeHttpRouter; exports.makeHttpServerResource = makeHttpServerResource; exports.makeHttpStream = _chunkUOKXJQAIcjs.makeHttpStream; exports.makeJsonParseValidationError = _chunkUOKXJQAIcjs.makeJsonParseValidationError; exports.makeLifecycleClient = _chunkUOKXJQAIcjs.makeLifecycleClient; exports.makeNodeHttpProxyClient = makeNodeHttpProxyClient; exports.makeNodeHttpServer = makeNodeHttpServer; exports.makeNodeHttpServerResource = makeNodeHttpServerResource; exports.makeNodeHttpTransport = makeNodeHttpTransport; exports.makePrewarmManager = _chunkUOKXJQAIcjs.makePrewarmManager; exports.makePromiseHttpTransport = _chunkUOKXJQAIcjs.makePromiseHttpTransport; exports.makeRequestCompressionMiddleware = _chunkUOKXJQAIcjs.makeRequestCompressionMiddleware; exports.makeResponseCompressionMiddleware = _chunkUOKXJQAIcjs.makeResponseCompressionMiddleware; exports.makeRuntimeHealthRoute = makeRuntimeHealthRoute; exports.makeRuntimeReadinessRoute = makeRuntimeReadinessRoute; exports.makeSchemaIssue = _chunkKPOL2YEOcjs.makeSchemaIssue; exports.matchHttpError = _chunkUOKXJQAIcjs.matchHttpError; exports.nodeHttpServerResource = nodeHttpServerResource; exports.noopSignal = _chunkUOKXJQAIcjs.noopSignal; exports.normalizeHeadersInit = _chunkUOKXJQAIcjs.normalizeHeadersInit; exports.normalizeHttpError = _chunkUOKXJQAIcjs.normalizeHttpError; exports.normalizeHttpHeaders = _chunkUOKXJQAIcjs.normalizeHttpHeaders; exports.normalizeRetryBudget = _chunkUOKXJQAIcjs.normalizeRetryBudget; exports.parseCacheKey = _chunkUOKXJQAIcjs.parseCacheKey; exports.parseConfig = _chunkKPOL2YEOcjs.parseConfig; exports.prewarmConnections = prewarmConnections; exports.prewarmHttpConnections = prewarmHttpConnections; exports.promiseHttpTransport = _chunkUOKXJQAIcjs.promiseHttpTransport; exports.resolveConfig = _chunkUOKXJQAIcjs.resolveConfig; exports.resolveHttpPoolKey = _chunkUOKXJQAIcjs.resolveHttpPoolKey; exports.resolveHttpRequestPolicyPresets = _chunkUOKXJQAIcjs.resolveHttpRequestPolicyPresets; exports.retryAfterMs = _chunkUOKXJQAIcjs.retryAfterMs; exports.route = route; exports.runtimeHealthRoute = runtimeHealthRoute; exports.runtimeReadinessRoute = runtimeReadinessRoute; exports.s = _chunkKPOL2YEOcjs.s; exports.schema = _chunkKPOL2YEOcjs.schema; exports.text = text; exports.toHttpError = _chunkUOKXJQAIcjs.toHttpError; exports.validateConfig = _chunkUOKXJQAIcjs.validateConfig; exports.validateFetchAvailable = _chunkUOKXJQAIcjs.validateFetchAvailable; exports.validateOrigin = _chunkUOKXJQAIcjs.validateOrigin; exports.validateValue = _chunkKPOL2YEOcjs.validateValue; exports.validatedJson = _chunkUOKXJQAIcjs.validatedJson; exports.validatedJsonResponse = _chunkUOKXJQAIcjs.validatedJsonResponse; exports.withAuth = withAuth; exports.withBatch = _chunkUOKXJQAIcjs.withBatch; exports.withCache = _chunkUOKXJQAIcjs.withCache; exports.withCircuitBreaker = withCircuitBreaker; exports.withConnectionPrewarming = withConnectionPrewarming; exports.withDedup = _chunkUOKXJQAIcjs.withDedup; exports.withHttpPolicyPresets = _chunkUOKXJQAIcjs.withHttpPolicyPresets; exports.withHttpRequestPolicy = _chunkUOKXJQAIcjs.withHttpRequestPolicy; exports.withLogging = withLogging; exports.withMiddleware = _chunkUOKXJQAIcjs.withMiddleware; exports.withPriority = _chunkUOKXJQAIcjs.withPriority; exports.withRequestBatching = withRequestBatching; exports.withResponseHeader = withResponseHeader; exports.withResponseTransform = withResponseTransform; exports.withRetry = _chunkUOKXJQAIcjs.withRetry; exports.withRetryStream = _chunkUOKXJQAIcjs.withRetryStream; exports.withTracing = withTracing;
@@ -105,7 +105,7 @@ import {
105
105
  withPriority,
106
106
  withRetry,
107
107
  withRetryStream
108
- } from "../chunk-IHXF6NQG.js";
108
+ } from "../chunk-HKLZJ5UK.js";
109
109
  import {
110
110
  registerHttpEffect
111
111
  } from "../chunk-TRM4JUZQ.js";
@@ -105,7 +105,7 @@ import {
105
105
  withPriority,
106
106
  withRetry,
107
107
  withRetryStream
108
- } from "../chunk-ID2WOCBA.mjs";
108
+ } from "../chunk-5X3MPWTR.mjs";
109
109
  import {
110
110
  registerHttpEffect
111
111
  } from "../chunk-MOO4L7F4.mjs";
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- var _chunkLXNU3MRVcjs = require('../chunk-LXNU3MRV.cjs');
5
+ var _chunkUOKXJQAIcjs = require('../chunk-UOKXJQAI.cjs');
6
6
  require('../chunk-L6VB5N7Q.cjs');
7
7
  require('../chunk-CXWJII2N.cjs');
8
8
  require('../chunk-SA6HUJVI.cjs');
@@ -66,7 +66,7 @@ function makeMockHttpClient(handler = () => makeHttpResponse()) {
66
66
  return _chunkMVGUEJ5Zcjs.asyncFail.call(void 0, toHttpError(error));
67
67
  }
68
68
  };
69
- return Object.assign(_chunkLXNU3MRVcjs.decorate.call(void 0, run, () => ({ ...stats })), {
69
+ return Object.assign(_chunkUOKXJQAIcjs.decorate.call(void 0, run, () => ({ ...stats })), {
70
70
  calls: () => [...calls],
71
71
  calledTimes: () => calls.length,
72
72
  lastRequest: () => calls.at(-1),
@@ -89,7 +89,7 @@ function makeSequenceHttpClient(responses, fallback = makeHttpResponse()) {
89
89
  }
90
90
  function makeMockDefaultHttpClient(handler = () => makeHttpResponse()) {
91
91
  const wire = makeMockHttpClient(handler);
92
- const client = _chunkLXNU3MRVcjs.makeDefaultHttpClient.call(void 0, {
92
+ const client = _chunkUOKXJQAIcjs.makeDefaultHttpClient.call(void 0, {
93
93
  baseUrl: "http://brass.test",
94
94
  preset: "minimal",
95
95
  transport: ({ request }) => wire(request)
@@ -102,7 +102,7 @@ function makeMockDefaultHttpClient(handler = () => makeHttpResponse()) {
102
102
  });
103
103
  }
104
104
  function makeMockDefaultHttpClientLayer(handler = () => makeHttpResponse(), options = {}) {
105
- return _chunkZZ2CMYJLcjs.layerValue.call(void 0, _nullishCoalesce(options.tag, () => ( _chunkLXNU3MRVcjs.HttpClientService)), makeMockDefaultHttpClient(handler));
105
+ return _chunkZZ2CMYJLcjs.layerValue.call(void 0, _nullishCoalesce(options.tag, () => ( _chunkUOKXJQAIcjs.HttpClientService)), makeMockDefaultHttpClient(handler));
106
106
  }
107
107
  function runHttpEffect(effect, env = {}) {
108
108
  return _chunkJKHBEWQAcjs.toPromise.call(void 0, effect, env);
@@ -2,7 +2,7 @@ import {
2
2
  HttpClientService,
3
3
  decorate,
4
4
  makeDefaultHttpClient
5
- } from "../chunk-IHXF6NQG.js";
5
+ } from "../chunk-HKLZJ5UK.js";
6
6
  import "../chunk-TRM4JUZQ.js";
7
7
  import "../chunk-XO3TDAJE.js";
8
8
  import "../chunk-UCUBNWM2.js";
@@ -2,7 +2,7 @@ import {
2
2
  HttpClientService,
3
3
  decorate,
4
4
  makeDefaultHttpClient
5
- } from "../chunk-ID2WOCBA.mjs";
5
+ } from "../chunk-5X3MPWTR.mjs";
6
6
  import "../chunk-MOO4L7F4.mjs";
7
7
  import "../chunk-IWAQQDYE.mjs";
8
8
  import "../chunk-B5JD23U7.mjs";
@@ -17,7 +17,7 @@
17
17
 
18
18
 
19
19
 
20
- var _chunk67256TKFcjs = require('../chunk-67256TKF.cjs');
20
+ var _chunkTWEHIAUEcjs = require('../chunk-TWEHIAUE.cjs');
21
21
  require('../chunk-ENMKEX3N.cjs');
22
22
 
23
23
 
@@ -84,7 +84,7 @@ require('../chunk-ENMKEX3N.cjs');
84
84
 
85
85
  var _chunkZJC3JZIEcjs = require('../chunk-ZJC3JZIE.cjs');
86
86
  require('../chunk-VXNWVAIG.cjs');
87
- require('../chunk-LXNU3MRV.cjs');
87
+ require('../chunk-UOKXJQAI.cjs');
88
88
  require('../chunk-L6VB5N7Q.cjs');
89
89
  require('../chunk-CXWJII2N.cjs');
90
90
  require('../chunk-SA6HUJVI.cjs');
@@ -174,4 +174,4 @@ require('../chunk-OBGZSXTJ.cjs');
174
174
 
175
175
 
176
176
 
177
- exports.HTTP_OBSERVABILITY_CONTRACT = _chunk67256TKFcjs.HTTP_OBSERVABILITY_CONTRACT; exports.OTLP_JSON_CONTENT_TYPE = _chunkZJC3JZIEcjs.OTLP_JSON_CONTENT_TYPE; exports.ObservabilityService = _chunk67256TKFcjs.ObservabilityService; exports.PROMETHEUS_CONTENT_TYPE = _chunkZJC3JZIEcjs.PROMETHEUS_CONTENT_TYPE; exports.alwaysOffSampler = _chunkZJC3JZIEcjs.alwaysOffSampler; exports.alwaysOnSampler = _chunkZJC3JZIEcjs.alwaysOnSampler; exports.currentBaggage = _chunkZJC3JZIEcjs.currentBaggage; exports.currentSpanLink = _chunkZJC3JZIEcjs.currentSpanLink; exports.defaultStructuredLogWriter = _chunkZJC3JZIEcjs.defaultStructuredLogWriter; exports.exemplarFromTraceContext = _chunkZJC3JZIEcjs.exemplarFromTraceContext; exports.exportWithRetry = _chunkZJC3JZIEcjs.exportWithRetry; exports.extractBaggage = _chunkZJC3JZIEcjs.extractBaggage; exports.extractTraceContext = _chunkZJC3JZIEcjs.extractTraceContext; exports.formatBaggage = _chunkZJC3JZIEcjs.formatBaggage; exports.formatPrometheusMetrics = _chunkZJC3JZIEcjs.formatPrometheusMetrics; exports.formatStructuredLog = _chunkZJC3JZIEcjs.formatStructuredLog; exports.formatTraceparent = _chunkZJC3JZIEcjs.formatTraceparent; exports.healthToHttpResponse = _chunkZJC3JZIEcjs.healthToHttpResponse; exports.injectBaggage = _chunkZJC3JZIEcjs.injectBaggage; exports.injectTraceContext = _chunkZJC3JZIEcjs.injectTraceContext; exports.logEffect = _chunkZJC3JZIEcjs.logEffect; exports.makeCardinalityLimitedMetrics = _chunkZJC3JZIEcjs.makeCardinalityLimitedMetrics; exports.makeExportPipeline = _chunkZJC3JZIEcjs.makeExportPipeline; exports.makeExpressRequestObservabilityContext = _chunk67256TKFcjs.makeExpressRequestObservabilityContext; exports.makeFastifyRequestObservabilityContext = _chunk67256TKFcjs.makeFastifyRequestObservabilityContext; exports.makeFetchRequestObservabilityContext = _chunk67256TKFcjs.makeFetchRequestObservabilityContext; exports.makeHttpObservabilityMiddleware = _chunk67256TKFcjs.makeHttpObservabilityMiddleware; exports.makeNodeRequestObservabilityContext = _chunk67256TKFcjs.makeNodeRequestObservabilityContext; exports.makeNoopObservability = _chunk67256TKFcjs.makeNoopObservability; exports.makeObservability = _chunkZJC3JZIEcjs.makeObservability; exports.makeObservabilityFromEnv = _chunk67256TKFcjs.makeObservabilityFromEnv; exports.makeObservabilityLayer = _chunk67256TKFcjs.makeObservabilityLayer; exports.makeObservabilityPreset = _chunk67256TKFcjs.makeObservabilityPreset; exports.makeObservabilityRedactor = _chunkZJC3JZIEcjs.makeObservabilityRedactor; exports.makeObservedHttpClientLayer = _chunk67256TKFcjs.makeObservedHttpClientLayer; exports.makeObservedRuntimeLayer = _chunk67256TKFcjs.makeObservedRuntimeLayer; exports.makeOtlpHttpLogExporter = _chunkZJC3JZIEcjs.makeOtlpHttpLogExporter; exports.makeOtlpHttpMetricsExporter = _chunkZJC3JZIEcjs.makeOtlpHttpMetricsExporter; exports.makeOtlpHttpSpanExporter = _chunkZJC3JZIEcjs.makeOtlpHttpSpanExporter; exports.makeOtlpOptions = _chunkZJC3JZIEcjs.makeOtlpOptions; exports.makePrometheusMetricsExporter = _chunkZJC3JZIEcjs.makePrometheusMetricsExporter; exports.makeRequestObservabilityContext = _chunkZJC3JZIEcjs.makeRequestObservabilityContext; exports.makeRuntimeHealth = _chunkZJC3JZIEcjs.makeRuntimeHealth; exports.makeRuntimeMetricsSink = _chunkZJC3JZIEcjs.makeRuntimeMetricsSink; exports.makeStructuredLogSink = _chunkZJC3JZIEcjs.makeStructuredLogSink; exports.makeTraceSampler = _chunkZJC3JZIEcjs.makeTraceSampler; exports.metricsSnapshotToOtlp = _chunkZJC3JZIEcjs.metricsSnapshotToOtlp; exports.normalizeHttpRoute = _chunkZJC3JZIEcjs.normalizeHttpRoute; exports.normalizeSpanId = _chunkZJC3JZIEcjs.normalizeSpanId; exports.normalizeTraceId = _chunkZJC3JZIEcjs.normalizeTraceId; exports.observabilityOptionsForPreset = _chunk67256TKFcjs.observabilityOptionsForPreset; exports.observabilityOptionsFromEnv = _chunk67256TKFcjs.observabilityOptionsFromEnv; exports.observeHttpServerRequest = _chunkZJC3JZIEcjs.observeHttpServerRequest; exports.otlpAnyValue = _chunkZJC3JZIEcjs.otlpAnyValue; exports.parseBaggage = _chunkZJC3JZIEcjs.parseBaggage; exports.parseTraceparent = _chunkZJC3JZIEcjs.parseTraceparent; exports.postOtlpJson = _chunkZJC3JZIEcjs.postOtlpJson; exports.ratioSampler = _chunkZJC3JZIEcjs.ratioSampler; exports.readiness = _chunkZJC3JZIEcjs.readiness; exports.resolveRequestBaggage = _chunkZJC3JZIEcjs.resolveRequestBaggage; exports.resolveRequestTraceSeed = _chunkZJC3JZIEcjs.resolveRequestTraceSeed; exports.resolveTraceSampling = _chunkZJC3JZIEcjs.resolveTraceSampling; exports.runObservedHttpServerEffect = _chunkZJC3JZIEcjs.runObservedHttpServerEffect; exports.runtimeHealth = _chunkZJC3JZIEcjs.runtimeHealth; exports.sanitizeHttpTarget = _chunkZJC3JZIEcjs.sanitizeHttpTarget; exports.shouldSampleWith = _chunkZJC3JZIEcjs.shouldSampleWith; exports.snapshotRuntimeHealth = _chunkZJC3JZIEcjs.snapshotRuntimeHealth; exports.spanEvent = _chunkZJC3JZIEcjs.spanEvent; exports.spanLink = _chunkZJC3JZIEcjs.spanLink; exports.spansToOtlp = _chunkZJC3JZIEcjs.spansToOtlp; exports.structuredLogsToOtlp = _chunkZJC3JZIEcjs.structuredLogsToOtlp; exports.toOtlpAttributes = _chunkZJC3JZIEcjs.toOtlpAttributes; exports.unixNanoFromMs = _chunkZJC3JZIEcjs.unixNanoFromMs; exports.withBaggage = _chunkZJC3JZIEcjs.withBaggage; exports.withFetchRequestObservability = _chunk67256TKFcjs.withFetchRequestObservability; exports.withHttpObservability = _chunk67256TKFcjs.withHttpObservability; exports.withLogContext = _chunkZJC3JZIEcjs.withLogContext; exports.withNodeRequestObservability = _chunk67256TKFcjs.withNodeRequestObservability; exports.withSpan = _chunkZJC3JZIEcjs.withSpan; exports.withTimeout = _chunkZJC3JZIEcjs.withTimeout;
177
+ exports.HTTP_OBSERVABILITY_CONTRACT = _chunkTWEHIAUEcjs.HTTP_OBSERVABILITY_CONTRACT; exports.OTLP_JSON_CONTENT_TYPE = _chunkZJC3JZIEcjs.OTLP_JSON_CONTENT_TYPE; exports.ObservabilityService = _chunkTWEHIAUEcjs.ObservabilityService; exports.PROMETHEUS_CONTENT_TYPE = _chunkZJC3JZIEcjs.PROMETHEUS_CONTENT_TYPE; exports.alwaysOffSampler = _chunkZJC3JZIEcjs.alwaysOffSampler; exports.alwaysOnSampler = _chunkZJC3JZIEcjs.alwaysOnSampler; exports.currentBaggage = _chunkZJC3JZIEcjs.currentBaggage; exports.currentSpanLink = _chunkZJC3JZIEcjs.currentSpanLink; exports.defaultStructuredLogWriter = _chunkZJC3JZIEcjs.defaultStructuredLogWriter; exports.exemplarFromTraceContext = _chunkZJC3JZIEcjs.exemplarFromTraceContext; exports.exportWithRetry = _chunkZJC3JZIEcjs.exportWithRetry; exports.extractBaggage = _chunkZJC3JZIEcjs.extractBaggage; exports.extractTraceContext = _chunkZJC3JZIEcjs.extractTraceContext; exports.formatBaggage = _chunkZJC3JZIEcjs.formatBaggage; exports.formatPrometheusMetrics = _chunkZJC3JZIEcjs.formatPrometheusMetrics; exports.formatStructuredLog = _chunkZJC3JZIEcjs.formatStructuredLog; exports.formatTraceparent = _chunkZJC3JZIEcjs.formatTraceparent; exports.healthToHttpResponse = _chunkZJC3JZIEcjs.healthToHttpResponse; exports.injectBaggage = _chunkZJC3JZIEcjs.injectBaggage; exports.injectTraceContext = _chunkZJC3JZIEcjs.injectTraceContext; exports.logEffect = _chunkZJC3JZIEcjs.logEffect; exports.makeCardinalityLimitedMetrics = _chunkZJC3JZIEcjs.makeCardinalityLimitedMetrics; exports.makeExportPipeline = _chunkZJC3JZIEcjs.makeExportPipeline; exports.makeExpressRequestObservabilityContext = _chunkTWEHIAUEcjs.makeExpressRequestObservabilityContext; exports.makeFastifyRequestObservabilityContext = _chunkTWEHIAUEcjs.makeFastifyRequestObservabilityContext; exports.makeFetchRequestObservabilityContext = _chunkTWEHIAUEcjs.makeFetchRequestObservabilityContext; exports.makeHttpObservabilityMiddleware = _chunkTWEHIAUEcjs.makeHttpObservabilityMiddleware; exports.makeNodeRequestObservabilityContext = _chunkTWEHIAUEcjs.makeNodeRequestObservabilityContext; exports.makeNoopObservability = _chunkTWEHIAUEcjs.makeNoopObservability; exports.makeObservability = _chunkZJC3JZIEcjs.makeObservability; exports.makeObservabilityFromEnv = _chunkTWEHIAUEcjs.makeObservabilityFromEnv; exports.makeObservabilityLayer = _chunkTWEHIAUEcjs.makeObservabilityLayer; exports.makeObservabilityPreset = _chunkTWEHIAUEcjs.makeObservabilityPreset; exports.makeObservabilityRedactor = _chunkZJC3JZIEcjs.makeObservabilityRedactor; exports.makeObservedHttpClientLayer = _chunkTWEHIAUEcjs.makeObservedHttpClientLayer; exports.makeObservedRuntimeLayer = _chunkTWEHIAUEcjs.makeObservedRuntimeLayer; exports.makeOtlpHttpLogExporter = _chunkZJC3JZIEcjs.makeOtlpHttpLogExporter; exports.makeOtlpHttpMetricsExporter = _chunkZJC3JZIEcjs.makeOtlpHttpMetricsExporter; exports.makeOtlpHttpSpanExporter = _chunkZJC3JZIEcjs.makeOtlpHttpSpanExporter; exports.makeOtlpOptions = _chunkZJC3JZIEcjs.makeOtlpOptions; exports.makePrometheusMetricsExporter = _chunkZJC3JZIEcjs.makePrometheusMetricsExporter; exports.makeRequestObservabilityContext = _chunkZJC3JZIEcjs.makeRequestObservabilityContext; exports.makeRuntimeHealth = _chunkZJC3JZIEcjs.makeRuntimeHealth; exports.makeRuntimeMetricsSink = _chunkZJC3JZIEcjs.makeRuntimeMetricsSink; exports.makeStructuredLogSink = _chunkZJC3JZIEcjs.makeStructuredLogSink; exports.makeTraceSampler = _chunkZJC3JZIEcjs.makeTraceSampler; exports.metricsSnapshotToOtlp = _chunkZJC3JZIEcjs.metricsSnapshotToOtlp; exports.normalizeHttpRoute = _chunkZJC3JZIEcjs.normalizeHttpRoute; exports.normalizeSpanId = _chunkZJC3JZIEcjs.normalizeSpanId; exports.normalizeTraceId = _chunkZJC3JZIEcjs.normalizeTraceId; exports.observabilityOptionsForPreset = _chunkTWEHIAUEcjs.observabilityOptionsForPreset; exports.observabilityOptionsFromEnv = _chunkTWEHIAUEcjs.observabilityOptionsFromEnv; exports.observeHttpServerRequest = _chunkZJC3JZIEcjs.observeHttpServerRequest; exports.otlpAnyValue = _chunkZJC3JZIEcjs.otlpAnyValue; exports.parseBaggage = _chunkZJC3JZIEcjs.parseBaggage; exports.parseTraceparent = _chunkZJC3JZIEcjs.parseTraceparent; exports.postOtlpJson = _chunkZJC3JZIEcjs.postOtlpJson; exports.ratioSampler = _chunkZJC3JZIEcjs.ratioSampler; exports.readiness = _chunkZJC3JZIEcjs.readiness; exports.resolveRequestBaggage = _chunkZJC3JZIEcjs.resolveRequestBaggage; exports.resolveRequestTraceSeed = _chunkZJC3JZIEcjs.resolveRequestTraceSeed; exports.resolveTraceSampling = _chunkZJC3JZIEcjs.resolveTraceSampling; exports.runObservedHttpServerEffect = _chunkZJC3JZIEcjs.runObservedHttpServerEffect; exports.runtimeHealth = _chunkZJC3JZIEcjs.runtimeHealth; exports.sanitizeHttpTarget = _chunkZJC3JZIEcjs.sanitizeHttpTarget; exports.shouldSampleWith = _chunkZJC3JZIEcjs.shouldSampleWith; exports.snapshotRuntimeHealth = _chunkZJC3JZIEcjs.snapshotRuntimeHealth; exports.spanEvent = _chunkZJC3JZIEcjs.spanEvent; exports.spanLink = _chunkZJC3JZIEcjs.spanLink; exports.spansToOtlp = _chunkZJC3JZIEcjs.spansToOtlp; exports.structuredLogsToOtlp = _chunkZJC3JZIEcjs.structuredLogsToOtlp; exports.toOtlpAttributes = _chunkZJC3JZIEcjs.toOtlpAttributes; exports.unixNanoFromMs = _chunkZJC3JZIEcjs.unixNanoFromMs; exports.withBaggage = _chunkZJC3JZIEcjs.withBaggage; exports.withFetchRequestObservability = _chunkTWEHIAUEcjs.withFetchRequestObservability; exports.withHttpObservability = _chunkTWEHIAUEcjs.withHttpObservability; exports.withLogContext = _chunkZJC3JZIEcjs.withLogContext; exports.withNodeRequestObservability = _chunkTWEHIAUEcjs.withNodeRequestObservability; exports.withSpan = _chunkZJC3JZIEcjs.withSpan; exports.withTimeout = _chunkZJC3JZIEcjs.withTimeout;
@@ -17,7 +17,7 @@ import {
17
17
  withFetchRequestObservability,
18
18
  withHttpObservability,
19
19
  withNodeRequestObservability
20
- } from "../chunk-XJSWDU2S.js";
20
+ } from "../chunk-BHX4MD35.js";
21
21
  import "../chunk-NWONRWBT.js";
22
22
  import {
23
23
  OTLP_JSON_CONTENT_TYPE,
@@ -84,7 +84,7 @@ import {
84
84
  withTimeout
85
85
  } from "../chunk-TAPB4NN5.js";
86
86
  import "../chunk-LI7WUVJN.js";
87
- import "../chunk-IHXF6NQG.js";
87
+ import "../chunk-HKLZJ5UK.js";
88
88
  import "../chunk-TRM4JUZQ.js";
89
89
  import "../chunk-XO3TDAJE.js";
90
90
  import "../chunk-UCUBNWM2.js";
@@ -17,7 +17,7 @@ import {
17
17
  withFetchRequestObservability,
18
18
  withHttpObservability,
19
19
  withNodeRequestObservability
20
- } from "../chunk-AITYRQX2.mjs";
20
+ } from "../chunk-ZXXOXB3T.mjs";
21
21
  import "../chunk-ZXLETUGQ.mjs";
22
22
  import {
23
23
  OTLP_JSON_CONTENT_TYPE,
@@ -84,7 +84,7 @@ import {
84
84
  withTimeout
85
85
  } from "../chunk-SCHM2MDA.mjs";
86
86
  import "../chunk-WA65XP2P.mjs";
87
- import "../chunk-ID2WOCBA.mjs";
87
+ import "../chunk-5X3MPWTR.mjs";
88
88
  import "../chunk-MOO4L7F4.mjs";
89
89
  import "../chunk-IWAQQDYE.mjs";
90
90
  import "../chunk-B5JD23U7.mjs";
package/dist/perf/cli.cjs CHANGED
@@ -15,13 +15,13 @@
15
15
 
16
16
 
17
17
 
18
- var _chunkEZ76UNHPcjs = require('../chunk-EZ76UNHP.cjs');
18
+ var _chunkQAHW7S3Qcjs = require('../chunk-QAHW7S3Q.cjs');
19
19
  require('../chunk-JQCQWO47.cjs');
20
- require('../chunk-67256TKF.cjs');
20
+ require('../chunk-TWEHIAUE.cjs');
21
21
  require('../chunk-ENMKEX3N.cjs');
22
22
  require('../chunk-ZJC3JZIE.cjs');
23
23
  require('../chunk-VXNWVAIG.cjs');
24
- require('../chunk-LXNU3MRV.cjs');
24
+ require('../chunk-UOKXJQAI.cjs');
25
25
  require('../chunk-L6VB5N7Q.cjs');
26
26
  require('../chunk-CXWJII2N.cjs');
27
27
  require('../chunk-SA6HUJVI.cjs');
@@ -35,22 +35,22 @@ require('../chunk-OBGZSXTJ.cjs');
35
35
  async function main(argv) {
36
36
  const cli = parseArgs(argv);
37
37
  if (cli.profile === "runtime-ab") {
38
- const report2 = await _chunkEZ76UNHPcjs.profileRuntimeAb.call(void 0, cli.runtimeAb);
39
- await printReport(cli, report2, _chunkEZ76UNHPcjs.formatRuntimeAbReport.call(void 0, report2));
38
+ const report2 = await _chunkQAHW7S3Qcjs.profileRuntimeAb.call(void 0, cli.runtimeAb);
39
+ await printReport(cli, report2, _chunkQAHW7S3Qcjs.formatRuntimeAbReport.call(void 0, report2));
40
40
  return;
41
41
  }
42
42
  if (cli.profile === "runtime-soak") {
43
- const report2 = await _chunkEZ76UNHPcjs.profileRuntimeSoak.call(void 0, cli.runtimeSoak);
44
- await printReport(cli, report2, _chunkEZ76UNHPcjs.formatRuntimeSoakReport.call(void 0, report2));
43
+ const report2 = await _chunkQAHW7S3Qcjs.profileRuntimeSoak.call(void 0, cli.runtimeSoak);
44
+ await printReport(cli, report2, _chunkQAHW7S3Qcjs.formatRuntimeSoakReport.call(void 0, report2));
45
45
  return;
46
46
  }
47
47
  if (cli.profile === "http-memory") {
48
- const report2 = await _chunkEZ76UNHPcjs.profileHttpMemoryLab.call(void 0, cli.httpMemory);
49
- await printReport(cli, report2, _chunkEZ76UNHPcjs.formatHttpMemoryLabReport.call(void 0, report2));
48
+ const report2 = await _chunkQAHW7S3Qcjs.profileHttpMemoryLab.call(void 0, cli.httpMemory);
49
+ await printReport(cli, report2, _chunkQAHW7S3Qcjs.formatHttpMemoryLabReport.call(void 0, report2));
50
50
  return;
51
51
  }
52
- const report = await _chunkEZ76UNHPcjs.runBrassPerformanceProfile.call(void 0, cli.options);
53
- await printReport(cli, report, _chunkEZ76UNHPcjs.formatPerformanceReport.call(void 0, report));
52
+ const report = await _chunkQAHW7S3Qcjs.runBrassPerformanceProfile.call(void 0, cli.options);
53
+ await printReport(cli, report, _chunkQAHW7S3Qcjs.formatPerformanceReport.call(void 0, report));
54
54
  }
55
55
  function parseArgs(argv) {
56
56
  let json = envBool("BRASS_PERF_JSON", false);
@@ -293,14 +293,14 @@ async function maybeHandleHistory(cli, report) {
293
293
  cliProfile: cli.profile
294
294
  }
295
295
  };
296
- const entry = _chunkEZ76UNHPcjs.createPerfHistoryEntry.call(void 0, cli.profile, report, storeOptions);
297
- const historyPath = config.recordHistory ? await _chunkEZ76UNHPcjs.writePerfHistoryEntry.call(void 0, entry, storeOptions) : void 0;
298
- const savedBaseline = config.saveBaseline ? await _chunkEZ76UNHPcjs.savePerfBaseline.call(void 0, config.saveBaseline, entry, storeOptions) : void 0;
299
- const loadedBaseline = config.compareBaseline ? await _chunkEZ76UNHPcjs.loadPerfBaseline.call(void 0, config.compareBaseline, storeOptions) : void 0;
296
+ const entry = _chunkQAHW7S3Qcjs.createPerfHistoryEntry.call(void 0, cli.profile, report, storeOptions);
297
+ const historyPath = config.recordHistory ? await _chunkQAHW7S3Qcjs.writePerfHistoryEntry.call(void 0, entry, storeOptions) : void 0;
298
+ const savedBaseline = config.saveBaseline ? await _chunkQAHW7S3Qcjs.savePerfBaseline.call(void 0, config.saveBaseline, entry, storeOptions) : void 0;
299
+ const loadedBaseline = config.compareBaseline ? await _chunkQAHW7S3Qcjs.loadPerfBaseline.call(void 0, config.compareBaseline, storeOptions) : void 0;
300
300
  if (config.compareBaseline && !loadedBaseline) {
301
301
  throw new Error(`Perf baseline '${config.compareBaseline}' was not found`);
302
302
  }
303
- const comparison = loadedBaseline ? _chunkEZ76UNHPcjs.comparePerfToBaseline.call(void 0, entry, loadedBaseline, config.thresholds) : void 0;
303
+ const comparison = loadedBaseline ? _chunkQAHW7S3Qcjs.comparePerfToBaseline.call(void 0, entry, loadedBaseline, config.thresholds) : void 0;
304
304
  return Object.freeze({
305
305
  entry,
306
306
  ...historyPath !== void 0 ? { historyPath } : {},
@@ -315,7 +315,7 @@ function formatCliHistory(history) {
315
315
  if (history.savedBaselinePath) lines.push(`- baseline saved: ${history.savedBaselinePath}`);
316
316
  if (history.comparison) {
317
317
  lines.push("");
318
- lines.push(_chunkEZ76UNHPcjs.formatPerfBaselineComparison.call(void 0, history.comparison));
318
+ lines.push(_chunkQAHW7S3Qcjs.formatPerfBaselineComparison.call(void 0, history.comparison));
319
319
  }
320
320
  return lines.join("\n");
321
321
  }
@@ -333,7 +333,7 @@ function parseRuntimeVariant(value) {
333
333
  throw new Error(`Invalid runtime variant: ${value}`);
334
334
  }
335
335
  function parseVariants(value) {
336
- const allowed = new Set(_chunkEZ76UNHPcjs.HTTP_PROFILE_VARIANTS);
336
+ const allowed = new Set(_chunkQAHW7S3Qcjs.HTTP_PROFILE_VARIANTS);
337
337
  return Object.freeze(value.split(",").map((item) => item.trim()).filter(Boolean).map((item) => {
338
338
  if (!allowed.has(item)) {
339
339
  throw new Error(`Invalid HTTP profile variant: ${item}`);
package/dist/perf/cli.js CHANGED
@@ -15,13 +15,13 @@ import {
15
15
  runBrassPerformanceProfile,
16
16
  savePerfBaseline,
17
17
  writePerfHistoryEntry
18
- } from "../chunk-U42YF6B2.js";
18
+ } from "../chunk-6AGAZD32.js";
19
19
  import "../chunk-RZQK32C6.js";
20
- import "../chunk-XJSWDU2S.js";
20
+ import "../chunk-BHX4MD35.js";
21
21
  import "../chunk-NWONRWBT.js";
22
22
  import "../chunk-TAPB4NN5.js";
23
23
  import "../chunk-LI7WUVJN.js";
24
- import "../chunk-IHXF6NQG.js";
24
+ import "../chunk-HKLZJ5UK.js";
25
25
  import "../chunk-TRM4JUZQ.js";
26
26
  import "../chunk-XO3TDAJE.js";
27
27
  import "../chunk-UCUBNWM2.js";
package/dist/perf/cli.mjs CHANGED
@@ -15,13 +15,13 @@ import {
15
15
  runBrassPerformanceProfile,
16
16
  savePerfBaseline,
17
17
  writePerfHistoryEntry
18
- } from "../chunk-22HYIE56.mjs";
18
+ } from "../chunk-IA6BDGXW.mjs";
19
19
  import "../chunk-S6KSHYAT.mjs";
20
- import "../chunk-AITYRQX2.mjs";
20
+ import "../chunk-ZXXOXB3T.mjs";
21
21
  import "../chunk-ZXLETUGQ.mjs";
22
22
  import "../chunk-SCHM2MDA.mjs";
23
23
  import "../chunk-WA65XP2P.mjs";
24
- import "../chunk-ID2WOCBA.mjs";
24
+ import "../chunk-5X3MPWTR.mjs";
25
25
  import "../chunk-MOO4L7F4.mjs";
26
26
  import "../chunk-IWAQQDYE.mjs";
27
27
  import "../chunk-B5JD23U7.mjs";
@@ -30,13 +30,13 @@
30
30
 
31
31
 
32
32
 
33
- var _chunkEZ76UNHPcjs = require('../chunk-EZ76UNHP.cjs');
33
+ var _chunkQAHW7S3Qcjs = require('../chunk-QAHW7S3Q.cjs');
34
34
  require('../chunk-JQCQWO47.cjs');
35
- require('../chunk-67256TKF.cjs');
35
+ require('../chunk-TWEHIAUE.cjs');
36
36
  require('../chunk-ENMKEX3N.cjs');
37
37
  require('../chunk-ZJC3JZIE.cjs');
38
38
  require('../chunk-VXNWVAIG.cjs');
39
- require('../chunk-LXNU3MRV.cjs');
39
+ require('../chunk-UOKXJQAI.cjs');
40
40
  require('../chunk-L6VB5N7Q.cjs');
41
41
  require('../chunk-CXWJII2N.cjs');
42
42
  require('../chunk-SA6HUJVI.cjs');
@@ -48,7 +48,7 @@ require('../chunk-OBGZSXTJ.cjs');
48
48
 
49
49
  // src/perf/budget.ts
50
50
  async function runRuntimePerfBudget(options = {}) {
51
- const ab = await _chunkEZ76UNHPcjs.profileRuntimeAb.call(void 0, {
51
+ const ab = await _chunkQAHW7S3Qcjs.profileRuntimeAb.call(void 0, {
52
52
  ...options,
53
53
  thresholds: {
54
54
  maxRegressionPercent: _nullishCoalesce(_optionalChain([options, 'access', _ => _.thresholds, 'optionalAccess', _2 => _2.maxRegressionPercent]), () => ( 50)),
@@ -136,4 +136,4 @@ function positiveNumber(value, fallback) {
136
136
 
137
137
 
138
138
 
139
- exports.HTTP_PROFILE_VARIANTS = _chunkEZ76UNHPcjs.HTTP_PROFILE_VARIANTS; exports.captureMemorySnapshot = _chunkEZ76UNHPcjs.captureMemorySnapshot; exports.comparePerfToBaseline = _chunkEZ76UNHPcjs.comparePerfToBaseline; exports.compareRuntimeProfiles = _chunkEZ76UNHPcjs.compareRuntimeProfiles; exports.createPerfHistoryEntry = _chunkEZ76UNHPcjs.createPerfHistoryEntry; exports.defaultPerfHistoryDirectory = _chunkEZ76UNHPcjs.defaultPerfHistoryDirectory; exports.diagnoseRuntimeProfile = _chunkEZ76UNHPcjs.diagnoseRuntimeProfile; exports.diffMemorySnapshots = _chunkEZ76UNHPcjs.diffMemorySnapshots; exports.extractPerfMetrics = _chunkEZ76UNHPcjs.extractPerfMetrics; exports.forceGc = _chunkEZ76UNHPcjs.forceGc; exports.formatHttpMemoryLabReport = _chunkEZ76UNHPcjs.formatHttpMemoryLabReport; exports.formatPerfBaselineComparison = _chunkEZ76UNHPcjs.formatPerfBaselineComparison; exports.formatPerformanceReport = _chunkEZ76UNHPcjs.formatPerformanceReport; exports.formatRuntimeAbReport = _chunkEZ76UNHPcjs.formatRuntimeAbReport; exports.formatRuntimePerfBudgetReport = formatRuntimePerfBudgetReport; exports.formatRuntimeSoakReport = _chunkEZ76UNHPcjs.formatRuntimeSoakReport; exports.hasGc = _chunkEZ76UNHPcjs.hasGc; exports.loadPerfBaseline = _chunkEZ76UNHPcjs.loadPerfBaseline; exports.makePerfRecorder = _chunkEZ76UNHPcjs.makePerfRecorder; exports.profileHttpLayers = _chunkEZ76UNHPcjs.profileHttpLayers; exports.profileHttpMemoryLab = _chunkEZ76UNHPcjs.profileHttpMemoryLab; exports.profileMemoryRetention = _chunkEZ76UNHPcjs.profileMemoryRetention; exports.profileRuntimeAb = _chunkEZ76UNHPcjs.profileRuntimeAb; exports.profileRuntimePrimitives = _chunkEZ76UNHPcjs.profileRuntimePrimitives; exports.profileRuntimeSoak = _chunkEZ76UNHPcjs.profileRuntimeSoak; exports.readPerfHistory = _chunkEZ76UNHPcjs.readPerfHistory; exports.recommendPerformance = _chunkEZ76UNHPcjs.recommendPerformance; exports.recordPerfHistoryRun = _chunkEZ76UNHPcjs.recordPerfHistoryRun; exports.runBrassPerformanceProfile = _chunkEZ76UNHPcjs.runBrassPerformanceProfile; exports.runRuntimePerfBudget = runRuntimePerfBudget; exports.savePerfBaseline = _chunkEZ76UNHPcjs.savePerfBaseline; exports.summarizePerfEvents = _chunkEZ76UNHPcjs.summarizePerfEvents; exports.writePerfHistoryEntry = _chunkEZ76UNHPcjs.writePerfHistoryEntry;
139
+ exports.HTTP_PROFILE_VARIANTS = _chunkQAHW7S3Qcjs.HTTP_PROFILE_VARIANTS; exports.captureMemorySnapshot = _chunkQAHW7S3Qcjs.captureMemorySnapshot; exports.comparePerfToBaseline = _chunkQAHW7S3Qcjs.comparePerfToBaseline; exports.compareRuntimeProfiles = _chunkQAHW7S3Qcjs.compareRuntimeProfiles; exports.createPerfHistoryEntry = _chunkQAHW7S3Qcjs.createPerfHistoryEntry; exports.defaultPerfHistoryDirectory = _chunkQAHW7S3Qcjs.defaultPerfHistoryDirectory; exports.diagnoseRuntimeProfile = _chunkQAHW7S3Qcjs.diagnoseRuntimeProfile; exports.diffMemorySnapshots = _chunkQAHW7S3Qcjs.diffMemorySnapshots; exports.extractPerfMetrics = _chunkQAHW7S3Qcjs.extractPerfMetrics; exports.forceGc = _chunkQAHW7S3Qcjs.forceGc; exports.formatHttpMemoryLabReport = _chunkQAHW7S3Qcjs.formatHttpMemoryLabReport; exports.formatPerfBaselineComparison = _chunkQAHW7S3Qcjs.formatPerfBaselineComparison; exports.formatPerformanceReport = _chunkQAHW7S3Qcjs.formatPerformanceReport; exports.formatRuntimeAbReport = _chunkQAHW7S3Qcjs.formatRuntimeAbReport; exports.formatRuntimePerfBudgetReport = formatRuntimePerfBudgetReport; exports.formatRuntimeSoakReport = _chunkQAHW7S3Qcjs.formatRuntimeSoakReport; exports.hasGc = _chunkQAHW7S3Qcjs.hasGc; exports.loadPerfBaseline = _chunkQAHW7S3Qcjs.loadPerfBaseline; exports.makePerfRecorder = _chunkQAHW7S3Qcjs.makePerfRecorder; exports.profileHttpLayers = _chunkQAHW7S3Qcjs.profileHttpLayers; exports.profileHttpMemoryLab = _chunkQAHW7S3Qcjs.profileHttpMemoryLab; exports.profileMemoryRetention = _chunkQAHW7S3Qcjs.profileMemoryRetention; exports.profileRuntimeAb = _chunkQAHW7S3Qcjs.profileRuntimeAb; exports.profileRuntimePrimitives = _chunkQAHW7S3Qcjs.profileRuntimePrimitives; exports.profileRuntimeSoak = _chunkQAHW7S3Qcjs.profileRuntimeSoak; exports.readPerfHistory = _chunkQAHW7S3Qcjs.readPerfHistory; exports.recommendPerformance = _chunkQAHW7S3Qcjs.recommendPerformance; exports.recordPerfHistoryRun = _chunkQAHW7S3Qcjs.recordPerfHistoryRun; exports.runBrassPerformanceProfile = _chunkQAHW7S3Qcjs.runBrassPerformanceProfile; exports.runRuntimePerfBudget = runRuntimePerfBudget; exports.savePerfBaseline = _chunkQAHW7S3Qcjs.savePerfBaseline; exports.summarizePerfEvents = _chunkQAHW7S3Qcjs.summarizePerfEvents; exports.writePerfHistoryEntry = _chunkQAHW7S3Qcjs.writePerfHistoryEntry;
@@ -30,13 +30,13 @@ import {
30
30
  savePerfBaseline,
31
31
  summarizePerfEvents,
32
32
  writePerfHistoryEntry
33
- } from "../chunk-U42YF6B2.js";
33
+ } from "../chunk-6AGAZD32.js";
34
34
  import "../chunk-RZQK32C6.js";
35
- import "../chunk-XJSWDU2S.js";
35
+ import "../chunk-BHX4MD35.js";
36
36
  import "../chunk-NWONRWBT.js";
37
37
  import "../chunk-TAPB4NN5.js";
38
38
  import "../chunk-LI7WUVJN.js";
39
- import "../chunk-IHXF6NQG.js";
39
+ import "../chunk-HKLZJ5UK.js";
40
40
  import "../chunk-TRM4JUZQ.js";
41
41
  import "../chunk-XO3TDAJE.js";
42
42
  import "../chunk-UCUBNWM2.js";