Skip to content

Commit ecd376c

Browse files
committed
chore: refresh public boundary artifacts
Source commit: 45bfe4fec6e5be5268fbc4707d6ad9a2acaf31dc
1 parent 9d8b8de commit ecd376c

2 files changed

Lines changed: 16 additions & 27 deletions

File tree

artifacts/release-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"version": "2.2.0",
33
"package": "@flyfish-group/file-viewer-workspace",
4-
"generatedAt": "2026-07-17T08:07:43.344Z",
4+
"generatedAt": "2026-07-17T08:17:24.072Z",
55
"sourceBranch": "main",
6-
"sourceCommit": "d2f09620",
6+
"sourceCommit": "45bfe4fe",
77
"corePackage": {
88
"packageName": "@file-viewer/core",
99
"description": "Framework-neutral modular TypeScript file preview core with format registry, renderer orchestration, lifecycle APIs, search, zoom, print, and export.",

artifacts/release-status.json

Lines changed: 14 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
22
"schemaVersion": 1,
3-
"generatedAt": "2026-07-17T08:08:51.830Z",
3+
"generatedAt": "2026-07-17T08:17:38.972Z",
44
"version": "2.2.0",
55
"sourcePolicy": "private-complete-original-workspace",
66
"openSourcePolicy": "public-open-source-main-repository",
77
"sourceBaseline": {
88
"repository": "https://git.flyfish.dev/flyfish-group/file-viewer.git",
99
"branch": "main",
1010
"policy": "private-complete-original-workspace",
11-
"authoritativeCommit": "",
11+
"authoritativeCommit": "45bfe4fec6e5be5268fbc4707d6ad9a2acaf31dc",
1212
"localBranch": "main",
13-
"localCommit": "d2f096203a602d90f9e5a4dbc6a46c668439b394",
14-
"inSync": false,
13+
"localCommit": "45bfe4fec6e5be5268fbc4707d6ad9a2acaf31dc",
14+
"inSync": true,
1515
"note": "Private Gitea main is the complete original aggregate workspace. The local checkout branch is only the execution context and can be transitional during branch cutover."
1616
},
1717
"local": {
1818
"branch": "main",
19-
"commit": "d2f096203a602d90f9e5a4dbc6a46c668439b394",
20-
"shortCommit": "d2f09620",
19+
"commit": "45bfe4fec6e5be5268fbc4707d6ad9a2acaf31dc",
20+
"shortCommit": "45bfe4fe",
2121
"dirty": false
2222
},
2323
"sourceRemote": {
2424
"url": "https://git.flyfish.dev/flyfish-group/file-viewer.git",
2525
"branch": "main",
26-
"ok": false,
27-
"hash": "",
28-
"error": "Timed out after 20000ms"
26+
"ok": true,
27+
"hash": "45bfe4fec6e5be5268fbc4707d6ad9a2acaf31dc",
28+
"error": ""
2929
},
3030
"openSourceMain": {
3131
"github": {
3232
"url": "https://github.com/flyfish-dev/file-viewer",
3333
"branch": "main",
3434
"ok": true,
35-
"hash": "31686badfd1ba62c4dd6b2e20b4a2c88924d3e96",
35+
"hash": "9d8b8deb07a1df308bfef2140be43e9553edcbd1",
3636
"error": ""
3737
},
3838
"gitee": {
@@ -45,7 +45,7 @@
4545
"inSync": false,
4646
"syncMode": "stale",
4747
"treeChecked": true,
48-
"referenceTree": "017249c85081f470d742fa0b0bf6951e65b128eb",
48+
"referenceTree": "c076a7b0bb2a661cc4838e54d0edbbba24a732c0",
4949
"giteeTree": "365521b3065b1f73d7105c13a5fa0757990b59ef",
5050
"treeError": "",
5151
"reportHashNote": "The open-source main repository mirrors the current public source tree and records the private source commit in the public commit body for traceability. The observed remote hash can trail until that mirror commit is pushed. Gitee can intentionally use a shallow snapshot commit; inSync is true when the file tree matches even if commit hashes differ. Use pnpm audit:ecosystem-status for live remote heads."
@@ -749,32 +749,21 @@
749749
}
750750
],
751751
"gaps": [
752-
"source remote https://git.flyfish.dev/flyfish-group/file-viewer.git missing main",
753752
"GitHub Release v2.2.0 missing"
754753
],
755754
"gapSummary": {
756-
"total": 2,
757-
"externalBlockers": 2,
755+
"total": 1,
756+
"externalBlockers": 1,
758757
"localActionable": 0,
759758
"byChannel": {
760-
"source-remote": 1,
761759
"github-release": 1
762760
},
763761
"externalBlockerChannels": [
764-
"github-release",
765-
"source-remote"
762+
"github-release"
766763
],
767764
"localActionableChannels": []
768765
},
769766
"gapDetails": [
770-
{
771-
"id": "source-remote-source-remote-https-git.flyfish.dev-flyfish-group-file-viewer.git-missing-main",
772-
"channel": "source-remote",
773-
"scope": "private-gitea",
774-
"externalBlocker": true,
775-
"message": "source remote https://git.flyfish.dev/flyfish-group/file-viewer.git missing main",
776-
"nextAction": "Restore the private Gitea source branch or push the expected release source."
777-
},
778767
{
779768
"id": "github-release-github-release-v2.2.0-missing",
780769
"channel": "github-release",

0 commit comments

Comments
 (0)