@polkadot/util
Advanced tools
Comparing version 12.3.1 to 12.3.2
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/util', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.3.1' }; | ||
exports.packageInfo = { name: '@polkadot/util', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '12.3.2' }; |
@@ -21,3 +21,3 @@ { | ||
"type": "module", | ||
"version": "12.3.1", | ||
"version": "12.3.2", | ||
"main": "./cjs/index.js", | ||
@@ -877,6 +877,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/x-bigint": "12.3.1", | ||
"@polkadot/x-global": "12.3.1", | ||
"@polkadot/x-textdecoder": "12.3.1", | ||
"@polkadot/x-textencoder": "12.3.1", | ||
"@polkadot/x-bigint": "12.3.2", | ||
"@polkadot/x-global": "12.3.2", | ||
"@polkadot/x-textdecoder": "12.3.2", | ||
"@polkadot/x-textencoder": "12.3.2", | ||
"@types/bn.js": "^5.1.1", | ||
@@ -883,0 +883,0 @@ "bn.js": "^5.2.1", |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/util', 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.3.1' }; | ||
export const packageInfo = { name: '@polkadot/util', 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.3.2' }; |
@@ -9,2 +9,3 @@ /// <reference types="bn.js" /> | ||
} | ||
export type Constructor<T = any, A extends unknown[] = any[]> = Class<T, A>; | ||
export interface ToBigInt { | ||
@@ -11,0 +12,0 @@ toBigInt: () => bigint; |
Sorry, the diff of this file is too big to display
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
544756
14489
+ Added@polkadot/x-bigint@12.3.2(transitive)
+ Added@polkadot/x-global@12.3.2(transitive)
+ Added@polkadot/x-textdecoder@12.3.2(transitive)
+ Added@polkadot/x-textencoder@12.3.2(transitive)
- Removed@polkadot/x-bigint@12.3.1(transitive)
- Removed@polkadot/x-global@12.3.1(transitive)
- Removed@polkadot/x-textdecoder@12.3.1(transitive)
- Removed@polkadot/x-textencoder@12.3.1(transitive)
Updated@polkadot/x-bigint@12.3.2
Updated@polkadot/x-global@12.3.2