Skip to content

@abstract-foundation/agw-react@1.13.0

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Apr 03:24
· 2 commits to main since this release
b1867ec

Minor Changes

  • #12 b6cf8e4 Thanks @coffeexcoin! - Removed the @abstract-foundation/agw-react/thirdweb subpath export. The thirdweb adapter now lives in its own package, @abstract-foundation/agw-thirdweb, so that thirdweb's transitive dependency tree is no longer dragged into @abstract-foundation/agw-react installs.

    Consumers of the previous subpath should install @abstract-foundation/agw-thirdweb and update their import:

    - import { abstractWallet } from "@abstract-foundation/agw-react/thirdweb";
    + import { abstractWallet } from "@abstract-foundation/agw-thirdweb";

    thirdweb is no longer declared as a peer dependency of @abstract-foundation/agw-react.