@rebilly/instruments 16.23.1 → 16.24.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 +6 -1
- package/dist/index.js +1 -1
- package/dist/index.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1 +1,6 @@
|
|
|
1
|
-
## [16.
|
|
1
|
+
## [16.24.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.23.1...instruments/core-v16.24.0) (2025-11-19)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **replay-elements:** Restructure authentication flow ([#16594](https://github.com/Rebilly/rebilly/issues/16594)) ([3db923d](https://github.com/Rebilly/rebilly/commit/3db923da0ed09d915c1ebca0222543528d2f9404))
|
package/dist/index.js
CHANGED
|
@@ -5180,7 +5180,7 @@ function C$1({ options: t2 }) {
|
|
|
5180
5180
|
}
|
|
5181
5181
|
function o2() {
|
|
5182
5182
|
const i = {
|
|
5183
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5183
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@3db923d`
|
|
5184
5184
|
};
|
|
5185
5185
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5186
5186
|
}
|