@rebilly/instruments 9.11.0 → 9.13.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 +15 -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,18 @@
|
|
|
1
|
+
## [9.13.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.12.0...instruments/core-v9.13.0) (2024-03-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata:** Update resources based on latest api definitions ([#4170](https://github.com/Rebilly/rebilly/issues/4170)) ([6bd729e](https://github.com/Rebilly/rebilly/commit/6bd729e654d320936d7dac6d4469192d955c2f80))
|
|
7
|
+
|
|
8
|
+
## [9.12.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.11.0...instruments/core-v9.12.0) (2024-03-20)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **api-metadata:** Update resources based on latest api definitions ([#4156](https://github.com/Rebilly/rebilly/issues/4156)) ([536310d](https://github.com/Rebilly/rebilly/commit/536310d732e21ae9aa156c95ae58d41cf23691df))
|
|
14
|
+
* **api-metadata:** Update resources based on latest api definitions ([#4169](https://github.com/Rebilly/rebilly/issues/4169)) ([489dbac](https://github.com/Rebilly/rebilly/commit/489dbacc066d2f990cae42b470bbca59a83cb443))
|
|
15
|
+
|
|
1
16
|
## [9.11.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.10.0...instruments/core-v9.11.0) (2024-03-19)
|
|
2
17
|
|
|
3
18
|
|
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.0
|
|
5966
|
+
const Ye = /* @__PURE__ */ we(Ge), Qe = "56.1.0";
|
|
5967
5967
|
let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
|
|
5968
5968
|
let e2 = "", s2 = t2;
|
|
5969
5969
|
for (; s2--; )
|
|
@@ -24673,7 +24673,7 @@ function handleComputedProperty(options) {
|
|
|
24673
24673
|
var _a;
|
|
24674
24674
|
return Object.assign({}, options, {
|
|
24675
24675
|
_computed: {
|
|
24676
|
-
version: "9.
|
|
24676
|
+
version: "9.12.0",
|
|
24677
24677
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24678
24678
|
}
|
|
24679
24679
|
});
|
|
@@ -28015,7 +28015,7 @@ class RebillyInstrumentsInstance {
|
|
|
28015
28015
|
await show({ componentName, payload });
|
|
28016
28016
|
}
|
|
28017
28017
|
get version() {
|
|
28018
|
-
return `RebillyInstruments Ver.${"9.
|
|
28018
|
+
return `RebillyInstruments Ver.${"9.12.0"}`;
|
|
28019
28019
|
}
|
|
28020
28020
|
on(eventName, callback) {
|
|
28021
28021
|
on({ eventName, callback });
|