Skip to content

Commit

Permalink
Export Private Data types
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Jul 8, 2024
1 parent 19a2442 commit eba7e2a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.4.1

- Export Private Data types

## 2.4.0

- Delegated Attestations: if nonce isn't provided, try retrieving it onchain
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './schema-encoder';
export * from './schema-registry';
export * from './transaction';
export * from './utils';
export * from './private-data';
1 change: 1 addition & 0 deletions dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-attestation-service/eas-sdk",
"version": "2.4.0",
"version": "2.4.1",
"description": "Ethereum Attestation Service - TypeScript/JavaScript SDK",
"repository": "[email protected]:ethereum-attestation-service/eas-sdk.git",
"author": "Leonid Beder <[email protected]>",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from './schema-encoder';
export * from './schema-registry';
export * from './transaction';
export * from './utils';
export * from './private-data';

0 comments on commit eba7e2a

Please sign in to comment.