@rebilly/instruments 16.34.4 → 16.35.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 CHANGED
@@ -1 +1,6 @@
1
- ## [16.34.4](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.34.3...instruments/core-v16.34.4) (2025-12-08)
1
+ ## [16.35.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v16.34.4...instruments/core-v16.35.0) (2025-12-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **framepay:** Allow setting the payment card type to make single-CVV element validation work correctly ([#16806](https://github.com/Rebilly/rebilly/issues/16806)) ([04090b9](https://github.com/Rebilly/rebilly/commit/04090b9a19e5e4aeabaee821f02d0b382311d1b3))
package/dist/index.js CHANGED
@@ -5185,7 +5185,7 @@ function C$1({ options: t2 }) {
5185
5185
  }
5186
5186
  function o2() {
5187
5187
  const i = {
5188
- "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@7329b32`
5188
+ "REB-API-CONSUMER": `${["Rebilly", t2.appName, "js-sdk"].filter((g) => g).join("/")}@04090b9`
5189
5189
  };
5190
5190
  return t2.apiKey && (i["REB-APIKEY"] = t2.apiKey), i;
5191
5191
  }