@rebilly/instruments 12.56.3 → 12.56.4

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.56.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.56.2...instruments/core-v12.56.3) (2025-05-01)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **docker-dev-env:** Add allowedHost to fix 403 and handle boolean env variable ([#11523](https://github.com/Rebilly/rebilly/issues/11523)) ([2d6ee24](https://github.com/Rebilly/rebilly/commit/2d6ee24295370405bc1e4117a0bfccf467b3e76f))
1
+ ## [12.56.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.56.3...instruments/core-v12.56.4) (2025-05-01)
package/dist/index.js CHANGED
@@ -6289,7 +6289,7 @@ function C$1({ options: e2 }) {
6289
6289
  }
6290
6290
  function o2() {
6291
6291
  const i = {
6292
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@2d6ee24`
6292
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@1371693`
6293
6293
  };
6294
6294
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6295
6295
  }