@rebilly/instruments 12.17.0 → 12.17.1

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.17.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.16.1...instruments/core-v12.17.0) (2025-01-16)
1
+ ## [12.17.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.17.0...instruments/core-v12.17.1) (2025-01-17)
2
2
 
3
3
 
4
- ### Features
4
+ ### Bug Fixes
5
5
 
6
- * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#9591](https://github.com/Rebilly/rebilly/issues/9591)) ([6ea872b](https://github.com/Rebilly/rebilly/commit/6ea872bc2e0937f331ce19d14e7cc418362c0445))
6
+ * **framepay:** fix Samsung element ([#9615](https://github.com/Rebilly/rebilly/issues/9615)) ([1c0b2de](https://github.com/Rebilly/rebilly/commit/1c0b2defcf6991012c9f43665888ec7ea14d86c5))
package/dist/index.js CHANGED
@@ -6271,7 +6271,7 @@ function C$1({ options: e2 }) {
6271
6271
  }
6272
6272
  function o2() {
6273
6273
  const i = {
6274
- "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@6ea872b`
6274
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@1c0b2de`
6275
6275
  };
6276
6276
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6277
6277
  }