@rebilly/instruments 8.3.0 → 8.4.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,17 @@
1
+ ## [8.4.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.3.1...instruments/core-v8.4.0) (2023-11-30)
2
+
3
+
4
+ ### Features
5
+
6
+ * **billing-portal:** Basic style setup ([#2452](https://github.com/Rebilly/rebilly/issues/2452)) ([b72d8af](https://github.com/Rebilly/rebilly/commit/b72d8af6fd183c25b95e69b7cf438a7c67fe5ff1))
7
+
8
+ ## [8.3.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.3.0...instruments/core-v8.3.1) (2023-11-29)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * **api-metadata:** Manualy force api-fetch ([#2447](https://github.com/Rebilly/rebilly/issues/2447)) ([1dd53a9](https://github.com/Rebilly/rebilly/commit/1dd53a9e0555301b5c286fb1c2b7e9cdd75fe24e))
14
+
1
15
  ## [8.3.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.2.0...instruments/core-v8.3.0) (2023-11-27)
2
16
 
3
17
 
package/dist/index.js CHANGED
@@ -5982,7 +5982,7 @@ function cloneArrayDeep(val, instanceClone) {
5982
5982
  return res;
5983
5983
  }
5984
5984
  var cloneDeep_1 = cloneDeep;
5985
- const version = "55.2.0";
5985
+ const version = "55.3.0";
5986
5986
  let urlAlphabet = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";
5987
5987
  let nanoid = (size2 = 21) => {
5988
5988
  let id2 = "";
@@ -23152,7 +23152,7 @@ function handleComputedProperty(options) {
23152
23152
  var _a;
23153
23153
  return Object.assign({}, options, {
23154
23154
  _computed: {
23155
- version: "8.2.0",
23155
+ version: "8.3.1",
23156
23156
  paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
23157
23157
  }
23158
23158
  });
@@ -26301,7 +26301,7 @@ class RebillyInstrumentsInstance {
26301
26301
  await show({ componentName, payload });
26302
26302
  }
26303
26303
  get version() {
26304
- return `RebillyInstruments Ver.${"8.2.0"}`;
26304
+ return `RebillyInstruments Ver.${"8.3.1"}`;
26305
26305
  }
26306
26306
  on(eventName, callback) {
26307
26307
  on({ eventName, callback });