hfs 0.42.2 → 0.42.3
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/README.md +3 -4
- package/admin/assets/index-08017e15.js +511 -0
- package/admin/assets/{sha512-af87c1bd.js → sha512-69b26793.js} +1 -1
- package/admin/index.html +1 -1
- package/frontend/assets/{index-297a3f3d.js → index-5f125477.js} +17 -17
- package/frontend/assets/{sha512-bce9fb1c.js → sha512-f6798733.js} +1 -1
- package/frontend/index.html +1 -1
- package/package.json +2 -2
- package/src/api.accounts.js +2 -1
- package/src/api.vfs.js +9 -4
- package/src/const.js +1 -1
- package/src/vfs.js +8 -6
- package/admin/assets/index-1db4299e.js +0 -511
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import{c as SF}from"./index-
|
|
1
|
+
import{c as SF}from"./index-08017e15.js";function OF(iF,hF){for(var eF=0;eF<hF.length;eF++){const tF=hF[eF];if(typeof tF!="string"&&!Array.isArray(tF)){for(const w in tF)if(w!=="default"&&!(w in iF)){const lF=Object.getOwnPropertyDescriptor(tF,w);lF&&Object.defineProperty(iF,w,lF.get?lF:{enumerable:!0,get:()=>tF[w]})}}}return Object.freeze(Object.defineProperty(iF,Symbol.toStringTag,{value:"Module"}))}var EF={},UF={get exports(){return EF},set exports(iF){EF=iF}};/*
|
|
2
2
|
* [js-sha512]{@link https://github.com/emn178/js-sha512}
|
|
3
3
|
*
|
|
4
4
|
* @version 0.8.0
|
package/admin/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<title>HFS Admin</title>
|
|
8
8
|
|
|
9
9
|
<link rel="icon" type="image/svg+xml" href="/hfs-logo-icon.svg" />
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-08017e15.js"></script>
|
|
11
11
|
<link rel="stylesheet" href="/assets/index-94bbe0be.css">
|
|
12
12
|
</head>
|
|
13
13
|
<body>
|