UNPKG

@dynamic-labs/sdk-react-core

Version:

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

13 lines (8 loc) 305 B
'use client' 'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var _package = require('../package.cjs'); const VERSION = _package.version; const API_VERSION = _package.dependencies['@dynamic-labs/sdk-api-core']; exports.API_VERSION = API_VERSION; exports.VERSION = VERSION;