@rebilly/instruments 12.49.0 → 12.51.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 +2 -2
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [12.
|
|
1
|
+
## [12.51.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.50.0...instruments/core-v12.51.0) (2025-04-17)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **framepay-react:** Add react 19 support ([#11287](https://github.com/Rebilly/rebilly/issues/11287)) ([3d2a7e1](https://github.com/Rebilly/rebilly/commit/3d2a7e13caf4ef4194089014dbf90664d85722fa))
|
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("/")}@
|
|
6281
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@3d2a7e1`
|
|
6282
6282
|
};
|
|
6283
6283
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6284
6284
|
}
|