ceramic-cacao
Advanced tools
Comparing version 0.0.13 to 0.0.14
import * as multiformats from 'multiformats'; | ||
import { SiweMessage } from './siwe.js'; | ||
export declare type Header = { | ||
t: string; | ||
t: 'eip4361'; | ||
}; | ||
@@ -20,2 +20,3 @@ export declare type Payload = { | ||
export declare type Signature = { | ||
t: 'eip191' | 'eip1271'; | ||
s: string; | ||
@@ -22,0 +23,0 @@ }; |
{ | ||
"name": "ceramic-cacao", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "Typescript library for Ceramic OCAP", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.cjs", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
106318
1019