Skip to content

Commit

Permalink
fix: export partial identity from index of @dfinity/identity
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jan 23, 2024
1 parent ea83a87 commit 6844ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/generated/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ <h1>Agent-JS Changelog</h1>
<section>
<h2>Version x.x.x</h2>
<ul>
<li>fix: export partial identity from index of @dfinity/identity</li>
<li>feat: release automation changes</li>
<li>fix: distinguish remote dev environments from known hosts</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions packages/identity/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export { Ed25519KeyIdentity, Ed25519PublicKey } from './identity/ed25519';
export * from './identity/ecdsa';
export * from './identity/delegation';
export * from './identity/partial';
export { WebAuthnIdentity } from './identity/webauthn';
export { wrapDER, unwrapDER, DER_COSE_OID, ED25519_OID } from '@dfinity/agent';

Expand Down

0 comments on commit 6844ec2

Please sign in to comment.