@rebilly/instruments 16.33.0 → 16.34.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
|
-
## [16.
|
|
1
|
+
## [16.34.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.33.0...instruments/core-v16.34.0) (2025-12-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Features
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **framepay:** Update customer validation schemas ([#16717](https://github.com/Rebilly/rebilly/issues/16717)) ([0cbdec5](https://github.com/Rebilly/rebilly/commit/0cbdec5c03e0a3793f3438c6d3cb384c0347f88b))
|
package/dist/index.js
CHANGED
|
@@ -5183,7 +5183,7 @@ function C$1({ options: t2 }) {
|
|
|
5183
5183
|
}
|
|
5184
5184
|
function o2() {
|
|
5185
5185
|
const i = {
|
|
5186
|
-
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
5186
|
+
"REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@0cbdec5`
|
|
5187
5187
|
};
|
|
5188
5188
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5189
5189
|
}
|