@rebilly/instruments 9.21.0 → 9.22.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 +7 -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,10 @@
|
|
|
1
|
+
## [9.22.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.21.0...instruments/core-v9.22.0) (2024-03-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **billing-portal:** reactivate order ([#4076](https://github.com/Rebilly/rebilly/issues/4076)) ([ad2a181](https://github.com/Rebilly/rebilly/commit/ad2a181e42a24f0fd6d9b8633ddddeb88e825c5c))
|
|
7
|
+
|
|
1
8
|
## [9.21.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.20.1...instruments/core-v9.21.0) (2024-03-27)
|
|
2
9
|
|
|
3
10
|
|
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.6.0";
|
|
5967
5967
|
let Xt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt = (e2 = 21) => {
|
|
5968
5968
|
let t2 = "", s = e2;
|
|
5969
5969
|
for (; s--; )
|
|
@@ -24472,7 +24472,7 @@ function handleComputedProperty(options) {
|
|
|
24472
24472
|
var _a;
|
|
24473
24473
|
return Object.assign({}, options, {
|
|
24474
24474
|
_computed: {
|
|
24475
|
-
version: "9.
|
|
24475
|
+
version: "9.21.0",
|
|
24476
24476
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24477
24477
|
}
|
|
24478
24478
|
});
|
|
@@ -27814,7 +27814,7 @@ class RebillyInstrumentsInstance {
|
|
|
27814
27814
|
await show({ componentName, payload });
|
|
27815
27815
|
}
|
|
27816
27816
|
get version() {
|
|
27817
|
-
return `RebillyInstruments Ver.${"9.
|
|
27817
|
+
return `RebillyInstruments Ver.${"9.21.0"}`;
|
|
27818
27818
|
}
|
|
27819
27819
|
on(eventName, callback) {
|
|
27820
27820
|
on({ eventName, callback });
|