privateboard 0.1.9 → 0.1.10
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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
- package/public/app.js +10 -7
- package/public/index.html +15 -45
package/dist/cli.js
CHANGED
|
@@ -16695,7 +16695,7 @@ function usageRouter() {
|
|
|
16695
16695
|
init_paths();
|
|
16696
16696
|
|
|
16697
16697
|
// src/version.ts
|
|
16698
|
-
var VERSION = "0.1.
|
|
16698
|
+
var VERSION = "0.1.10";
|
|
16699
16699
|
|
|
16700
16700
|
// src/server.ts
|
|
16701
16701
|
function createApp() {
|