@polkadot/keyring
Advanced tools
Comparing version 10.1.12 to 10.1.13
@@ -433,3 +433,3 @@ (function (global, factory) { | ||
type: 'esm', | ||
version: '10.1.12' | ||
version: '10.1.13' | ||
}; | ||
@@ -436,0 +436,0 @@ |
@@ -16,4 +16,4 @@ "use strict"; | ||
type: 'cjs', | ||
version: '10.1.12' | ||
version: '10.1.13' | ||
}; | ||
exports.packageInfo = packageInfo; |
@@ -23,3 +23,3 @@ { | ||
"type": "module", | ||
"version": "10.1.12", | ||
"version": "10.1.13", | ||
"main": "./cjs/index.js", | ||
@@ -130,9 +130,9 @@ "module": "./index.js", | ||
"@babel/runtime": "^7.20.1", | ||
"@polkadot/util": "10.1.12", | ||
"@polkadot/util-crypto": "10.1.12" | ||
"@polkadot/util": "10.1.13", | ||
"@polkadot/util-crypto": "10.1.13" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/util": "10.1.12", | ||
"@polkadot/util-crypto": "10.1.12" | ||
"@polkadot/util": "10.1.13", | ||
"@polkadot/util-crypto": "10.1.13" | ||
} | ||
} |
@@ -10,3 +10,3 @@ // Copyright 2017-2022 @polkadot/keyring authors & contributors | ||
type: 'esm', | ||
version: '10.1.12' | ||
version: '10.1.13' | ||
}; |
import type { EncryptedJsonEncoding } from '@polkadot/util-crypto/types'; | ||
import type { PairInfo } from './types'; | ||
declare type DecodeResult = PairInfo & { | ||
type DecodeResult = PairInfo & { | ||
secretKey: Uint8Array; | ||
@@ -5,0 +5,0 @@ }; |
@@ -13,5 +13,7 @@ import type { HexString } from '@polkadot/util/types'; | ||
} | ||
export declare type KeyringPair$Meta = Record<string, unknown>; | ||
export type KeyringPair$Meta = Record<string, unknown>; | ||
export interface KeyringPair$Json extends EncryptedJson { | ||
/** The ss58 encoded address or the hex-encoded version (the latter is for ETH-compat chains) */ | ||
address: string | HexString; | ||
/** The underlying metadata associated with the keypair */ | ||
meta: KeyringPair$Meta; | ||
@@ -18,0 +20,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
133032
2829
+ Added@polkadot/networks@10.1.13(transitive)
+ Added@polkadot/util@10.1.13(transitive)
+ Added@polkadot/util-crypto@10.1.13(transitive)
+ Added@polkadot/x-bigint@10.1.13(transitive)
+ Added@polkadot/x-global@10.1.13(transitive)
+ Added@polkadot/x-randomvalues@10.1.13(transitive)
+ Added@polkadot/x-textdecoder@10.1.13(transitive)
+ Added@polkadot/x-textencoder@10.1.13(transitive)
- Removed@polkadot/networks@10.1.12(transitive)
- Removed@polkadot/util@10.1.12(transitive)
- Removed@polkadot/util-crypto@10.1.12(transitive)
- Removed@polkadot/x-bigint@10.1.12(transitive)
- Removed@polkadot/x-global@10.1.12(transitive)
- Removed@polkadot/x-randomvalues@10.1.12(transitive)
- Removed@polkadot/x-textdecoder@10.1.12(transitive)
- Removed@polkadot/x-textencoder@10.1.12(transitive)
Updated@polkadot/util@10.1.13