@rebilly/instruments 16.24.0 → 16.24.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 +3 -3
- package/dist/index.js +2 -2
- package/dist/index.min.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
## [16.24.
|
|
1
|
+
## [16.24.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.24.0...instruments/core-v16.24.1) (2025-11-20)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **instruments,hpf:** allow clipboard write in approval iframe ([#16730](https://github.com/Rebilly/rebilly/issues/16730)) ([403dd79](https://github.com/Rebilly/rebilly/commit/403dd7940cfd3dff950f361f5454fe3942c2ce00))
|
package/dist/index.js
CHANGED
|
@@ -1747,7 +1747,7 @@ class BaseIframe {
|
|
|
1747
1747
|
const container = {
|
|
1748
1748
|
appendChild: (iframe) => {
|
|
1749
1749
|
iframe.setAttribute("loading", "lazy");
|
|
1750
|
-
iframe.setAttribute("allow", "camera;payment;");
|
|
1750
|
+
iframe.setAttribute("allow", "camera;payment;clipboard-write;");
|
|
1751
1751
|
if ([
|
|
1752
1752
|
"rebilly-instruments-form",
|
|
1753
1753
|
"rebilly-instruments-summary"
|
|
@@ -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("/")}@403dd79`
|
|
5184
5184
|
};
|
|
5185
5185
|
return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
|
|
5186
5186
|
}
|