@getopenpay/openpay-js 0.5.12 → 0.5.14
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-BuOHZplj.js → Resource-qJjZ52YV.js} +2 -2
- package/dist/{SimpleSpanProcessor-CKDfef5-.js → SimpleSpanProcessor-BwonVfHA.js} +6 -6
- package/dist/{detect-resources-Urwgta9U.js → detect-resources-Bi3A_QRE.js} +6 -6
- package/dist/{diag-api-BuzSOOAx.js → diag-api-CCLNzlUs.js} +1 -1
- package/dist/{index-uEbBPgmd.js → index-BIZrcIxl.js} +1 -1
- package/dist/{index-Cy4-6zU_.js → index-Bs_K1BID.js} +5 -5
- package/dist/{index-CThdiqXg.js → index-CRez6biP.js} +1 -1
- package/dist/{index-CtJ_6odH.js → index-Cmp0890G.js} +1 -1
- package/dist/{index-BqrzDvwu.js → index-DCgcMBKE.js} +5 -5
- package/dist/index-DDPV-DRN.js +7040 -0
- package/dist/{index-itSBKTvN.js → index-SVnUIdm3.js} +4 -4
- package/dist/{index-DJFwqrzf.js → index-UHBeywOG.js} +4 -4
- package/dist/{index-Cmhheoif.js → index-sp5MCjj0.js} +1 -1
- package/dist/{index-G1_XDLLH.js → index-wETKGbBW.js} +4 -4
- package/dist/index.d.ts +7 -3
- package/dist/index.es.js +1 -1
- package/dist/index.umd.js +23 -23
- package/dist/{metrics-api-BykyaVIX.js → metrics-api-DtBUlvdW.js} +1 -1
- package/dist/{sdk-info-B2Z1fEhT.js → sdk-info-Ved2vK62.js} +1 -1
- package/dist/{url-WXqZ-_PR.js → url-C-ZmHCbX.js} +1 -1
- package/dist/{utils-CkxL0WCq.js → utils-DwFEBfnB.js} +1 -1
- package/dist/{utils-BZK1_jBh.js → utils-wV4fOQ_R.js} +3 -3
- package/package.json +1 -1
- package/dist/index-DT5HAS-D.js +0 -7078
|
@@ -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-DDPV-DRN.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_, b as s_, r as P_, u as R_, g as D_ } from "./index-
|
|
1
|
+
import { D as P, C as O_, b as s_, r as P_, u as R_, g as D_ } from "./index-DDPV-DRN.js";
|
|
2
2
|
import { c as A } from "./utils-CX5YT7yI.js";
|
|
3
3
|
var C_ = function(S, E) {
|
|
4
4
|
var T = typeof Symbol == "function" && S[Symbol.iterator];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { S as C, a as p, h as _, t as O, u as h } from "./url-
|
|
1
|
+
import { S as C, a as p, h as _, t as O, u as h } from "./url-C-ZmHCbX.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";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { d as I } from "./diag-api-
|
|
2
|
-
import { m as x } from "./metrics-api-
|
|
3
|
-
import { t as E } from "./index-
|
|
1
|
+
import { d as I } from "./diag-api-CCLNzlUs.js";
|
|
2
|
+
import { m as x } from "./metrics-api-DtBUlvdW.js";
|
|
3
|
+
import { t as E } from "./index-DDPV-DRN.js";
|
|
4
4
|
var L = (
|
|
5
5
|
/** @class */
|
|
6
6
|
function() {
|
package/package.json
CHANGED