@rebilly/instruments 9.16.2 → 9.16.3
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 -0
- package/dist/index.js +6 -6
- package/dist/index.min.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
## [9.16.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.16.2...instruments/core-v9.16.3) (2024-03-25)
|
|
2
|
+
|
|
1
3
|
## [9.16.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.16.1...instruments/core-v9.16.2) (2024-03-22)
|
|
2
4
|
|
|
3
5
|
## [9.16.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.16.0...instruments/core-v9.16.1) (2024-03-21)
|
package/dist/index.js
CHANGED
|
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
|
|
|
5963
5963
|
return s2;
|
|
5964
5964
|
}
|
|
5965
5965
|
var Ge = P$1;
|
|
5966
|
-
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.3.
|
|
5966
|
+
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.3.1";
|
|
5967
5967
|
let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
|
|
5968
5968
|
let e2 = "", s2 = t2;
|
|
5969
5969
|
for (; s2--; )
|
|
@@ -10966,7 +10966,7 @@ var r$1 = n$1(function(t2) {
|
|
|
10966
10966
|
var o3 = v2;
|
|
10967
10967
|
return function(i3, a3) {
|
|
10968
10968
|
if (o3 === y2)
|
|
10969
|
-
throw
|
|
10969
|
+
throw Error("Generator is already running");
|
|
10970
10970
|
if (o3 === E2) {
|
|
10971
10971
|
if ("throw" === i3)
|
|
10972
10972
|
throw a3;
|
|
@@ -11105,7 +11105,7 @@ var r$1 = n$1(function(t2) {
|
|
|
11105
11105
|
return n3(i3.catchLoc, true);
|
|
11106
11106
|
} else {
|
|
11107
11107
|
if (!u3)
|
|
11108
|
-
throw
|
|
11108
|
+
throw Error("try statement without catch or finally");
|
|
11109
11109
|
if (this.prev < i3.finallyLoc)
|
|
11110
11110
|
return n3(i3.finallyLoc);
|
|
11111
11111
|
}
|
|
@@ -11144,7 +11144,7 @@ var r$1 = n$1(function(t2) {
|
|
|
11144
11144
|
return o3;
|
|
11145
11145
|
}
|
|
11146
11146
|
}
|
|
11147
|
-
throw
|
|
11147
|
+
throw Error("illegal catch attempt");
|
|
11148
11148
|
}, delegateYield: function(t3, e3, n3) {
|
|
11149
11149
|
return this.delegate = { iterator: D2(t3), resultName: e3, nextLoc: n3 }, "next" === this.method && (this.arg = r2), g2;
|
|
11150
11150
|
} }, o2;
|
|
@@ -24673,7 +24673,7 @@ function handleComputedProperty(options) {
|
|
|
24673
24673
|
var _a;
|
|
24674
24674
|
return Object.assign({}, options, {
|
|
24675
24675
|
_computed: {
|
|
24676
|
-
version: "9.16.
|
|
24676
|
+
version: "9.16.2",
|
|
24677
24677
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24678
24678
|
}
|
|
24679
24679
|
});
|
|
@@ -28015,7 +28015,7 @@ class RebillyInstrumentsInstance {
|
|
|
28015
28015
|
await show({ componentName, payload });
|
|
28016
28016
|
}
|
|
28017
28017
|
get version() {
|
|
28018
|
-
return `RebillyInstruments Ver.${"9.16.
|
|
28018
|
+
return `RebillyInstruments Ver.${"9.16.2"}`;
|
|
28019
28019
|
}
|
|
28020
28020
|
on(eventName, callback) {
|
|
28021
28021
|
on({ eventName, callback });
|