Release Toolbox v0.19.0

This commit is contained in:
2026-09-01 16:29:17 +02:00
parent ea5f76554a
commit 45dcaff659
16 changed files with 661 additions and 110 deletions
+2 -2
View File
@@ -83,7 +83,7 @@ function makeLock(artifact: string, sha256: string) {
return {
schemaVersion: 1,
releaseVersion: '0.1.0',
portalVersion: '0.2.21',
portalVersion: '0.2.22',
catalogue: {
id: 'de.add-ideas.toolbox',
name: 'Test Toolbox',
@@ -290,7 +290,7 @@ describe('release assembly integrity', () => {
expect(await sha256File(utcArchive)).toBe(
await sha256File(honoluluArchive)
);
});
}, 30_000);
it('rejects a valid archive whose manifest identity is not the lock identity', async () => {
const directory = await temporaryDirectory();