@gammarers/aws-daily-cost-usage-report-stack 2.0.9 → 2.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -4139,6 +4139,6 @@
4139
4139
  "symbolId": "src/index:DailyCostUsageReportStackProps"
4140
4140
  }
4141
4141
  },
4142
- "version": "2.0.9",
4143
- "fingerprint": "gtjku8s2R83/o3+TcdVA30teJ8lKC/UAqv/hLLIefLA="
4142
+ "version": "2.0.10",
4143
+ "fingerprint": "1EsD+T0irXNI4ve7K8VBYA0V+38MZA4po7D60V/LugI="
4144
4144
  }
@@ -13081,6 +13081,9 @@ var require_axios = __commonJS({
13081
13081
  if (utils$1.isDate(value)) {
13082
13082
  return value.toISOString();
13083
13083
  }
13084
+ if (utils$1.isBoolean(value)) {
13085
+ return value.toString();
13086
+ }
13084
13087
  if (!useBlob && utils$1.isBlob(value)) {
13085
13088
  throw new AxiosError("Blob is not supported. Use a Buffer instead.");
13086
13089
  }
@@ -13806,7 +13809,7 @@ var require_axios = __commonJS({
13806
13809
  }
13807
13810
  return requestedURL;
13808
13811
  }
13809
- var VERSION = "1.9.0";
13812
+ var VERSION = "1.10.0";
13810
13813
  function parseProtocol(url2) {
13811
13814
  const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url2);
13812
13815
  return match && match[1] || "";
@@ -15166,7 +15169,7 @@ var require_axios = __commonJS({
15166
15169
  duplex: "half",
15167
15170
  credentials: isCredentialsSupported ? withCredentials : void 0
15168
15171
  });
15169
- let response = await fetch(request);
15172
+ let response = await fetch(request, fetchOptions);
15170
15173
  const isStreamResponse = supportsResponseStream && (responseType === "stream" || responseType === "response");
15171
15174
  if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) {
15172
15175
  const options = {};
@@ -18842,7 +18845,7 @@ mime-types/index.js:
18842
18845
  *)
18843
18846
 
18844
18847
  axios/dist/node/axios.cjs:
18845
- (*! Axios v1.9.0 Copyright (c) 2025 Matt Zabriskie and contributors *)
18848
+ (*! Axios v1.10.0 Copyright (c) 2025 Matt Zabriskie and contributors *)
18846
18849
 
18847
18850
  safe-buffer/index.js:
18848
18851
  (*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> *)