@rebilly/instruments 8.20.0 → 8.21.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 +14 -0
- package/dist/index.js +3 -2
- package/dist/index.min.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [8.21.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.20.1...instruments/core-v8.21.0) (2024-01-16)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **api-metadata:** Rename resource entity name ([#2839](https://github.com/Rebilly/rebilly/issues/2839)) ([b1266d4](https://github.com/Rebilly/rebilly/commit/b1266d4a65171037e561ea58352b333a3c947c93))
|
|
7
|
+
|
|
8
|
+
## [8.20.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.20.0...instruments/core-v8.20.1) (2024-01-15)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **instruments:** Add `default` property in quantity default options ([#2843](https://github.com/Rebilly/rebilly/issues/2843)) ([d64a1ed](https://github.com/Rebilly/rebilly/commit/d64a1edd6a89cb7e6c3fd53f4822c39b42199224))
|
|
14
|
+
|
|
1
15
|
## [8.20.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v8.19.1...instruments/core-v8.20.0) (2024-01-10)
|
|
2
16
|
|
|
3
17
|
|
package/dist/index.js
CHANGED
|
@@ -9672,6 +9672,7 @@ const Storefront = (config = {}) => {
|
|
|
9672
9672
|
};
|
|
9673
9673
|
const isObject3 = (val) => val != null && typeof val === "object";
|
|
9674
9674
|
const defaultOptions = {
|
|
9675
|
+
default: 1,
|
|
9675
9676
|
minimum: 1,
|
|
9676
9677
|
maximum: Number.MAX_SAFE_INTEGER,
|
|
9677
9678
|
multipleOf: 1
|
|
@@ -23296,7 +23297,7 @@ function handleComputedProperty(options) {
|
|
|
23296
23297
|
var _a;
|
|
23297
23298
|
return Object.assign({}, options, {
|
|
23298
23299
|
_computed: {
|
|
23299
|
-
version: "8.
|
|
23300
|
+
version: "8.20.1",
|
|
23300
23301
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
23301
23302
|
}
|
|
23302
23303
|
});
|
|
@@ -26495,7 +26496,7 @@ class RebillyInstrumentsInstance {
|
|
|
26495
26496
|
await show({ componentName, payload });
|
|
26496
26497
|
}
|
|
26497
26498
|
get version() {
|
|
26498
|
-
return `RebillyInstruments Ver.${"8.
|
|
26499
|
+
return `RebillyInstruments Ver.${"8.20.1"}`;
|
|
26499
26500
|
}
|
|
26500
26501
|
on(eventName, callback) {
|
|
26501
26502
|
on({ eventName, callback });
|