Skip to content

fix type of KeyEntry.chain - #27

Merged
lenchv merged 1 commit into
lenchv:masterfrom
nicknovitski:cert-chain
May 8, 2026
Merged

fix type of KeyEntry.chain#27
lenchv merged 1 commit into
lenchv:masterfrom
nicknovitski:cert-chain

Conversation

@nicknovitski

Copy link
Copy Markdown
Contributor

I noticed this from type checks failing after an upgrade. From my understanding, this property is an array of KeyEntry objects, with the underlying buffers readable through the .value property:

const entry = new KeyEntry({
alias,
date,
chain,
protectedPrivateKey
});
certs.push(entry);

@lenchv

lenchv commented May 8, 2026

Copy link
Copy Markdown
Owner

lgtm 👍

@lenchv
lenchv merged commit a3f45fb into lenchv:master May 8, 2026
6 checks passed
@lenchv

lenchv commented May 8, 2026

Copy link
Copy Markdown
Owner

deployed 1.1.7 🚀
thanks for the contribution ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants