privateboard 0.1.23 → 0.1.24
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/dist/boot.js +1 -1
- package/dist/boot.js.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/server.js +1 -1
- package/dist/server.js.map +1 -1
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/dist/version.js.map +1 -1
- package/package.json +1 -1
- package/public/app-updater.css +318 -0
- package/public/app-updater.js +247 -0
- package/public/app.js +50 -7
- package/public/home.html +1 -1
- package/public/i18n.js +60 -0
- package/public/index.html +163 -27
- package/public/mention-picker.js +527 -0
package/dist/boot.js
CHANGED
|
@@ -23571,7 +23571,7 @@ function voicesRouter() {
|
|
|
23571
23571
|
init_paths();
|
|
23572
23572
|
|
|
23573
23573
|
// src/version.ts
|
|
23574
|
-
var VERSION = "0.1.
|
|
23574
|
+
var VERSION = "0.1.24";
|
|
23575
23575
|
|
|
23576
23576
|
// src/server.ts
|
|
23577
23577
|
function createApp() {
|