@a9n-shoji/rvw 0.4.2 → 0.4.3
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 +9 -0
- package/dist/cli.mjs +1 -1
- package/dist/cli.mjs.map +1 -1
- package/dist/web/assets/{StructureViewer-u7de1S8C.js → StructureViewer-EKDvAQ2a.js} +1 -1
- package/dist/web/assets/index-DC6BgBp4.js +11 -0
- package/dist/web/index.html +1 -1
- package/package.json +1 -1
- package/dist/web/assets/index-DUZmOKYW.js +0 -11
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,15 @@
|
|
|
5
5
|
|
|
6
6
|
## [Unreleased]
|
|
7
7
|
|
|
8
|
+
## [0.4.3] - 2026-09-02
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- 初回revision snapshotの取得中やPull Request取得中に、commitが存在するPRでも一時的に
|
|
13
|
+
`PR commitがありません。`と表示される回帰
|
|
14
|
+
- 初回revision snapshotの取得失敗をcommitなしとして扱わず、APIの実エラーを表示するよう修正
|
|
15
|
+
- Pull Requestのcommit取得完了後、latest headの選択が初期化されるまでempty stateへ遷移する問題
|
|
16
|
+
|
|
8
17
|
## [0.4.2] - 2026-09-02
|
|
9
18
|
|
|
10
19
|
### Changed
|
package/dist/cli.mjs
CHANGED
|
@@ -20295,7 +20295,7 @@ import path5 from "node:path";
|
|
|
20295
20295
|
import { TextDecoder as TextDecoder2 } from "node:util";
|
|
20296
20296
|
|
|
20297
20297
|
// src/shared/constants.ts
|
|
20298
|
-
var APP_VERSION = "0.4.
|
|
20298
|
+
var APP_VERSION = "0.4.3";
|
|
20299
20299
|
var PROTOCOL_VERSION = 4;
|
|
20300
20300
|
var VIEWER_ID_HEADER = "x-rvw-viewer-id";
|
|
20301
20301
|
var VIEWER_OPEN_LEASE_HEADER = "x-rvw-viewer-open-lease";
|