@canvas-js/interfaces
Advanced tools
Comparing version 0.6.1 to 0.7.0
@@ -8,3 +8,3 @@ /** | ||
type: "session"; | ||
/** DID or CAIP-2 address (e.g. "eip155:1:0xb94d27...") */ | ||
/** DID or CAIP-2 address that authorized the session (e.g. "eip155:1:0xb94d27...") */ | ||
address: string; | ||
@@ -15,5 +15,5 @@ /** did:key URI of the ephemeral session key used to sign subsequent actions */ | ||
authorizationData: AuthorizationData; | ||
blockhash: string | null; | ||
timestamp: number; | ||
duration: number | null; | ||
timestamp: number; | ||
blockhash: string | null; | ||
}; |
@@ -25,2 +25,3 @@ import type { Signer } from "./Signer.js"; | ||
timestamp?: number; | ||
fromCache?: boolean; | ||
}) => Awaitable<Session<AuthorizationData>>; | ||
@@ -27,0 +28,0 @@ /** |
{ | ||
"name": "@canvas-js/interfaces", | ||
"version": "0.6.1", | ||
"version": "0.7.0", | ||
"type": "module", | ||
@@ -18,9 +18,10 @@ "author": "Canvas Technologies, Inc. (https://canvas.xyz)", | ||
"devDependencies": { | ||
"@canvas-js/chain-cosmos": "0.6.1", | ||
"@canvas-js/chain-ethereum": "0.6.1", | ||
"@canvas-js/chain-solana": "0.6.1", | ||
"@canvas-js/chain-substrate": "0.6.1", | ||
"@canvas-js/interfaces": "0.6.1", | ||
"@canvas-js/signed-cid": "0.6.1" | ||
"@canvas-js/chain-cosmos": "0.7.0", | ||
"@canvas-js/chain-ethereum": "0.7.0", | ||
"@canvas-js/chain-near": "0.7.0", | ||
"@canvas-js/chain-solana": "0.7.0", | ||
"@canvas-js/chain-substrate": "0.7.0", | ||
"@canvas-js/interfaces": "0.7.0", | ||
"@canvas-js/signed-cid": "0.7.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6764
98
7