@rebilly/instruments 8.1.0 → 8.2.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
|
+
## [8.2.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.1.0...instruments/core-v8.2.0) (2023-11-23)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **billing-portal:** Project setup ([#2321](https://github.com/Rebilly/rebilly/issues/2321)) ([41716e1](https://github.com/Rebilly/rebilly/commit/41716e1f726b64914f832326ec8135463aec37bc))
|
|
7
|
+
|
|
1
8
|
## [8.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.0.0...instruments/core-v8.1.0) (2023-11-22)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5982,7 +5982,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5982
5982
|
return res;
|
|
5983
5983
|
}
|
|
5984
5984
|
var cloneDeep_1 = cloneDeep;
|
|
5985
|
-
const version = "55.
|
|
5985
|
+
const version = "55.1.0";
|
|
5986
5986
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5987
5987
|
let nanoid = (size2 = 21) => {
|
|
5988
5988
|
let id2 = "";
|
|
@@ -23134,7 +23134,7 @@ function handleComputedProperty(options) {
|
|
|
23134
23134
|
var _a;
|
|
23135
23135
|
return Object.assign({}, options, {
|
|
23136
23136
|
_computed: {
|
|
23137
|
-
version: "8.
|
|
23137
|
+
version: "8.1.0",
|
|
23138
23138
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23139
23139
|
}
|
|
23140
23140
|
});
|
|
@@ -26283,7 +26283,7 @@ class RebillyInstrumentsInstance {
|
|
|
26283
26283
|
await show({ componentName, payload });
|
|
26284
26284
|
}
|
|
26285
26285
|
get version() {
|
|
26286
|
-
return `RebillyInstruments Ver.${"8.
|
|
26286
|
+
return `RebillyInstruments Ver.${"8.1.0"}`;
|
|
26287
26287
|
}
|
|
26288
26288
|
on(eventName, callback) {
|
|
26289
26289
|
on({ eventName, callback });
|