@rebilly/instruments 12.33.0 → 12.33.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1 @@
1
- ## [12.33.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.32.2...instruments/core-v12.33.0) (2025-03-07)
2
-
3
-
4
- ### Features
5
-
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#10436](https://github.com/Rebilly/rebilly/issues/10436)) ([8d75f77](https://github.com/Rebilly/rebilly/commit/8d75f778b402f8a0930001dcbb59bea1743b525b))
1
+ ## [12.33.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.33.1...instruments/core-v12.33.2) (2025-03-11)
package/dist/index.js CHANGED
@@ -5374,7 +5374,7 @@ function dispatchRequest(config) {
5374
5374
  return Promise.reject(reason);
5375
5375
  });
5376
5376
  }
5377
- const VERSION$1 = "1.8.1";
5377
+ const VERSION$1 = "1.8.2";
5378
5378
  const validators$1 = {};
5379
5379
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
5380
5380
  validators$1[type] = function validator2(thing) {
@@ -6278,7 +6278,7 @@ function C$1({ options: e2 }) {
6278
6278
  }
6279
6279
  function o2() {
6280
6280
  const i = {
6281
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@8d75f77`
6281
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@a355df2`
6282
6282
  };
6283
6283
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6284
6284
  }