Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

Commit 5bc144a

Browse files
authored
feat: upgrade Zinnia to v0.13.0 (#166)
Highlights: - secure Lassie server using authorisation - change IPFS retrieval timeouts to 1 day Full release notes: https://github.com/filecoin-station/zinnia/releases/tag/v0.13.0 Signed-off-by: Miroslav Bajtoš <[email protected]>
1 parent e019a55 commit 5bc144a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zinnia.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { installBinaryModule, downloadSourceFiles, getBinaryModuleExecutable } f
55
import { moduleBinaries } from './paths.js'
66
import os from 'node:os'
77

8-
const ZINNIA_DIST_TAG = 'v0.12.0'
8+
const ZINNIA_DIST_TAG = 'v0.13.0'
99
const ZINNIA_MODULES = [
1010
{
1111
module: 'spark',

0 commit comments

Comments
 (0)