privateboard 0.1.25 → 0.1.27
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 +8 -1
- package/public/app.js +161 -3
- package/public/home.html +1 -1
- package/public/i18n.js +16 -0
- package/public/icons/wall.png +0 -0
- package/public/index.html +44 -0
- package/public/user-settings.js +60 -0
- package/public/vendor/OrbitControls.js +1963 -0
- package/public/vendor/three.core.min.js +6 -0
- package/public/vendor/three.module.min.js +6 -0
- package/public/voice-3d.js +1961 -0
- package/public/icons/floor.png +0 -0
package/dist/boot.js
CHANGED
|
@@ -23576,7 +23576,7 @@ function voicesRouter() {
|
|
|
23576
23576
|
init_paths();
|
|
23577
23577
|
|
|
23578
23578
|
// src/version.ts
|
|
23579
|
-
var VERSION = "0.1.
|
|
23579
|
+
var VERSION = "0.1.27";
|
|
23580
23580
|
|
|
23581
23581
|
// src/server.ts
|
|
23582
23582
|
function createApp() {
|