@getopenpay/openpay-js 0.5.18 → 0.5.20
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/dist/{Resource-DHAa6ro2.js → Resource-CCNwispM.js} +1 -1
- package/dist/{SimpleSpanProcessor-B_aR4wyQ.js → SimpleSpanProcessor-BVjEUTNR.js} +6 -6
- package/dist/{detect-resources-pdaHcu_L.js → detect-resources-B5fs98Ay.js} +5 -5
- package/dist/{diag-api-4fDcCqe-.js → diag-api-DVymVg8Y.js} +1 -1
- package/dist/{index-z2Gy-4dM.js → index-4dv7hW-f.js} +2 -2
- package/dist/{index-DmNbu_Rq.js → index-B6ELMNDg.js} +4 -4
- package/dist/{index-D_-XPxiB.js → index-BOxW1fVR.js} +4 -4
- package/dist/{index-B5Ioi9sm.js → index-Bj80AvFe.js} +1 -1
- package/dist/index-BxbhpZ9w.js +7634 -0
- package/dist/{index-CO4i9VmQ.js → index-Cg_hSet9.js} +4 -4
- package/dist/{index-CwrtAS66.js → index-DEKWd_Wd.js} +5 -5
- package/dist/{index-Ch1zkT0d.js → index-DRAW2D09.js} +1 -1
- package/dist/{index-eHE1xChu.js → index-_nYrQSw4.js} +1 -1
- package/dist/{index-mRpztHjF.js → index-sgnEkO_n.js} +1 -1
- package/dist/index.d.ts +40 -0
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +9 -9
- package/dist/{metrics-api-DU2h-i15.js → metrics-api-CbpwGNHj.js} +1 -1
- package/dist/{suppress-tracing-ACkm1ZSM.js → suppress-tracing-DFScHiMK.js} +1 -1
- package/dist/{url-Gcn3Oliy.js → url-gjoZjXpA.js} +1 -1
- package/dist/{utils-BKZjWoEw.js → utils-DHcVMg6U.js} +3 -3
- package/dist/{utils-BByPJY1j.js → utils-DtOwrOly.js} +1 -1
- package/package.json +1 -1
- package/dist/index-CwJSDd4w.js +0 -7255
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { r as f, D as s, g as _, u as v } from "./index-
|
|
1
|
+
import { r as f, D as s, g as _, u as v } from "./index-BxbhpZ9w.js";
|
|
2
2
|
var o = /* @__PURE__ */ (function() {
|
|
3
3
|
var t = function(e, n) {
|
|
4
4
|
return t = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, a) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { D as P, c as O_, C as s_, r as P_, u as R_, g as D_ } from "./index-
|
|
1
|
+
import { D as P, c as O_, C as s_, r as P_, u as R_, g as D_ } from "./index-BxbhpZ9w.js";
|
|
2
2
|
import { c as A } from "./utils-De78ey-v.js";
|
|
3
3
|
var C_ = function(S, E) {
|
|
4
4
|
var T = typeof Symbol == "function" && S[Symbol.iterator];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { d as P } from "./diag-api-
|
|
2
|
-
import { m as O } from "./metrics-api-
|
|
3
|
-
import { t as x } from "./index-
|
|
1
|
+
import { d as P } from "./diag-api-DVymVg8Y.js";
|
|
2
|
+
import { m as O } from "./metrics-api-CbpwGNHj.js";
|
|
3
|
+
import { t as x } from "./index-BxbhpZ9w.js";
|
|
4
4
|
var w = (
|
|
5
5
|
/** @class */
|
|
6
6
|
(function() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as l, a as L, u as h, h as O, t as R } from "./url-
|
|
1
|
+
import { S as l, a as L, u as h, h as O, t as R } from "./url-gjoZjXpA.js";
|
|
2
2
|
var T;
|
|
3
3
|
(function(t) {
|
|
4
4
|
t.CONNECT_END = "connectEnd", t.CONNECT_START = "connectStart", t.DECODED_BODY_SIZE = "decodedBodySize", t.DOM_COMPLETE = "domComplete", t.DOM_CONTENT_LOADED_EVENT_END = "domContentLoadedEventEnd", t.DOM_CONTENT_LOADED_EVENT_START = "domContentLoadedEventStart", t.DOM_INTERACTIVE = "domInteractive", t.DOMAIN_LOOKUP_END = "domainLookupEnd", t.DOMAIN_LOOKUP_START = "domainLookupStart", t.ENCODED_BODY_SIZE = "encodedBodySize", t.FETCH_START = "fetchStart", t.LOAD_EVENT_END = "loadEventEnd", t.LOAD_EVENT_START = "loadEventStart", t.NAVIGATION_START = "navigationStart", t.REDIRECT_END = "redirectEnd", t.REDIRECT_START = "redirectStart", t.REQUEST_START = "requestStart", t.RESPONSE_END = "responseEnd", t.RESPONSE_START = "responseStart", t.SECURE_CONNECTION_START = "secureConnectionStart", t.UNLOAD_EVENT_END = "unloadEventEnd", t.UNLOAD_EVENT_START = "unloadEventStart";
|
package/package.json
CHANGED