@rebilly/instruments 8.28.0 → 8.29.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.29.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.28.0...instruments/core-v8.29.0) (2024-01-26)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata:** Update resources based on latest api definitions ([#3072](https://github.com/Rebilly/rebilly/issues/3072)) ([85993fe](https://github.com/Rebilly/rebilly/commit/85993fec06396bb5eaca94bcc04d8bd47cb70672))
|
|
7
|
+
|
|
1
8
|
## [8.28.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.27.0...instruments/core-v8.28.0) (2024-01-25)
|
|
2
9
|
|
|
3
10
|
|
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.12.0";
|
|
5998
5998
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5999
5999
|
let nanoid = (size2 = 21) => {
|
|
6000
6000
|
let id2 = "";
|
|
@@ -23386,7 +23386,7 @@ function handleComputedProperty(options) {
|
|
|
23386
23386
|
var _a;
|
|
23387
23387
|
return Object.assign({}, options, {
|
|
23388
23388
|
_computed: {
|
|
23389
|
-
version: "8.
|
|
23389
|
+
version: "8.28.0",
|
|
23390
23390
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23391
23391
|
}
|
|
23392
23392
|
});
|
|
@@ -26717,7 +26717,7 @@ class RebillyInstrumentsInstance {
|
|
|
26717
26717
|
await show({ componentName, payload });
|
|
26718
26718
|
}
|
|
26719
26719
|
get version() {
|
|
26720
|
-
return `RebillyInstruments Ver.${"8.
|
|
26720
|
+
return `RebillyInstruments Ver.${"8.28.0"}`;
|
|
26721
26721
|
}
|
|
26722
26722
|
on(eventName, callback) {
|
|
26723
26723
|
on({ eventName, callback });
|