@a9n-shoji/rvw 0.7.0 → 0.7.1
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/CHANGELOG.md +7 -0
- package/dist/cli.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/web/assets/{StructureViewer-CXtsUfYG.js → StructureViewer-DoWyE2t8.js} +1 -1
- package/dist/web/assets/{index-zyXQjX9Z.js → index-DMEUAYTa.js} +2 -2
- package/dist/web/assets/{index-CbUV8NfH.css → index-d26m24-l.css} +1 -1
- package/dist/web/index.html +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/cli.mjs
CHANGED
|
@@ -18762,7 +18762,7 @@ function parseWalkthroughUri(uri) {
|
|
|
18762
18762
|
}
|
|
18763
18763
|
|
|
18764
18764
|
// src/shared/constants.ts
|
|
18765
|
-
var APP_VERSION = "0.7.
|
|
18765
|
+
var APP_VERSION = "0.7.1";
|
|
18766
18766
|
var PROTOCOL_VERSION = 5;
|
|
18767
18767
|
var VIEWER_ID_HEADER = "x-rvw-viewer-id";
|
|
18768
18768
|
var VIEWER_OPEN_LEASE_HEADER = "x-rvw-viewer-open-lease";
|