@polkadot/react-qr
Advanced tools
Comparing version 3.6.2 to 3.6.3
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/react-qr', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.6.2' }; | ||
exports.packageInfo = { name: '@polkadot/react-qr', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.6.3' }; |
@@ -21,3 +21,3 @@ { | ||
"type": "module", | ||
"version": "3.6.2", | ||
"version": "3.6.3", | ||
"main": "./cjs/index.js", | ||
@@ -137,8 +137,8 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/ui-settings": "3.6.2", | ||
"@polkadot/util": "^12.4.2", | ||
"@polkadot/util-crypto": "^12.4.2", | ||
"@polkadot/ui-settings": "3.6.3", | ||
"@polkadot/util": "^12.5.1", | ||
"@polkadot/util-crypto": "^12.5.1", | ||
"qrcode-generator": "^1.4.4", | ||
"react-qr-reader": "^2.2.1", | ||
"styled-components": "^6.0.7", | ||
"styled-components": "^6.0.8", | ||
"tslib": "^2.6.2" | ||
@@ -145,0 +145,0 @@ }, |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/react-qr', 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.6.2' }; | ||
export const packageInfo = { name: '@polkadot/react-qr', 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.6.3' }; |
Sorry, the diff of this file is too big to display
540439
10410
+ Added@polkadot/ui-settings@3.6.3(transitive)
- Removed@polkadot/ui-settings@3.6.2(transitive)
Updated@polkadot/ui-settings@3.6.3
Updated@polkadot/util@^12.5.1
Updatedstyled-components@^6.0.8