Skip to content

Commit

Permalink
chore(assets): Recompile assets
Browse files Browse the repository at this point in the history
Signed-off-by: nextcloud-command <[email protected]>
  • Loading branch information
nextcloud-command committed Aug 14, 2024
1 parent b5b9f79 commit 1c57225
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! third party licenses: js/vendor.LICENSE.txt */
const appName = "viewer";
const appVersion = "3.0.0";
const appVersion = "4.0.0";
import { g as getDefaultExportFromCjs, p as process$1, c as commonjsGlobal } from "./viewer-main.mjs";
function _typeof(o) {
"@babel/helpers - typeof";
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! third party licenses: js/vendor.LICENSE.txt */
const appName = "viewer";
const appVersion = "3.0.0";
const appVersion = "4.0.0";
function _defineProperty$1(e, t, i) {
return (t = _toPropertyKey(t)) in e ? Object.defineProperty(e, t, { value: i, enumerable: true, configurable: true, writable: true }) : e[t] = i, e;
}
Expand Down

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions js/viewer-main.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! third party licenses: js/vendor.LICENSE.txt */
const appName = "viewer";
const appVersion = "3.0.0";
const appVersion = "4.0.0";
const global$1 = globalThis || void 0 || self;
var define_global_process_env_default = {};
/*!
Expand Down Expand Up @@ -121421,7 +121421,7 @@ const _sfc_main$3 = {
const FilerobotImageEditor = (await __vitePreload(async () => {
const { default: __vite_default__ } = await import(
/* webpackChunkName: 'filerobot' */
"./index-CDRms4XZ.chunk.mjs"
"./index-CegslqU0.chunk.mjs"
);
return { default: __vite_default__ };
}, true ? [] : void 0, import.meta.url)).default;
Expand Down Expand Up @@ -121927,7 +121927,7 @@ const Images = {
};
const VuePlyr$1 = () => __vitePreload(() => import(
/* webpackChunkName: 'plyr' */
"./index.esm-DMW2M4EO.chunk.mjs"
"./index.esm-CewDJXBi.chunk.mjs"
), true ? [] : void 0, import.meta.url);
const blankVideo = h$2("viewer", "blank.mp4");
const _sfc_main$1 = {
Expand Down Expand Up @@ -122079,7 +122079,7 @@ const Videos = {
};
const VuePlyr = () => __vitePreload(() => import(
/* webpackChunkName: 'plyr' */
"./index.esm-DMW2M4EO.chunk.mjs"
"./index.esm-CewDJXBi.chunk.mjs"
), true ? [] : void 0, import.meta.url);
const _sfc_main = {
name: "Audios",
Expand Down

0 comments on commit 1c57225

Please sign in to comment.