@rebilly/instruments 9.18.0 → 9.19.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
|
+
## [9.19.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.18.0...instruments/core-v9.19.0) (2024-03-27)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **risk-data-collector:** add static ads file to risk-data-collector s3 distribution ([#4310](https://github.com/Rebilly/rebilly/issues/4310)) ([ff697a5](https://github.com/Rebilly/rebilly/commit/ff697a5b209dd3b4f0b0a9179d560ac355cd3ce0))
|
|
7
|
+
|
|
1
8
|
## [9.18.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.17.4...instruments/core-v9.18.0) (2024-03-26)
|
|
2
9
|
|
|
3
10
|
|
package/dist/index.js
CHANGED
|
@@ -5963,7 +5963,7 @@ function Je(t2, e2) {
|
|
|
5963
5963
|
return s2;
|
|
5964
5964
|
}
|
|
5965
5965
|
var Ge = P$1;
|
|
5966
|
-
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.
|
|
5966
|
+
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.4.0";
|
|
5967
5967
|
let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
|
|
5968
5968
|
let e2 = "", s2 = t2;
|
|
5969
5969
|
for (; s2--; )
|
|
@@ -24710,7 +24710,7 @@ function handleComputedProperty(options) {
|
|
|
24710
24710
|
var _a;
|
|
24711
24711
|
return Object.assign({}, options, {
|
|
24712
24712
|
_computed: {
|
|
24713
|
-
version: "9.
|
|
24713
|
+
version: "9.18.0",
|
|
24714
24714
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24715
24715
|
}
|
|
24716
24716
|
});
|
|
@@ -28052,7 +28052,7 @@ class RebillyInstrumentsInstance {
|
|
|
28052
28052
|
await show({ componentName, payload });
|
|
28053
28053
|
}
|
|
28054
28054
|
get version() {
|
|
28055
|
-
return `RebillyInstruments Ver.${"9.
|
|
28055
|
+
return `RebillyInstruments Ver.${"9.18.0"}`;
|
|
28056
28056
|
}
|
|
28057
28057
|
on(eventName, callback) {
|
|
28058
28058
|
on({ eventName, callback });
|