Skip to content

Commit

Permalink
fix: missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed May 7, 2024
1 parent b54173a commit d72d083
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/w3up-client/src/index.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import { generate } from '@ucanto/principal/ed25519'
import { Client } from './client.js'
export * as Result from './result.js'
export * as Account from './account.js'
export * from './ability.js'

/**
* Create a new w3up client.
Expand Down

0 comments on commit d72d083

Please sign in to comment.