@rebilly/instruments 9.30.1 → 9.31.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 CHANGED
@@ -1,3 +1,10 @@
1
+ ## [9.31.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.30.1...instruments/core-v9.31.0) (2024-04-11)
2
+
3
+
4
+ ### Features
5
+
6
+ * **api-metadata, rebilly-js-sdk:** Update resources based on latest api definitions ([#4613](https://github.com/Rebilly/rebilly/issues/4613)) ([4d0db86](https://github.com/Rebilly/rebilly/commit/4d0db86157b177754547349819bc1cf75be44a6e))
7
+
1
8
  ## [9.30.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.30.0...instruments/core-v9.30.1) (2024-04-11)
2
9
 
3
10
 
package/dist/index.js CHANGED
@@ -5963,7 +5963,7 @@ function Jt(e2, t2) {
5963
5963
  return s;
5964
5964
  }
5965
5965
  var Gt = P$1;
5966
- const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.13.0";
5966
+ const Yt = /* @__PURE__ */ wt(Gt), Qt = "56.13.1";
5967
5967
  let Xt = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Zt = (e2 = 21) => {
5968
5968
  let t2 = "", s = e2;
5969
5969
  for (; s--; )
@@ -24494,7 +24494,7 @@ function handleComputedProperty(options) {
24494
24494
  var _a;
24495
24495
  return Object.assign({}, options, {
24496
24496
  _computed: {
24497
- version: "9.30.0",
24497
+ version: "9.30.1",
24498
24498
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
24499
24499
  }
24500
24500
  });
@@ -27836,7 +27836,7 @@ class RebillyInstrumentsInstance {
27836
27836
  await show({ componentName, payload });
27837
27837
  }
27838
27838
  get version() {
27839
- return `RebillyInstruments Ver.${"9.30.0"}`;
27839
+ return `RebillyInstruments Ver.${"9.30.1"}`;
27840
27840
  }
27841
27841
  on(eventName, callback) {
27842
27842
  on({ eventName, callback });