@rebilly/instruments 9.82.0 → 9.83.0

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
- ## [9.82.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.81.1...instruments/core-v9.82.0) (2024-09-20)
1
+ ## [9.83.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.82.1...instruments/core-v9.83.0) (2024-09-23)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#7538](https://github.com/Rebilly/rebilly/issues/7538)) ([3a50c2d](https://github.com/Rebilly/rebilly/commit/3a50c2d1301298d76c00fdcd2829d88761aaff81))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#7708](https://github.com/Rebilly/rebilly/issues/7708)) ([7bb92e5](https://github.com/Rebilly/rebilly/commit/7bb92e5964ac5922a8b47c485080a0d1466e5f11))
package/dist/index.js CHANGED
@@ -4176,7 +4176,7 @@ function stringifySafely(rawValue, parser, encoder) {
4176
4176
  }
4177
4177
  }
4178
4178
  }
4179
- return (encoder || JSON.stringify)(rawValue);
4179
+ return (0, JSON.stringify)(rawValue);
4180
4180
  }
4181
4181
  const defaults$1 = {
4182
4182
  transitional: transitionalDefaults,
@@ -5020,7 +5020,7 @@ const composeSignals = (signals, timeout) => {
5020
5020
  };
5021
5021
  const streamChunk = function* (chunk, chunkSize) {
5022
5022
  let len = chunk.byteLength;
5023
- if (!chunkSize || len < chunkSize) {
5023
+ if (len < chunkSize) {
5024
5024
  yield chunk;
5025
5025
  return;
5026
5026
  }
@@ -6220,7 +6220,7 @@ function C$1({ options: e2 }) {
6220
6220
  }
6221
6221
  function o2() {
6222
6222
  const i = {
6223
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@3a50c2d`
6223
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@7bb92e5`
6224
6224
  };
6225
6225
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6226
6226
  }