@polkadot/networks
Advanced tools
Comparing version 12.2.1 to 12.2.2
"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: '12.2.1' }; | ||
exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.2.2' }; |
@@ -18,3 +18,3 @@ { | ||
"type": "module", | ||
"version": "12.2.1", | ||
"version": "12.2.2", | ||
"main": "./cjs/index.js", | ||
@@ -104,6 +104,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "12.2.1", | ||
"@polkadot/util": "12.2.2", | ||
"@substrate/ss58-registry": "^1.40.0", | ||
"tslib": "^2.5.0" | ||
"tslib": "^2.5.3" | ||
} | ||
} |
@@ -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: '12.2.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: '12.2.2' }; |
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
+ Added@polkadot/util@12.2.2(transitive)
+ Added@polkadot/x-bigint@12.2.2(transitive)
+ Added@polkadot/x-global@12.2.2(transitive)
+ Added@polkadot/x-textdecoder@12.2.2(transitive)
+ Added@polkadot/x-textencoder@12.2.2(transitive)
+ Added@types/node@22.9.0(transitive)
- Removed@polkadot/util@12.2.1(transitive)
- Removed@polkadot/x-bigint@12.2.1(transitive)
- Removed@polkadot/x-global@12.2.1(transitive)
- Removed@polkadot/x-textdecoder@12.2.1(transitive)
- Removed@polkadot/x-textencoder@12.2.1(transitive)
- Removed@types/node@22.8.6(transitive)
Updated@polkadot/util@12.2.2
Updatedtslib@^2.5.3