@rebilly/instruments 7.0.0 → 7.1.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
+ ## [7.1.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v7.0.0...instruments/core-v7.1.0) (2023-10-04)
2
+
3
+
4
+ ### Features
5
+
6
+ * **instruments/methods:** migrate helpers to ts ([#1284](https://github.com/Rebilly/rebilly/issues/1284)) ([4949fab](https://github.com/Rebilly/rebilly/commit/4949fab17735119309491157b8306fe5696b787a)), closes [#1287](https://github.com/Rebilly/rebilly/issues/1287)
7
+
1
8
  ## [7.0.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v6.0.4...instruments/core-v7.0.0) (2023-10-02)
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 = "53.0.2";
5326
+ const version = "54.0.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: "6.0.4",
22649
+ version: "7.0.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.${"6.0.4"}`;
25777
+ return `RebillyInstruments Ver.${"7.0.0"}`;
25778
25778
  }
25779
25779
  on(eventName, callback) {
25780
25780
  on({ eventName, callback });