You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP

@futureverse/asset-registry-sdk

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@futureverse/asset-registry-sdk - npm Package Compare versions

Comparing version

to
0.4.1

# 0.4.0 (2023-06-21)
### Bug Fixes
* **hardcode siwe version - FAR-META (#209):** fix(react-sdk): hardcode siwe version - FAR-META (#209) ([17d2fe2](https://github.com/futureversecom/fv-asset-registry/commit/17d2fe2e494ab57901fca1d9b11c4ca5e534f223)), closes [#209](https://github.com/futureversecom/fv-asset-registry/issues/209)
### Features
* **FAR-155 sdk siwe integration (#162):** feat(react-sdk): FAR-155 sdk siwe integration (#162) ([ba1d1f7](https://github.com/futureversecom/fv-asset-registry/commit/ba1d1f7bc5a91b4730aaa60ba5b0c33d33876b28)), closes [#162](https://github.com/futureversecom/fv-asset-registry/issues/162)
* **generate and submit artm hook - FAR-123 (#192):** feat(react-sdk): generate and submit artm hook - FAR-123 (#192) ([c2a728b](https://github.com/futureversecom/fv-asset-registry/commit/c2a728bc4f571f62dcf04fb9a03e94d2838f809f)), closes [#192](https://github.com/futureversecom/fv-asset-registry/issues/192)
* **use vite for react sdk - FAR-META (#197):** feat(react-sdk): use vite for react sdk - FAR-META (#197) ([c10c5cd](https://github.com/futureversecom/fv-asset-registry/commit/c10c5cddc39fc7733e30999e679379da1e84a962)), closes [#197](https://github.com/futureversecom/fv-asset-registry/issues/197)
## [0.3.1](https://github.com/futureversecom/fv-asset-registry/compare/react-sdk-v0.3.0...react-sdk-v0.3.1) (2023-06-21)
# 0.3.0 (2023-06-20)

@@ -4,0 +20,0 @@

@@ -5,1 +5,3 @@ export * from './AssetRegistryClientProvider';

export * from './useCreateShaclSchema';
export * from './useGetARTM';
export * from './useSubmitARTM';
{
"name": "@futureverse/asset-registry-sdk",
"version": "0.3.1",
"version": "0.4.1",
"main": "./index.js",

@@ -5,0 +5,0 @@ "types": "./index.d.ts",

import { Wallet } from 'ethers';
export declare const createSiweMessageWithHeader: (wallet: Wallet, domain: string, origin: string, schema: string, version: number | undefined, chainId: number | undefined, nonce: string) => Promise<{
export declare const createSiweMessageWithHeader: (wallet: Wallet, domain: string, origin: string, schema: string, chainId: number | undefined, nonce: string) => Promise<{
message: string;

@@ -4,0 +4,0 @@ headers: {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet