Skip to content

Releases: TreasureProject/tdk-js

@treasure-dev/[email protected]

14 Oct 18:35
c5ce956
Compare
Choose a tag to compare

Patch Changes

@treasure-dev/[email protected]

14 Oct 18:35
c5ce956
Compare
Choose a tag to compare

Minor Changes

  • b58ec0b: Migrated account signature generation to use AWS KMS

@treasure-dev/[email protected]

11 Oct 20:50
5aaa78b
Compare
Choose a tag to compare

Minor Changes

  • 399d230: Added support for analytics

Patch Changes

@treasure-dev/[email protected]

11 Oct 20:50
5aaa78b
Compare
Choose a tag to compare

Minor Changes

  • 399d230: Added support for analytics

@treasure-dev/[email protected]

10 Oct 22:33
6eb6c21
Compare
Choose a tag to compare

Major Changes

  • d468a1b: Migrated from in-app wallets to ecosystem wallets. Include your ecosystem ID in the TreasureProvider:
function App() {
  return (
    <ThirdwebProvider>
      <TreasureProvider
        appName="Treasure"
        apiUri="https://tdk-api.spellcaster.lol"
        chainId={421614}
        clientId="..."
        ecosystemPartnerId="..."
      >
        {/** ... */}
      </TreasureProvider>
    </ThirdwebProvider>
  );
}

See documentation for more details.

@treasure-dev/[email protected]

10 Oct 22:33
6eb6c21
Compare
Choose a tag to compare

Major Changes

  • d468a1b: Migrated from in-app wallets to ecosystem wallets. Include your ecosystem ID in login requests:
await logIn({
  client,
  ecosystemPartnerId: "...",
  method: "email",
  email: "[email protected]",
  verificationCode: "123456",
});

See documentation for more details.

@treasure-dev/[email protected]

26 Sep 15:48
fcf48f1
Compare
Choose a tag to compare

Patch Changes

@treasure-dev/[email protected]

26 Sep 15:47
fcf48f1
Compare
Choose a tag to compare

@treasure-dev/[email protected]

26 Sep 15:48
fcf48f1
Compare
Choose a tag to compare

Patch Changes

  • 9bbb5fb: Added public key cache TTL option

@treasure-dev/[email protected]

25 Sep 00:34
76cef6a
Compare
Choose a tag to compare

Minor Changes

  • 01c4c35: Updated user sessions to be fetched through Thirdweb SDK

Patch Changes