@rebilly/instruments 12.56.7 → 12.57.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
- ## [12.56.7](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.56.6...instruments/core-v12.56.7) (2025-05-05)
1
+ ## [12.57.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.56.8...instruments/core-v12.57.0) (2025-05-07)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **framepay:** Fix payment card responsiveness ([#11596](https://github.com/Rebilly/rebilly/issues/11596)) ([6e7b31b](https://github.com/Rebilly/rebilly/commit/6e7b31be3cbb416c098fc15521a8663e0d97aa80))
6
+ * do not report unauthenticated errors to sentry ([#11723](https://github.com/Rebilly/rebilly/issues/11723)) ([a18ffb5](https://github.com/Rebilly/rebilly/commit/a18ffb54346274fa5cc5493cbf126e019cf90c0d))
package/dist/index.js CHANGED
@@ -6295,7 +6295,7 @@ function C$1({ options: e2 }) {
6295
6295
  }
6296
6296
  function o2() {
6297
6297
  const i = {
6298
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@6e7b31b`
6298
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@a18ffb5`
6299
6299
  };
6300
6300
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6301
6301
  }