diff --git a/.github/scripts/test_npm_binary_package_scaffold.py b/.github/scripts/test_npm_binary_package_scaffold.py index 799179d..0ca43f1 100644 --- a/.github/scripts/test_npm_binary_package_scaffold.py +++ b/.github/scripts/test_npm_binary_package_scaffold.py @@ -43,15 +43,15 @@ SUPPORTED_TARGETS = { "darwin:arm64": { "binary": "ethos-darwin-arm64", - "binary_sha256": "ac1ca14b5b9fe53abc6b58afd24d26d0d4d6b737566aa7b47f8f910ce858dcfd", + "binary_sha256": "9231e6fab8e859b409c0a9f03d1284fd97cb4b324b8c6ed3cbf0a7a1fee4c5a2", "release_asset": "ethos-macos-arm64.tar.gz", - "release_asset_sha256": "f3393ea5c3be7b9f5e0ab4b0393bc103be908385ff5db9cd312911f7d5dcbe31", + "release_asset_sha256": "e32432b84d859cceca74a7a7e7b3a57cf94d61bcc545b3da0da13d8c9e4a09ce", }, "linux:x64": { "binary": "ethos-linux-x64", - "binary_sha256": "22367ad9efc2f4d51767afc147d4a15ecff2a6ce5f3c92998577c741b8e53915", + "binary_sha256": "55b685d29176f93b82984e61e4f52ea89a1839f513b1597ff519f19e20524d41", "release_asset": "ethos-linux-x64.tar.gz", - "release_asset_sha256": "b3ba45fe21905e902c47e246d5a8f458e33c56b7db27a04fbbac9a70f861157d", + "release_asset_sha256": "e94e7c4154b695227a94648f6fb1e4d9e3cb89c2dbae26c70ce55ec93dd1f218", }, } EXPECTED_PACKAGE_FILES = { diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d94cdb..f07af2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +- boundary-exception: refresh the v0.4.0 npm vendor payload from the final byte-identical + macOS arm64/Linux x64 CLI archive builds without rebuilding those publication artifacts. - ci: keep the verification Action checksum-pinned to the published v0.3.0 CLI while npm candidate vendor metadata advances to v0.4.0. - boundary-exception: refresh the v0.4.0 npm vendor manifest and macOS arm64/Linux x64 binaries diff --git a/packages/npm/ethos-pdf/vendor/ethos-darwin-arm64 b/packages/npm/ethos-pdf/vendor/ethos-darwin-arm64 index b146c64..ed0c25c 100755 Binary files a/packages/npm/ethos-pdf/vendor/ethos-darwin-arm64 and b/packages/npm/ethos-pdf/vendor/ethos-darwin-arm64 differ diff --git a/packages/npm/ethos-pdf/vendor/ethos-linux-x64 b/packages/npm/ethos-pdf/vendor/ethos-linux-x64 index c0ba89d..86d8028 100755 Binary files a/packages/npm/ethos-pdf/vendor/ethos-linux-x64 and b/packages/npm/ethos-pdf/vendor/ethos-linux-x64 differ diff --git a/packages/npm/ethos-pdf/vendor/manifest.json b/packages/npm/ethos-pdf/vendor/manifest.json index 6501add..252f66e 100644 --- a/packages/npm/ethos-pdf/vendor/manifest.json +++ b/packages/npm/ethos-pdf/vendor/manifest.json @@ -5,15 +5,15 @@ "targets": { "darwin:arm64": { "binary": "ethos-darwin-arm64", - "binary_sha256": "ac1ca14b5b9fe53abc6b58afd24d26d0d4d6b737566aa7b47f8f910ce858dcfd", + "binary_sha256": "9231e6fab8e859b409c0a9f03d1284fd97cb4b324b8c6ed3cbf0a7a1fee4c5a2", "release_asset": "ethos-macos-arm64.tar.gz", - "release_asset_sha256": "f3393ea5c3be7b9f5e0ab4b0393bc103be908385ff5db9cd312911f7d5dcbe31" + "release_asset_sha256": "e32432b84d859cceca74a7a7e7b3a57cf94d61bcc545b3da0da13d8c9e4a09ce" }, "linux:x64": { "binary": "ethos-linux-x64", - "binary_sha256": "22367ad9efc2f4d51767afc147d4a15ecff2a6ce5f3c92998577c741b8e53915", + "binary_sha256": "55b685d29176f93b82984e61e4f52ea89a1839f513b1597ff519f19e20524d41", "release_asset": "ethos-linux-x64.tar.gz", - "release_asset_sha256": "b3ba45fe21905e902c47e246d5a8f458e33c56b7db27a04fbbac9a70f861157d" + "release_asset_sha256": "e94e7c4154b695227a94648f6fb1e4d9e3cb89c2dbae26c70ce55ec93dd1f218" } } }