@getopenpay/openpay-js 0.5.20 → 0.5.21
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-CCNwispM.js → Resource-gev46l8e.js} +1 -1
- package/dist/{SimpleSpanProcessor-BVjEUTNR.js → SimpleSpanProcessor-Bfvr2A-x.js} +6 -6
- package/dist/{detect-resources-B5fs98Ay.js → detect-resources-Dsv9d9vM.js} +5 -5
- package/dist/{diag-api-DVymVg8Y.js → diag-api-CNTr0Y5K.js} +1 -1
- package/dist/{index-B6ELMNDg.js → index--artEL9D.js} +4 -4
- package/dist/{index-sgnEkO_n.js → index-BTafRE31.js} +1 -1
- package/dist/{index-DRAW2D09.js → index-BWAO--Jr.js} +1 -1
- package/dist/index-Bz-cFJVk.js +7635 -0
- package/dist/{index-_nYrQSw4.js → index-CCXfR_sd.js} +1 -1
- package/dist/{index-4dv7hW-f.js → index-CKGwHylL.js} +2 -2
- package/dist/{index-BOxW1fVR.js → index-Dl7IrFzr.js} +4 -4
- package/dist/{index-Bj80AvFe.js → index-YMU2Vq7W.js} +1 -1
- package/dist/{index-Cg_hSet9.js → index-aJcmpYd1.js} +4 -4
- package/dist/{index-DEKWd_Wd.js → index-j0go3SGP.js} +5 -5
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/{metrics-api-CbpwGNHj.js → metrics-api-udYH0h1J.js} +1 -1
- package/dist/{suppress-tracing-DFScHiMK.js → suppress-tracing-pIJ_JxlX.js} +1 -1
- package/dist/{url-gjoZjXpA.js → url-g4AHZF1Q.js} +1 -1
- package/dist/{utils-DHcVMg6U.js → utils-BvP2eNeX.js} +3 -3
- package/dist/{utils-DtOwrOly.js → utils-CJSreQOn.js} +1 -1
- package/package.json +1 -1
- package/dist/index-BxbhpZ9w.js +0 -7634
|
@@ -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-CNTr0Y5K.js";
|
|
2
|
+
import { m as O } from "./metrics-api-udYH0h1J.js";
|
|
3
|
+
import { t as x } from "./index-Bz-cFJVk.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-g4AHZF1Q.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