@rebilly/instruments 8.34.0 → 8.36.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 +14 -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,17 @@
|
|
|
1
|
+
## [8.36.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.35.0...instruments/core-v8.36.0) (2024-01-31)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **instrument:** Display declined error message ([#3143](https://github.com/Rebilly/rebilly/issues/3143)) ([412bbb7](https://github.com/Rebilly/rebilly/commit/412bbb7935360b1ef6436d77eb1531a67295e491))
|
|
7
|
+
|
|
8
|
+
## [8.35.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.34.0...instruments/core-v8.35.0) (2024-01-31)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **api-metadata:** Update resources based on latest api definitions ([#3169](https://github.com/Rebilly/rebilly/issues/3169)) ([7f42674](https://github.com/Rebilly/rebilly/commit/7f42674927e0ec9ac14cf21a9fa3430d2ca4c7fb))
|
|
14
|
+
|
|
1
15
|
## [8.34.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.33.0...instruments/core-v8.34.0) (2024-01-31)
|
|
2
16
|
|
|
3
17
|
|
package/dist/index.js
CHANGED
|
@@ -5994,7 +5994,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5994
5994
|
return res;
|
|
5995
5995
|
}
|
|
5996
5996
|
var cloneDeep_1 = cloneDeep;
|
|
5997
|
-
const version = "55.
|
|
5997
|
+
const version = "55.15.0";
|
|
5998
5998
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5999
5999
|
let nanoid = (size2 = 21) => {
|
|
6000
6000
|
let id2 = "";
|
|
@@ -23392,7 +23392,7 @@ function handleComputedProperty(options) {
|
|
|
23392
23392
|
var _a;
|
|
23393
23393
|
return Object.assign({}, options, {
|
|
23394
23394
|
_computed: {
|
|
23395
|
-
version: "8.
|
|
23395
|
+
version: "8.35.0",
|
|
23396
23396
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23397
23397
|
}
|
|
23398
23398
|
});
|
|
@@ -26724,7 +26724,7 @@ class RebillyInstrumentsInstance {
|
|
|
26724
26724
|
await show({ componentName, payload });
|
|
26725
26725
|
}
|
|
26726
26726
|
get version() {
|
|
26727
|
-
return `RebillyInstruments Ver.${"8.
|
|
26727
|
+
return `RebillyInstruments Ver.${"8.35.0"}`;
|
|
26728
26728
|
}
|
|
26729
26729
|
on(eventName, callback) {
|
|
26730
26730
|
on({ eventName, callback });
|