Skip to content

Commit

Permalink
Export contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Nov 30, 2023
1 parent 9790cf3 commit 5bacc88
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * as Contracts from '@ethereum-attestation-service/eas-contracts';
export * from './eas';
export * from './offchain';
export * from './request';
Expand Down
2 changes: 2 additions & 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 dist/offchain/delegated.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Signer } from 'ethers';
import { EIP712MessageTypes, EIP712Params, EIP712Response, PartialTypedDataConfig, TypedDataHandler } from './typed-data-handler';
export { EIP712MessageTypes, EIP712TypedData, EIP712Request, EIP712Response, PartialTypedDataConfig } from './typed-data-handler';
export { EIP712MessageTypes, EIP712TypedData, EIP712Request, EIP712Response, PartialTypedDataConfig, Signature } from './typed-data-handler';
export declare const EIP712_NAME = "EAS";
export declare enum DelegatedAttestationVersion {
Legacy = 0,
Expand Down
2 changes: 1 addition & 1 deletion dist/offchain/delegated.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": "1.3.5",
"version": "1.3.6",
"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,3 +1,4 @@
export * as Contracts from '@ethereum-attestation-service/eas-contracts';
export * from './eas';
export * from './offchain';
export * from './request';
Expand Down

0 comments on commit 5bacc88

Please sign in to comment.