@polkadot/keyring
Advanced tools
Comparing version 12.2.1 to 12.2.2
@@ -364,3 +364,3 @@ (function (global, factory) { | ||
const packageInfo = { name: '@polkadot/keyring', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.2.1' }; | ||
const packageInfo = { name: '@polkadot/keyring', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (document.currentScript && document.currentScript.src || new URL('bundle-polkadot-keyring.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.2.2' }; | ||
@@ -367,0 +367,0 @@ const PAIRSSR25519 = [ |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.2.1' }; | ||
exports.packageInfo = { name: '@polkadot/keyring', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.2.2' }; |
@@ -21,3 +21,3 @@ { | ||
"type": "module", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"main": "./cjs/index.js", | ||
@@ -149,10 +149,10 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "12.2.1", | ||
"@polkadot/util-crypto": "12.2.1", | ||
"tslib": "^2.5.0" | ||
"@polkadot/util": "12.2.2", | ||
"@polkadot/util-crypto": "12.2.2", | ||
"tslib": "^2.5.3" | ||
}, | ||
"peerDependencies": { | ||
"@polkadot/util": "12.2.1", | ||
"@polkadot/util-crypto": "12.2.1" | ||
"@polkadot/util": "12.2.2", | ||
"@polkadot/util-crypto": "12.2.2" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/keyring', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.2.1' }; | ||
export const packageInfo = { name: '@polkadot/keyring', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '12.2.2' }; |
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
+ Added@noble/curves@1.1.0(transitive)
+ Added@noble/hashes@1.3.1(transitive)
+ Added@polkadot/networks@12.2.2(transitive)
+ Added@polkadot/util@12.2.2(transitive)
+ Added@polkadot/util-crypto@12.2.2(transitive)
+ Added@polkadot/x-bigint@12.2.2(transitive)
+ Added@polkadot/x-global@12.2.2(transitive)
+ Added@polkadot/x-randomvalues@12.2.2(transitive)
+ Added@polkadot/x-textdecoder@12.2.2(transitive)
+ Added@polkadot/x-textencoder@12.2.2(transitive)
- Removed@noble/curves@1.0.0(transitive)
- Removed@noble/hashes@1.3.0(transitive)
- Removed@polkadot/networks@12.2.1(transitive)
- Removed@polkadot/util@12.2.1(transitive)
- Removed@polkadot/util-crypto@12.2.1(transitive)
- Removed@polkadot/x-bigint@12.2.1(transitive)
- Removed@polkadot/x-global@12.2.1(transitive)
- Removed@polkadot/x-randomvalues@12.2.1(transitive)
- Removed@polkadot/x-textdecoder@12.2.1(transitive)
- Removed@polkadot/x-textencoder@12.2.1(transitive)
Updated@polkadot/util@12.2.2
Updated@polkadot/util-crypto@12.2.2
Updatedtslib@^2.5.3