UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

8 lines (5 loc) 192 B
'use client' import { version, dependencies } from '../package.js'; const VERSION = version; const API_VERSION = dependencies['@dynamic-labs/sdk-api-core']; export { API_VERSION, VERSION };