@polkadot/react-identicon
Advanced tools
Comparing version 3.3.1 to 3.4.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/react-identicon', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.3.1' }; | ||
exports.packageInfo = { name: '@polkadot/react-identicon', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.4.1' }; |
@@ -21,3 +21,3 @@ { | ||
"type": "module", | ||
"version": "3.3.1", | ||
"version": "3.4.1", | ||
"main": "./cjs/index.js", | ||
@@ -31,2 +31,3 @@ "module": "./index.js", | ||
"types": "./index.d.ts", | ||
"module": "./index.js", | ||
"require": "./cjs/index.js", | ||
@@ -37,2 +38,3 @@ "default": "./index.js" | ||
"types": "./bundle.d.ts", | ||
"module": "./bundle.js", | ||
"require": "./cjs/bundle.js", | ||
@@ -43,2 +45,3 @@ "default": "./bundle.js" | ||
"types": "./detectOther.d.ts", | ||
"module": "./detectOther.js", | ||
"require": "./cjs/detectOther.js", | ||
@@ -49,2 +52,3 @@ "default": "./detectOther.js" | ||
"types": "./detectPackage.d.ts", | ||
"module": "./detectPackage.js", | ||
"require": "./cjs/detectPackage.js", | ||
@@ -55,2 +59,3 @@ "default": "./detectPackage.js" | ||
"types": "./icons/index.d.ts", | ||
"module": "./icons/index.js", | ||
"require": "./cjs/icons/index.js", | ||
@@ -61,2 +66,3 @@ "default": "./icons/index.js" | ||
"types": "./icons/Beachball.d.ts", | ||
"module": "./icons/Beachball.js", | ||
"require": "./cjs/icons/Beachball.js", | ||
@@ -67,2 +73,3 @@ "default": "./icons/Beachball.js" | ||
"types": "./icons/Empty.d.ts", | ||
"module": "./icons/Empty.js", | ||
"require": "./cjs/icons/Empty.js", | ||
@@ -73,2 +80,3 @@ "default": "./icons/Empty.js" | ||
"types": "./icons/Ethereum.d.ts", | ||
"module": "./icons/Ethereum.js", | ||
"require": "./cjs/icons/Ethereum.js", | ||
@@ -79,2 +87,3 @@ "default": "./icons/Ethereum.js" | ||
"types": "./icons/Jdenticon.d.ts", | ||
"module": "./icons/Jdenticon.js", | ||
"require": "./cjs/icons/Jdenticon.js", | ||
@@ -85,2 +94,3 @@ "default": "./icons/Jdenticon.js" | ||
"types": "./icons/Polkadot.d.ts", | ||
"module": "./icons/Polkadot.js", | ||
"require": "./cjs/icons/Polkadot.js", | ||
@@ -91,2 +101,3 @@ "default": "./icons/Polkadot.js" | ||
"types": "./Identicon.d.ts", | ||
"module": "./Identicon.js", | ||
"require": "./cjs/Identicon.js", | ||
@@ -101,2 +112,3 @@ "default": "./Identicon.js" | ||
"types": "./packageInfo.d.ts", | ||
"module": "./packageInfo.js", | ||
"require": "./cjs/packageInfo.js", | ||
@@ -107,2 +119,3 @@ "default": "./packageInfo.js" | ||
"types": "./packageInfo.d.ts", | ||
"module": "./packageInfo.js", | ||
"require": "./cjs/packageInfo.js", | ||
@@ -113,2 +126,3 @@ "default": "./packageInfo.js" | ||
"types": "./styled.d.ts", | ||
"module": "./styled.js", | ||
"require": "./cjs/styled.js", | ||
@@ -119,2 +133,3 @@ "default": "./styled.js" | ||
"types": "./types.d.ts", | ||
"module": "./types.js", | ||
"require": "./cjs/types.js", | ||
@@ -125,7 +140,7 @@ "default": "./types.js" | ||
"dependencies": { | ||
"@polkadot/keyring": "^12.1.2", | ||
"@polkadot/ui-settings": "3.3.1", | ||
"@polkadot/ui-shared": "3.3.1", | ||
"@polkadot/util": "^12.1.2", | ||
"@polkadot/util-crypto": "^12.1.2", | ||
"@polkadot/keyring": "^12.2.1", | ||
"@polkadot/ui-settings": "3.4.1", | ||
"@polkadot/ui-shared": "3.4.1", | ||
"@polkadot/util": "^12.2.1", | ||
"@polkadot/util-crypto": "^12.2.1", | ||
"ethereum-blockies-base64": "^1.0.2", | ||
@@ -132,0 +147,0 @@ "jdenticon": "3.2.0", |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/react-identicon', 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: '3.3.1' }; | ||
export const packageInfo = { name: '@polkadot/react-identicon', 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: '3.4.1' }; |
Sorry, the diff of this file is too big to display
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
197191
+ Added@polkadot/ui-settings@3.4.1(transitive)
+ Added@polkadot/ui-shared@3.4.1(transitive)
- Removed@polkadot/ui-settings@3.3.1(transitive)
- Removed@polkadot/ui-shared@3.3.1(transitive)
Updated@polkadot/keyring@^12.2.1
Updated@polkadot/ui-settings@3.4.1
Updated@polkadot/ui-shared@3.4.1
Updated@polkadot/util@^12.2.1