mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-12 10:33:49 +00:00
Deploying to preview-env from @ shlinkio/shlink-web-client@70629cb34f 🚀
This commit is contained in:
1039
dependabot/npm_and_yarn/jsdom-23.0.1/assets/index--zvBuxYV.js
Normal file
1039
dependabot/npm_and_yarn/jsdom-23.0.1/assets/index--zvBuxYV.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -79,8 +79,8 @@
|
|||||||
<meta name="msapplication-square150x150logo" content="/icons/icon-150x150.png">
|
<meta name="msapplication-square150x150logo" content="/icons/icon-150x150.png">
|
||||||
<meta name="msapplication-square310x310logo" content="/icons/icon-310x310.png">
|
<meta name="msapplication-square310x310logo" content="/icons/icon-310x310.png">
|
||||||
<title>Shlink — The URL shortener</title>
|
<title>Shlink — The URL shortener</title>
|
||||||
<script type="module" crossorigin src="/shlink-web-client/dependabot/npm_and_yarn/jsdom-23.0.1/assets/index-PlPjv_gW.js"></script>
|
<script type="module" crossorigin src="/shlink-web-client/dependabot/npm_and_yarn/jsdom-23.0.1/assets/index--zvBuxYV.js"></script>
|
||||||
<link rel="stylesheet" crossorigin href="/shlink-web-client/dependabot/npm_and_yarn/jsdom-23.0.1/assets/index-7lg-zxJa.css">
|
<link rel="stylesheet" crossorigin href="/shlink-web-client/dependabot/npm_and_yarn/jsdom-23.0.1/assets/index-oITpymb_.css">
|
||||||
<link rel="manifest" href="/shlink-web-client/dependabot/npm_and_yarn/jsdom-23.0.1/manifest.json"></head>
|
<link rel="manifest" href="/shlink-web-client/dependabot/npm_and_yarn/jsdom-23.0.1/manifest.json"></head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|||||||
@@ -134,7 +134,7 @@ function ce() {
|
|||||||
IDBCursor.prototype.continuePrimaryKey
|
IDBCursor.prototype.continuePrimaryKey
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
const F = /* @__PURE__ */ new WeakMap(), U = /* @__PURE__ */ new WeakMap(), H = /* @__PURE__ */ new WeakMap(), v = /* @__PURE__ */ new WeakMap(), P = /* @__PURE__ */ new WeakMap();
|
const F = /* @__PURE__ */ new WeakMap(), U = /* @__PURE__ */ new WeakMap(), H = /* @__PURE__ */ new WeakMap(), E = /* @__PURE__ */ new WeakMap(), P = /* @__PURE__ */ new WeakMap();
|
||||||
function oe(s) {
|
function oe(s) {
|
||||||
const e = new Promise((t, n) => {
|
const e = new Promise((t, n) => {
|
||||||
const a = () => {
|
const a = () => {
|
||||||
@@ -190,12 +190,12 @@ function he(s) {
|
|||||||
}
|
}
|
||||||
function ue(s) {
|
function ue(s) {
|
||||||
return s === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
return s === IDBDatabase.prototype.transaction && !("objectStoreNames" in IDBTransaction.prototype) ? function(e, ...t) {
|
||||||
const n = s.call(E(this), e, ...t);
|
const n = s.call(v(this), e, ...t);
|
||||||
return H.set(n, e.sort ? e.sort() : [e]), f(n);
|
return H.set(n, e.sort ? e.sort() : [e]), f(n);
|
||||||
} : ce().includes(s) ? function(...e) {
|
} : ce().includes(s) ? function(...e) {
|
||||||
return s.apply(E(this), e), f(F.get(this));
|
return s.apply(v(this), e), f(F.get(this));
|
||||||
} : function(...e) {
|
} : function(...e) {
|
||||||
return f(s.apply(E(this), e));
|
return f(s.apply(v(this), e));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
function de(s) {
|
function de(s) {
|
||||||
@@ -204,12 +204,12 @@ function de(s) {
|
|||||||
function f(s) {
|
function f(s) {
|
||||||
if (s instanceof IDBRequest)
|
if (s instanceof IDBRequest)
|
||||||
return oe(s);
|
return oe(s);
|
||||||
if (v.has(s))
|
if (E.has(s))
|
||||||
return v.get(s);
|
return E.get(s);
|
||||||
const e = de(s);
|
const e = de(s);
|
||||||
return e !== s && (v.set(s, e), P.set(e, s)), e;
|
return e !== s && (E.set(s, e), P.set(e, s)), e;
|
||||||
}
|
}
|
||||||
const E = (s) => P.get(s);
|
const v = (s) => P.get(s);
|
||||||
function fe(s, e, { blocked: t, upgrade: n, blocking: a, terminated: r } = {}) {
|
function fe(s, e, { blocked: t, upgrade: n, blocking: a, terminated: r } = {}) {
|
||||||
const i = indexedDB.open(s, e), c = f(i);
|
const i = indexedDB.open(s, e), c = f(i);
|
||||||
return n && i.addEventListener("upgradeneeded", (o) => {
|
return n && i.addEventListener("upgradeneeded", (o) => {
|
||||||
@@ -602,7 +602,7 @@ try {
|
|||||||
function R(s) {
|
function R(s) {
|
||||||
return typeof s == "string" ? new Request(s) : s;
|
return typeof s == "string" ? new Request(s) : s;
|
||||||
}
|
}
|
||||||
class ve {
|
class Ee {
|
||||||
/**
|
/**
|
||||||
* Creates a new instance associated with the passed strategy and event
|
* Creates a new instance associated with the passed strategy and event
|
||||||
* that's handling the request.
|
* that's handling the request.
|
||||||
@@ -984,7 +984,7 @@ class V {
|
|||||||
event: e,
|
event: e,
|
||||||
request: e.request
|
request: e.request
|
||||||
});
|
});
|
||||||
const t = e.event, n = typeof e.request == "string" ? new Request(e.request) : e.request, a = "params" in e ? e.params : void 0, r = new ve(this, { event: t, request: n, params: a }), i = this._getResponse(r, n, t), c = this._awaitComplete(i, r, n, t);
|
const t = e.event, n = typeof e.request == "string" ? new Request(e.request) : e.request, a = "params" in e ? e.params : void 0, r = new Ee(this, { event: t, request: n, params: a }), i = this._getResponse(r, n, t), c = this._awaitComplete(i, r, n, t);
|
||||||
return [i, c];
|
return [i, c];
|
||||||
}
|
}
|
||||||
async _getResponse(e, t, n) {
|
async _getResponse(e, t, n) {
|
||||||
@@ -1131,7 +1131,7 @@ p.copyRedirectedCacheableResponsesPlugin = {
|
|||||||
return s.redirected ? await ne(s) : s;
|
return s.redirected ? await ne(s) : s;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
class Ee {
|
class ve {
|
||||||
/**
|
/**
|
||||||
* Create a new PrecacheController.
|
* Create a new PrecacheController.
|
||||||
*
|
*
|
||||||
@@ -1329,7 +1329,7 @@ This is generally NOT safe. Learn more at https://bit.ly/wb-precache`;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
let L;
|
let L;
|
||||||
const I = () => (L || (L = new Ee()), L);
|
const I = () => (L || (L = new ve()), L);
|
||||||
try {
|
try {
|
||||||
self["workbox:routing:7.0.0"] && _();
|
self["workbox:routing:7.0.0"] && _();
|
||||||
} catch {
|
} catch {
|
||||||
@@ -1729,11 +1729,11 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
|
|||||||
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
"@fortawesome/free-solid-svg-icons": "^6.5.1",
|
||||||
"@fortawesome/react-fontawesome": "^0.2.0",
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
||||||
"@json2csv/plainjs": "^7.0.3",
|
"@json2csv/plainjs": "^7.0.3",
|
||||||
"@reduxjs/toolkit": "^1.9.7",
|
"@reduxjs/toolkit": "^2.0.1",
|
||||||
"@shlinkio/data-manipulation": "^1.0.2",
|
"@shlinkio/data-manipulation": "^1.0.2",
|
||||||
"@shlinkio/shlink-frontend-kit": "^0.4.0",
|
"@shlinkio/shlink-frontend-kit": "^0.4.0",
|
||||||
"@shlinkio/shlink-js-sdk": "^0.2.0",
|
"@shlinkio/shlink-js-sdk": "^0.2.0",
|
||||||
"@shlinkio/shlink-web-component": "^0.4.0",
|
"@shlinkio/shlink-web-component": "^0.4.1",
|
||||||
bootstrap: "5.2.3",
|
bootstrap: "5.2.3",
|
||||||
bottlejs: "^2.0.1",
|
bottlejs: "^2.0.1",
|
||||||
clsx: "^2.0.0",
|
clsx: "^2.0.0",
|
||||||
@@ -1743,8 +1743,8 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
|
|||||||
react: "^18.2.0",
|
react: "^18.2.0",
|
||||||
"react-dom": "^18.2.0",
|
"react-dom": "^18.2.0",
|
||||||
"react-external-link": "^2.2.0",
|
"react-external-link": "^2.2.0",
|
||||||
"react-redux": "^8.1.3",
|
"react-redux": "^9.0.2",
|
||||||
"react-router-dom": "^6.20.0",
|
"react-router-dom": "^6.20.1",
|
||||||
reactstrap: "^9.2.1",
|
reactstrap: "^9.2.1",
|
||||||
"redux-localstorage-simple": "^2.5.1",
|
"redux-localstorage-simple": "^2.5.1",
|
||||||
uuid: "^9.0.1",
|
uuid: "^9.0.1",
|
||||||
@@ -1764,7 +1764,7 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
|
|||||||
"@types/react-dom": "^18.2.17",
|
"@types/react-dom": "^18.2.17",
|
||||||
"@types/uuid": "^9.0.7",
|
"@types/uuid": "^9.0.7",
|
||||||
"@vitejs/plugin-react": "^4.2.0",
|
"@vitejs/plugin-react": "^4.2.0",
|
||||||
"@vitest/coverage-v8": "^0.34.6",
|
"@vitest/coverage-v8": "^1.0.2",
|
||||||
"adm-zip": "^0.5.10",
|
"adm-zip": "^0.5.10",
|
||||||
"axe-core": "^4.8.2",
|
"axe-core": "^4.8.2",
|
||||||
chalk: "^5.3.0",
|
chalk: "^5.3.0",
|
||||||
@@ -1776,8 +1776,7 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
|
|||||||
typescript: "^5.3.2",
|
typescript: "^5.3.2",
|
||||||
vite: "^5.0.5",
|
vite: "^5.0.5",
|
||||||
"vite-plugin-pwa": "^0.17.2",
|
"vite-plugin-pwa": "^0.17.2",
|
||||||
vitest: "^0.34.6",
|
vitest: "^1.0.2"
|
||||||
"vitest-canvas-mock": "^0.3.3"
|
|
||||||
}, Ge = [
|
}, Ge = [
|
||||||
">0.2%",
|
">0.2%",
|
||||||
"not dead",
|
"not dead",
|
||||||
@@ -1796,7 +1795,7 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
|
|||||||
browserslist: Ge
|
browserslist: Ge
|
||||||
};
|
};
|
||||||
ae();
|
ae();
|
||||||
Ae([{"revision":null,"url":"assets/index-7lg-zxJa.css"},{"revision":null,"url":"assets/index-PlPjv_gW.js"},{"revision":"d23171851e910edc118d07c276617766","url":"index.html"},{"revision":"3e8169a112865ef0d76bba4e2dfd3a89","url":"./icons/icon-16x16.png"},{"revision":"20f0b51945ae3c973420e31d6b4d43c1","url":"./icons/icon-24x24.png"},{"revision":"4c9695cfb4cea403c1b66bbb7b4f7420","url":"./icons/icon-32x32.png"},{"revision":"f74edb9cc54ac938c1589876f8da9f21","url":"./icons/icon-40x40.png"},{"revision":"52933970fac8498311687de13549b014","url":"./icons/icon-48x48.png"},{"revision":"40209a194f29b21882571c77bd2bd906","url":"./icons/icon-60x60.png"},{"revision":"c8ba5a8c1da76d74c7bb21827fcf975c","url":"./icons/icon-64x64.png"},{"revision":"ae3435baceb494f9c966e2c2c736ea35","url":"./icons/icon-72x72.png"},{"revision":"850aa5b026fd1452af6c1ddd9d71850f","url":"./icons/icon-76x76.png"},{"revision":"8c62535e6b7a498ece1f6c6ae62ede59","url":"./icons/icon-96x96.png"},{"revision":"2dff586aaefa4c8d17f4c0bcbdef8b53","url":"./icons/icon-114x114.png"},{"revision":"8e28257a68ef1c55bc68bfff80e1a310","url":"./icons/icon-120x120.png"},{"revision":"0059b6f0c97fa871a5c29643b2857585","url":"./icons/icon-128x128.png"},{"revision":"41478c2456281f61e54d714718743ecc","url":"./icons/icon-144x144.png"},{"revision":"625251910295f33a578ae6d8117711c9","url":"./icons/icon-150x150.png"},{"revision":"19b71508b1d05defe32cf16a7d453001","url":"./icons/icon-152x152.png"},{"revision":"9d029a32a54ba3084c67acd5d74f8ac4","url":"./icons/icon-160x160.png"},{"revision":"6ec104aeaf745f003ecdaef2edddce97","url":"./icons/icon-167x167.png"},{"revision":"871d67907434ed0ddf5d2a6c220e09af","url":"./icons/icon-180x180.png"},{"revision":"cee2529402074d73b2135e2ddee25f6b","url":"./icons/icon-192x192.png"},{"revision":"85055b452284c0193142936dee7d2cd1","url":"./icons/icon-196x196.png"},{"revision":"f471155dd70b99924422dd9dd87ea94d","url":"./icons/icon-228x228.png"},{"revision":"4d896c5c7025582605de31fb74f0316b","url":"./icons/icon-256x256.png"},{"revision":"d99b49e5bcad41968313c3e132e7c661","url":"./icons/icon-310x310.png"},{"revision":"f9597636bef677327c3abc0fd1a743c4","url":"./icons/icon-384x384.png"},{"revision":"de22c0eb9e08d3576df5cedb568ca56b","url":"./icons/icon-512x512.png"},{"revision":"583b223ad8e20f05aaa64923d7db2e46","url":"./icons/icon-1024x1024.png"},{"revision":"ada5c727155d03c1565c17cccf8ada14","url":"manifest.json"}]);
|
Ae([{"revision":null,"url":"assets/index--zvBuxYV.js"},{"revision":null,"url":"assets/index-oITpymb_.css"},{"revision":"107ea9cf307a87ecafda978cdda63a3f","url":"index.html"},{"revision":"3e8169a112865ef0d76bba4e2dfd3a89","url":"./icons/icon-16x16.png"},{"revision":"20f0b51945ae3c973420e31d6b4d43c1","url":"./icons/icon-24x24.png"},{"revision":"4c9695cfb4cea403c1b66bbb7b4f7420","url":"./icons/icon-32x32.png"},{"revision":"f74edb9cc54ac938c1589876f8da9f21","url":"./icons/icon-40x40.png"},{"revision":"52933970fac8498311687de13549b014","url":"./icons/icon-48x48.png"},{"revision":"40209a194f29b21882571c77bd2bd906","url":"./icons/icon-60x60.png"},{"revision":"c8ba5a8c1da76d74c7bb21827fcf975c","url":"./icons/icon-64x64.png"},{"revision":"ae3435baceb494f9c966e2c2c736ea35","url":"./icons/icon-72x72.png"},{"revision":"850aa5b026fd1452af6c1ddd9d71850f","url":"./icons/icon-76x76.png"},{"revision":"8c62535e6b7a498ece1f6c6ae62ede59","url":"./icons/icon-96x96.png"},{"revision":"2dff586aaefa4c8d17f4c0bcbdef8b53","url":"./icons/icon-114x114.png"},{"revision":"8e28257a68ef1c55bc68bfff80e1a310","url":"./icons/icon-120x120.png"},{"revision":"0059b6f0c97fa871a5c29643b2857585","url":"./icons/icon-128x128.png"},{"revision":"41478c2456281f61e54d714718743ecc","url":"./icons/icon-144x144.png"},{"revision":"625251910295f33a578ae6d8117711c9","url":"./icons/icon-150x150.png"},{"revision":"19b71508b1d05defe32cf16a7d453001","url":"./icons/icon-152x152.png"},{"revision":"9d029a32a54ba3084c67acd5d74f8ac4","url":"./icons/icon-160x160.png"},{"revision":"6ec104aeaf745f003ecdaef2edddce97","url":"./icons/icon-167x167.png"},{"revision":"871d67907434ed0ddf5d2a6c220e09af","url":"./icons/icon-180x180.png"},{"revision":"cee2529402074d73b2135e2ddee25f6b","url":"./icons/icon-192x192.png"},{"revision":"85055b452284c0193142936dee7d2cd1","url":"./icons/icon-196x196.png"},{"revision":"f471155dd70b99924422dd9dd87ea94d","url":"./icons/icon-228x228.png"},{"revision":"4d896c5c7025582605de31fb74f0316b","url":"./icons/icon-256x256.png"},{"revision":"d99b49e5bcad41968313c3e132e7c661","url":"./icons/icon-310x310.png"},{"revision":"f9597636bef677327c3abc0fd1a743c4","url":"./icons/icon-384x384.png"},{"revision":"de22c0eb9e08d3576df5cedb568ca56b","url":"./icons/icon-512x512.png"},{"revision":"583b223ad8e20f05aaa64923d7db2e46","url":"./icons/icon-1024x1024.png"},{"revision":"ada5c727155d03c1565c17cccf8ada14","url":"manifest.json"}]);
|
||||||
const ze = new RegExp("/[^/?]+\\.[^/]+$");
|
const ze = new RegExp("/[^/?]+\\.[^/]+$");
|
||||||
M(
|
M(
|
||||||
// Return false to exempt requests from being fulfilled by index.html.
|
// Return false to exempt requests from being fulfilled by index.html.
|
||||||
|
|||||||
Reference in New Issue
Block a user