@rebilly/instruments 9.9.1 → 9.9.3
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 +4 -0
- package/dist/index.js +5 -6
- package/dist/index.min.js +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
## [9.9.3](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.9.2...instruments/core-v9.9.3) (2024-03-18)
|
|
2
|
+
|
|
3
|
+
## [9.9.2](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.9.1...instruments/core-v9.9.2) (2024-03-15)
|
|
4
|
+
|
|
1
5
|
## [9.9.1](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.9.0...instruments/core-v9.9.1) (2024-03-15)
|
|
2
6
|
|
|
3
7
|
## [9.9.0](https://github.com/Rebilly/rebilly/compare/instruments/core-v9.8.0...instruments/core-v9.9.0) (2024-03-15)
|
package/dist/index.js
CHANGED
|
@@ -5128,7 +5128,7 @@ function dispatchRequest(config) {
|
|
|
5128
5128
|
return Promise.reject(reason);
|
|
5129
5129
|
});
|
|
5130
5130
|
}
|
|
5131
|
-
const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? thing
|
|
5131
|
+
const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing;
|
|
5132
5132
|
function mergeConfig(config1, config2) {
|
|
5133
5133
|
config2 = config2 || {};
|
|
5134
5134
|
const config = {};
|
|
@@ -5206,7 +5206,7 @@ function mergeConfig(config1, config2) {
|
|
|
5206
5206
|
});
|
|
5207
5207
|
return config;
|
|
5208
5208
|
}
|
|
5209
|
-
const VERSION = "1.6.
|
|
5209
|
+
const VERSION = "1.6.8";
|
|
5210
5210
|
const validators$1 = {};
|
|
5211
5211
|
["object", "boolean", "number", "function", "string", "symbol"].forEach((type2, i2) => {
|
|
5212
5212
|
validators$1[type2] = function validator2(thing) {
|
|
@@ -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.0.14";
|
|
5967
5967
|
let Xe = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", Ze = (t2 = 21) => {
|
|
5968
5968
|
let e2 = "", s2 = t2;
|
|
5969
5969
|
for (; s2--; )
|
|
@@ -7299,7 +7299,6 @@ function Tt({ apiHandler: t2 }) {
|
|
|
7299
7299
|
function vt$1({ apiHandler: t2 }) {
|
|
7300
7300
|
return {
|
|
7301
7301
|
/**
|
|
7302
|
-
* @param { rebilly.GetEventCollectionRequest } request
|
|
7303
7302
|
* @returns { rebilly.GetEventCollectionResponsePromise } response
|
|
7304
7303
|
*/
|
|
7305
7304
|
getAll() {
|
|
@@ -24653,7 +24652,7 @@ function handleComputedProperty(options) {
|
|
|
24653
24652
|
var _a;
|
|
24654
24653
|
return Object.assign({}, options, {
|
|
24655
24654
|
_computed: {
|
|
24656
|
-
version: "9.9.
|
|
24655
|
+
version: "9.9.2",
|
|
24657
24656
|
paymentMethodsUrl: ((_a = options._dev) == null ? void 0 : _a.paymentMethodsUrl) ?? "https://forms.secure-payments.app"
|
|
24658
24657
|
}
|
|
24659
24658
|
});
|
|
@@ -27995,7 +27994,7 @@ class RebillyInstrumentsInstance {
|
|
|
27995
27994
|
await show({ componentName, payload });
|
|
27996
27995
|
}
|
|
27997
27996
|
get version() {
|
|
27998
|
-
return `RebillyInstruments Ver.${"9.9.
|
|
27997
|
+
return `RebillyInstruments Ver.${"9.9.2"}`;
|
|
27999
27998
|
}
|
|
28000
27999
|
on(eventName, callback) {
|
|
28001
28000
|
on({ eventName, callback });
|