privateboard 0.1.18 → 0.1.19
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/home.html +135 -0
- package/public/index.html +8 -0
- package/public/ppt.html +25 -0
package/dist/boot.js
CHANGED
|
@@ -23339,7 +23339,7 @@ function voicesRouter() {
|
|
|
23339
23339
|
init_paths();
|
|
23340
23340
|
|
|
23341
23341
|
// src/version.ts
|
|
23342
|
-
var VERSION = "0.1.
|
|
23342
|
+
var VERSION = "0.1.19";
|
|
23343
23343
|
|
|
23344
23344
|
// src/server.ts
|
|
23345
23345
|
function createApp() {
|