@getopenpay/openpay-js 0.5.19 → 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-mkZb6M-K.js → Resource-gev46l8e.js} +1 -1
- package/dist/{SimpleSpanProcessor-BsE9_QSB.js → SimpleSpanProcessor-Bfvr2A-x.js} +6 -6
- package/dist/{detect-resources-B6bo0zEO.js → detect-resources-Dsv9d9vM.js} +5 -5
- package/dist/{diag-api-BKixCGWs.js → diag-api-CNTr0Y5K.js} +1 -1
- package/dist/{index-BSX_WESR.js → index--artEL9D.js} +4 -4
- package/dist/{index-Kzov1UZk.js → index-BTafRE31.js} +1 -1
- package/dist/{index-BBYkqYvY.js → index-BWAO--Jr.js} +1 -1
- package/dist/index-Bz-cFJVk.js +7635 -0
- package/dist/{index-CgVwj3LE.js → index-CCXfR_sd.js} +1 -1
- package/dist/{index-D2Mm_0jk.js → index-CKGwHylL.js} +2 -2
- package/dist/{index-BfdQ4eUm.js → index-Dl7IrFzr.js} +4 -4
- package/dist/{index-CFy8H8Dw.js → index-YMU2Vq7W.js} +1 -1
- package/dist/{index-CnldHARB.js → index-aJcmpYd1.js} +4 -4
- package/dist/{index-BJN1qgQZ.js → index-j0go3SGP.js} +5 -5
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +8 -8
- package/dist/{metrics-api-DQiANk_S.js → metrics-api-udYH0h1J.js} +1 -1
- package/dist/{suppress-tracing-Bz9bOACw.js → suppress-tracing-pIJ_JxlX.js} +1 -1
- package/dist/{url-DdJBgwZG.js → url-g4AHZF1Q.js} +1 -1
- package/dist/{utils-BOW1U61s.js → utils-BvP2eNeX.js} +3 -3
- package/dist/{utils-1VYvpZH1.js → utils-CJSreQOn.js} +1 -1
- package/package.json +1 -1
- package/dist/index-Dk9vjfYt.js +0 -7625
|
@@ -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-Bz-cFJVk.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-Bz-cFJVk.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-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