@rebilly/instruments 7.1.0 → 7.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
|
+
## [7.2.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v7.1.0...instruments/core-v7.2.0) (2023-10-06)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **recomm:** Add start stop review to aml check details ([#1567](https://github.com/Rebilly/rebilly/issues/1567)) ([7f36939](https://github.com/Rebilly/rebilly/commit/7f36939bffd9ce76868640aee6f2bac5216ba499))
|
|
7
|
+
|
|
1
8
|
## [7.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v7.0.0...instruments/core-v7.1.0) (2023-10-04)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5323,7 +5323,7 @@ function cloneArrayDeep(val, instanceClone) {
|
|
|
5323
5323
|
return res;
|
|
5324
5324
|
}
|
|
5325
5325
|
var cloneDeep_1 = cloneDeep;
|
|
5326
|
-
const version = "54.
|
|
5326
|
+
const version = "54.1.0";
|
|
5327
5327
|
let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
|
|
5328
5328
|
let nanoid = (size2 = 21) => {
|
|
5329
5329
|
let id2 = "";
|
|
@@ -22646,7 +22646,7 @@ ${displayNode}`
|
|
|
22646
22646
|
function handleComputedProperty(options) {
|
|
22647
22647
|
var _a;
|
|
22648
22648
|
options._computed = {
|
|
22649
|
-
version: "7.
|
|
22649
|
+
version: "7.1.0",
|
|
22650
22650
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
22651
22651
|
};
|
|
22652
22652
|
return options;
|
|
@@ -25774,7 +25774,7 @@ class RebillyInstrumentsInstance {
|
|
|
25774
25774
|
await show({ componentName, payload });
|
|
25775
25775
|
}
|
|
25776
25776
|
get version() {
|
|
25777
|
-
return `RebillyInstruments Ver.${"7.
|
|
25777
|
+
return `RebillyInstruments Ver.${"7.1.0"}`;
|
|
25778
25778
|
}
|
|
25779
25779
|
on(eventName, callback) {
|
|
25780
25780
|
on({ eventName, callback });
|