@polkadot/react-qr
Advanced tools
Comparing version 3.6.4 to 3.6.5
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const tslib_1 = require("tslib"); | ||
require("./detectPackage.js"); | ||
require("./packageDetect.js"); | ||
tslib_1.__exportStar(require("./bundle.js"), exports); |
"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.4' }; | ||
exports.packageInfo = { name: '@polkadot/react-qr', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '3.6.5' }; |
@@ -1,2 +0,2 @@ | ||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
export * from './bundle.js'; |
@@ -1,2 +0,2 @@ | ||
import './detectPackage.js'; | ||
import './packageDetect.js'; | ||
export * from './bundle.js'; |
@@ -17,7 +17,7 @@ { | ||
"sideEffects": [ | ||
"./detectPackage.js", | ||
"./cjs/detectPackage.js" | ||
"./packageDetect.js", | ||
"./cjs/packageDetect.js" | ||
], | ||
"type": "module", | ||
"version": "3.6.4", | ||
"version": "3.6.5", | ||
"main": "./cjs/index.js", | ||
@@ -47,14 +47,2 @@ "module": "./index.js", | ||
}, | ||
"./detectOther": { | ||
"types": "./detectOther.d.ts", | ||
"module": "./detectOther.js", | ||
"require": "./cjs/detectOther.js", | ||
"default": "./detectOther.js" | ||
}, | ||
"./detectPackage": { | ||
"types": "./detectPackage.d.ts", | ||
"module": "./detectPackage.js", | ||
"require": "./cjs/detectPackage.js", | ||
"default": "./detectPackage.js" | ||
}, | ||
"./Display": { | ||
@@ -88,2 +76,8 @@ "types": "./Display.d.ts", | ||
}, | ||
"./packageDetect": { | ||
"types": "./packageDetect.d.ts", | ||
"module": "./packageDetect.js", | ||
"require": "./cjs/packageDetect.js", | ||
"default": "./packageDetect.js" | ||
}, | ||
"./packageInfo.js": { | ||
@@ -139,5 +133,5 @@ "types": "./packageInfo.d.ts", | ||
"dependencies": { | ||
"@polkadot/ui-settings": "3.6.4", | ||
"@polkadot/util": "^12.6.1", | ||
"@polkadot/util-crypto": "^12.6.1", | ||
"@polkadot/ui-settings": "3.6.5", | ||
"@polkadot/util": "^12.6.2", | ||
"@polkadot/util-crypto": "^12.6.2", | ||
"qrcode-generator": "^1.4.4", | ||
@@ -144,0 +138,0 @@ "react-qr-reader": "^2.2.1", |
@@ -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.4' }; | ||
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.5' }; |
Sorry, the diff of this file is too big to display
539834
50
10401
+ Added@polkadot/ui-settings@3.6.5(transitive)
- Removed@polkadot/ui-settings@3.6.4(transitive)
Updated@polkadot/ui-settings@3.6.5
Updated@polkadot/util@^12.6.2