@rebilly/instruments 12.82.1 → 12.82.2
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.82.
|
|
1
|
+
## [12.82.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v12.82.1...instruments/core-v12.82.2) (2025-06-26)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
* **
|
|
6
|
+
* **fe:** Disable card-encrypted-cvv.cy.ts tests due to unstable time execution ([#13166](https://github.com/Rebilly/rebilly/issues/13166)) ([f57037d](https://github.com/Rebilly/rebilly/commit/f57037d1ddda098ef0d37f581d8b9e5986138e7e))
|
package/dist/index.js
CHANGED
|
@@ -6331,7 +6331,7 @@ function C$1({ options: e2 }) {
|
|
|
6331
6331
|
}
|
|
6332
6332
|
function o2() {
|
|
6333
6333
|
const i = {
|
|
6334
|
-
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@
|
|
6334
|
+
"REB-API-CONSUMER": `${["Rebilly", e2.appName, "js-sdk"].filter((g) => g).join("/")}@f57037d`
|
|
6335
6335
|
};
|
|
6336
6336
|
return e2.apiKey && (i["REB-APIKEY"] = e2.apiKey), i;
|
|
6337
6337
|
}
|