@polkadot/networks
Advanced tools
Comparing version 13.3.1 to 13.4.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.3.1' }; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.4.1' }; |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "13.3.1", | ||
"version": "13.4.1", | ||
"main": "./cjs/index.js", | ||
@@ -186,3 +186,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "13.3.1", | ||
"@polkadot/util": "13.4.1", | ||
"@substrate/ss58-registry": "^1.51.0", | ||
@@ -189,0 +189,0 @@ "tslib": "^2.8.0" |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/networks', 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: '13.3.1' }; | ||
export const packageInfo = { name: '@polkadot/networks', 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: '13.4.1' }; |
+ Added@polkadot/util@13.4.1(transitive)
+ Added@polkadot/x-bigint@13.4.1(transitive)
+ Added@polkadot/x-global@13.4.1(transitive)
+ Added@polkadot/x-textdecoder@13.4.1(transitive)
+ Added@polkadot/x-textencoder@13.4.1(transitive)
- Removed@polkadot/util@13.3.1(transitive)
- Removed@polkadot/x-bigint@13.3.1(transitive)
- Removed@polkadot/x-global@13.3.1(transitive)
- Removed@polkadot/x-textdecoder@13.3.1(transitive)
- Removed@polkadot/x-textencoder@13.3.1(transitive)
Updated@polkadot/util@13.4.1