Deploying to preview-env from @ shlinkio/shlink-web-client@06ea3362b6 🚀

This commit is contained in:
dependabot[bot]
2023-08-29 21:25:36 +00:00
parent 2a78750833
commit fbaf7681fd
5 changed files with 1025 additions and 1024 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -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/typescript-5.2.2/assets/index-fbdf1444.js"></script> <script type="module" crossorigin src="/shlink-web-client/dependabot/npm_and_yarn/typescript-5.2.2/assets/index-e21ede7a.js"></script>
<link rel="stylesheet" href="/shlink-web-client/dependabot/npm_and_yarn/typescript-5.2.2/assets/index-0e8ab544.css"> <link rel="stylesheet" href="/shlink-web-client/dependabot/npm_and_yarn/typescript-5.2.2/assets/index-7349d3b4.css">
<link rel="manifest" href="/shlink-web-client/dependabot/npm_and_yarn/typescript-5.2.2/manifest.json"></head> <link rel="manifest" href="/shlink-web-client/dependabot/npm_and_yarn/typescript-5.2.2/manifest.json"></head>
<body> <body>
<noscript> <noscript>

View File

@@ -30,7 +30,7 @@ const d = {
prefix: "workbox", prefix: "workbox",
runtime: "runtime", runtime: "runtime",
suffix: typeof registration < "u" ? registration.scope : "" suffix: typeof registration < "u" ? registration.scope : ""
}, E = (s) => [d.prefix, s, d.suffix].filter((e) => e && e.length > 0).join("-"), J = (s) => { }, k = (s) => [d.prefix, s, d.suffix].filter((e) => e && e.length > 0).join("-"), J = (s) => {
for (const e of Object.keys(d)) for (const e of Object.keys(d))
s(e); s(e);
}, x = { }, x = {
@@ -39,10 +39,10 @@ const d = {
typeof s[e] == "string" && (d[e] = s[e]); typeof s[e] == "string" && (d[e] = s[e]);
}); });
}, },
getGoogleAnalyticsName: (s) => s || E(d.googleAnalytics), getGoogleAnalyticsName: (s) => s || k(d.googleAnalytics),
getPrecacheName: (s) => s || E(d.precache), getPrecacheName: (s) => s || k(d.precache),
getPrefix: () => d.prefix, getPrefix: () => d.prefix,
getRuntimeName: (s) => s || E(d.runtime), getRuntimeName: (s) => s || k(d.runtime),
getSuffix: () => d.suffix getSuffix: () => d.suffix
}; };
function K(s, e) { function K(s, e) {
@@ -134,7 +134,7 @@ function ce() {
IDBCursor.prototype.continuePrimaryKey IDBCursor.prototype.continuePrimaryKey
]); ]);
} }
const F = /* @__PURE__ */ new WeakMap(), v = /* @__PURE__ */ new WeakMap(), H = /* @__PURE__ */ new WeakMap(), k = /* @__PURE__ */ new WeakMap(), P = /* @__PURE__ */ new WeakMap(); const F = /* @__PURE__ */ new WeakMap(), v = /* @__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 r = () => { const r = () => {
@@ -204,10 +204,10 @@ function de(s) {
function f(s) { function f(s) {
if (s instanceof IDBRequest) if (s instanceof IDBRequest)
return oe(s); return oe(s);
if (k.has(s)) if (E.has(s))
return k.get(s); return E.get(s);
const e = de(s); const e = de(s);
return e !== s && (k.set(s, e), P.set(e, s)), e; return e !== s && (E.set(s, e), P.set(e, s)), e;
} }
const D = (s) => P.get(s); const D = (s) => P.get(s);
function fe(s, e, { blocked: t, upgrade: n, blocking: r, terminated: a } = {}) { function fe(s, e, { blocked: t, upgrade: n, blocking: r, terminated: a } = {}) {
@@ -587,7 +587,7 @@ class xe {
}; };
} }
} }
class Ee { class ke {
constructor({ precacheController: e }) { constructor({ precacheController: e }) {
this.cacheKeyWillBeUsed = async ({ request: t, params: n }) => { this.cacheKeyWillBeUsed = async ({ request: t, params: n }) => {
const r = (n == null ? void 0 : n.cacheKey) || this._precacheController.getCacheKeyForURL(t.url); const r = (n == null ? void 0 : n.cacheKey) || this._precacheController.getCacheKeyForURL(t.url);
@@ -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 ke { 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, r = "params" in e ? e.params : void 0, a = new ke(this, { event: t, request: n, params: r }), i = this._getResponse(a, n, t), c = this._awaitComplete(i, a, n, t); const t = e.event, n = typeof e.request == "string" ? new Request(e.request) : e.request, r = "params" in e ? e.params : void 0, a = new Ee(this, { event: t, request: n, params: r }), i = this._getResponse(a, n, t), c = this._awaitComplete(i, a, n, t);
return [i, c]; return [i, c];
} }
async _getResponse(e, t, n) { async _getResponse(e, t, n) {
@@ -1147,7 +1147,7 @@ class De {
cacheName: x.getPrecacheName(e), cacheName: x.getPrecacheName(e),
plugins: [ plugins: [
...t, ...t,
new Ee({ precacheController: this }) new ke({ precacheController: this })
], ],
fallbackToNetwork: n fallbackToNetwork: n
}), this.install = this.install.bind(this), this.activate = this.activate.bind(this); }), this.install = this.install.bind(this), this.activate = this.activate.bind(this);
@@ -1731,7 +1731,8 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
"@json2csv/plainjs": "^7.0.3", "@json2csv/plainjs": "^7.0.3",
"@reduxjs/toolkit": "^1.9.5", "@reduxjs/toolkit": "^1.9.5",
"@shlinkio/shlink-frontend-kit": "^0.2.0", "@shlinkio/shlink-frontend-kit": "^0.2.0",
"@shlinkio/shlink-web-component": "^0.3.0", "@shlinkio/shlink-js-sdk": "^0.1.0",
"@shlinkio/shlink-web-component": "^0.3.3",
bootstrap: "5.2.3", bootstrap: "5.2.3",
bottlejs: "^2.0.1", bottlejs: "^2.0.1",
classnames: "^2.3.2", classnames: "^2.3.2",
@@ -1795,7 +1796,7 @@ const Se = "shlink-web-client", We = "A React-based progressive web application
browserslist: Ge browserslist: Ge
}; };
re(); re();
Ae([{"revision":null,"url":"assets/index-0e8ab544.css"},{"revision":null,"url":"assets/index-fbdf1444.js"},{"revision":"4ac3c08946d601ac5a6a9de2ccc71345","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":"500d30575963b68b67dce9aeba4cd29f","url":"manifest.json"}]); Ae([{"revision":null,"url":"assets/index-7349d3b4.css"},{"revision":null,"url":"assets/index-e21ede7a.js"},{"revision":"bd240c68e203776a9bc96a63e73ca1d5","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":"500d30575963b68b67dce9aeba4cd29f","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.