@polkadot/networks
Advanced tools
Comparing version
"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.5.2' }; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.3' }; |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "13.5.2", | ||
"version": "13.5.3", | ||
"main": "./cjs/index.js", | ||
@@ -186,3 +186,3 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "13.5.2", | ||
"@polkadot/util": "13.5.3", | ||
"@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.5.2' }; | ||
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.5.3' }; |
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
Updated