Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Oct 2, 2024
1 parent 1f2eec7 commit 1afc7e2
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.6.1

- Fix exports

## 2.6.0

- Support initializing/connecting SDK objects with/to non-signer providers
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * as Contracts from '@ethereum-attestation-service/eas-contracts';
export * from './eas';
export * from './eip712-proxy';
export * from './offchain';
export * from './request';
export * from './schema-encoder';
Expand Down
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.6.0",
"version": "2.6.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
@@ -1,5 +1,6 @@
export * as Contracts from '@ethereum-attestation-service/eas-contracts';
export * from './eas';
export * from './eip712-proxy';
export * from './offchain';
export * from './request';
export * from './schema-encoder';
Expand Down

0 comments on commit 1afc7e2

Please sign in to comment.