@rebilly/instruments 12.42.1 → 12.43.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.42.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.42.0...instruments/core-v12.42.1) (2025-04-03)
1
+ ## [12.43.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.42.1...instruments/core-v12.43.0) (2025-04-04)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * **framepay:** race condition in mount/unmount ([#10953](https://github.com/Rebilly/rebilly/issues/10953)) ([1ec02f5](https://github.com/Rebilly/rebilly/commit/1ec02f527c05dd6ca20e4df0c479711e2121f7e4))
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#11099](https://github.com/Rebilly/rebilly/issues/11099)) ([483fa4c](https://github.com/Rebilly/rebilly/commit/483fa4cc4ad93a23f67b3c6d716407e81e0e8f91))
package/dist/index.js CHANGED
@@ -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("/")}@1ec02f5`
6281
+ "REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@483fa4c`
6282
6282
  };
6283
6283
  return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
6284
6284
  }