@rebilly/instruments 9.31.0 → 9.32.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 +9 -0
- package/dist/index.js +3 -3
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,12 @@
|
|
|
1
|
+
## [9.32.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.31.1...instruments/core-v9.32.0) (2024-04-12)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata:** add new risk factors ([#4616](https://github.com/Rebilly/rebilly/issues/4616)) ([ce997dd](https://github.com/Rebilly/rebilly/commit/ce997dd1cd441a624a50dcf3b82397cc1e0d8eb7))
|
|
7
|
+
|
|
8
|
+
## [9.31.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.31.0...instruments/core-v9.31.1) (2024-04-11)
|
|
9
|
+
|
|
1
10
|
## [9.31.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.30.1...instruments/core-v9.31.0) (2024-04-11)
|
|
2
11
|
|
|
3
12
|
|
package/dist/index.js
CHANGED
|
@@ -5963,7 +5963,7 @@ function Jt(e2, t2) {
|
|
|
5963
5963
|
return s;
|
|
5964
5964
|
}
|
|
5965
5965
|
var Gt = P$1;
|
|
5966
|
-
const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.
|
|
5966
|
+
const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.14.1";
|
|
5967
5967
|
let Xt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt = (e2 = 21) => {
|
|
5968
5968
|
let t2 = "", s = e2;
|
|
5969
5969
|
for (; s--; )
|
|
@@ -24494,7 +24494,7 @@ function handleComputedProperty(options) {
|
|
|
24494
24494
|
var _a;
|
|
24495
24495
|
return Object.assign({}, options, {
|
|
24496
24496
|
_computed: {
|
|
24497
|
-
version: "9.
|
|
24497
|
+
version: "9.31.1",
|
|
24498
24498
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24499
24499
|
}
|
|
24500
24500
|
});
|
|
@@ -27836,7 +27836,7 @@ class RebillyInstrumentsInstance {
|
|
|
27836
27836
|
await show({ componentName, payload });
|
|
27837
27837
|
}
|
|
27838
27838
|
get version() {
|
|
27839
|
-
return `RebillyInstruments Ver.${"9.
|
|
27839
|
+
return `RebillyInstruments Ver.${"9.31.1"}`;
|
|
27840
27840
|
}
|
|
27841
27841
|
on(eventName, callback) {
|
|
27842
27842
|
on({ eventName, callback });
|