Skip to content

Commit 7440725

Browse files
committed
build
1 parent 612cb5a commit 7440725

File tree

6 files changed

+53
-11
lines changed

6 files changed

+53
-11
lines changed

public/app.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/app.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/mix-manifest.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
2-
"/app.js": "/app.js?id=a0b2d6185e8714597892d0686b0a36ac",
3-
"/ui.js": "/ui.js?id=826624ff3780109b1129b7d71365a2bf",
2+
"/app.js": "/app.js?id=2c7db6aee86bcec654c10a02f3f81021",
3+
"/ui.js": "/ui.js?id=592866a715b1c20b43fff6ca7980b279",
44
"/manifest.js": "/manifest.js?id=3267e5c99fd7b729e2f38ec55b50397d",
5-
"/app.css": "/app.css?id=765b33130b253cf418b26f27b6918d2c",
6-
"/vendor.js": "/vendor.js?id=456209b3a1f34ebb106638ad7cd78990",
5+
"/app.css": "/app.css?id=4ac240e9b4c482451bf95d4161751414",
6+
"/vendor.js": "/vendor.js?id=555c263ac13aeaaebf547d2e8fe6a894",
77
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty10iurt9w6fk2a.woff2?id=c8390e146be0a3c8a5498355dec892ae",
88
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty14iurt9w6fk2a.woff2?id=b0735c7dd6126471acbaf9d6e9f5e41a",
99
"/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2": "/fonts/snunitosansv11pe01mimslybiv1o4x1m8cce4g1pty1ciurt9w6fk2a.woff2?id=7c1fb232e3050e36dcc1aee61f1d0c06",

public/ui.js

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/vendor.js.LICENSE.txt

+45-1
Original file line numberDiff line numberDiff line change
@@ -458,11 +458,55 @@
458458
* Released under the MIT license
459459
*/
460460

461+
/*!
462+
* The buffer module from node.js, for the browser.
463+
*
464+
* @author Feross Aboukhadijeh <http://feross.org>
465+
* @license MIT
466+
*/
467+
468+
/*!
469+
* vuex v4.1.0
470+
* (c) 2022 Evan You
471+
* @license MIT
472+
*/
473+
461474
/*!
462475
* focus-trap 7.6.4
463476
* @license MIT, https://github.com/focus-trap/focus-trap/blob/master/LICENSE
464477
*/
465478

479+
/*!
480+
* tabbable 6.2.0
481+
* @license MIT, https://github.com/focus-trap/tabbable/blob/master/LICENSE
482+
*/
483+
484+
/*! #__NO_SIDE_EFFECTS__ */
485+
466486
/*! @license DOMPurify 3.2.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.2.3/LICENSE */
467487

468-
/*! Axios v1.8.3 Copyright (c) 2025 Matt Zabriskie and contributors */
488+
/*! Hammer.JS - v2.0.7 - 2016-04-22
489+
* http://hammerjs.github.io/
490+
*
491+
* Copyright (c) 2016 Jorik Tangelder;
492+
* Licensed under the MIT license */
493+
494+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
495+
496+
/**
497+
* @vue/runtime-core v3.5.13
498+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
499+
* @license MIT
500+
**/
501+
502+
/**
503+
* @vue/runtime-dom v3.5.13
504+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
505+
* @license MIT
506+
**/
507+
508+
/**
509+
* @vue/shared v3.5.13
510+
* (c) 2018-present Yuxi (Evan) You and Vue contributors
511+
* @license MIT
512+
**/

0 commit comments

Comments
 (0)