@rebilly/instruments 8.8.0 → 8.8.1
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 +3 -3
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.js
CHANGED
|
@@ -5977,7 +5977,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5977
5977
|
return res;
|
|
5978
5978
|
}
|
|
5979
5979
|
var cloneDeep_1 = cloneDeep;
|
|
5980
|
-
const version = "55.
|
|
5980
|
+
const version = "55.8.0";
|
|
5981
5981
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5982
5982
|
let nanoid = (size2 = 21) => {
|
|
5983
5983
|
let id2 = "";
|
|
@@ -23155,7 +23155,7 @@ function handleComputedProperty(options) {
|
|
|
23155
23155
|
var _a;
|
|
23156
23156
|
return Object.assign({}, options, {
|
|
23157
23157
|
_computed: {
|
|
23158
|
-
version: "8.
|
|
23158
|
+
version: "8.8.0",
|
|
23159
23159
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23160
23160
|
}
|
|
23161
23161
|
});
|
|
@@ -26304,7 +26304,7 @@ class RebillyInstrumentsInstance {
|
|
|
26304
26304
|
await show({ componentName, payload });
|
|
26305
26305
|
}
|
|
26306
26306
|
get version() {
|
|
26307
|
-
return `RebillyInstruments Ver.${"8.
|
|
26307
|
+
return `RebillyInstruments Ver.${"8.8.0"}`;
|
|
26308
26308
|
}
|
|
26309
26309
|
on(eventName, callback) {
|
|
26310
26310
|
on({ eventName, callback });
|