@polkadot/types-codec
Advanced tools
Comparing version 10.3.4 to 10.4.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.packageInfo = void 0; | ||
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.3.4' }; | ||
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.4.1' }; |
@@ -6,3 +6,3 @@ { | ||
"engines": { | ||
"node": ">=14" | ||
"node": ">=16" | ||
}, | ||
@@ -22,3 +22,3 @@ "homepage": "https://github.com/polkadot-js/api/tree/master/packages/types-codec#readme", | ||
"type": "module", | ||
"version": "10.3.4", | ||
"version": "10.4.1", | ||
"main": "./cjs/index.js", | ||
@@ -445,6 +445,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "^11.1.3", | ||
"@polkadot/x-bigint": "^11.1.3", | ||
"@polkadot/util": "^12.0.1", | ||
"@polkadot/x-bigint": "^12.0.1", | ||
"tslib": "^2.5.0" | ||
} | ||
} |
@@ -1,1 +0,1 @@ | ||
export const packageInfo = { name: '@polkadot/types-codec', 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: '10.3.4' }; | ||
export const packageInfo = { name: '@polkadot/types-codec', 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: '10.4.1' }; |
@@ -64,3 +64,3 @@ /// <reference types="bn.js" /> | ||
register(arg1: string | CodecClass | RegistryTypes, arg2?: CodecClass): void; | ||
setMetadata(metadata: unknown, signedExtensions?: string[], userExtensions?: unknown): void; | ||
setMetadata(metadata: unknown, signedExtensions?: string[], userExtensions?: unknown, noInitWarn?: boolean): void; | ||
} |
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
661437
5
33
+ Added@polkadot/util@12.6.2(transitive)
+ Added@polkadot/x-bigint@12.6.2(transitive)
+ Added@polkadot/x-global@12.6.2(transitive)
+ Added@polkadot/x-textdecoder@12.6.2(transitive)
+ Added@polkadot/x-textencoder@12.6.2(transitive)
- Removed@polkadot/util@11.1.3(transitive)
- Removed@polkadot/x-bigint@11.1.3(transitive)
- Removed@polkadot/x-global@11.1.3(transitive)
- Removed@polkadot/x-textdecoder@11.1.3(transitive)
- Removed@polkadot/x-textencoder@11.1.3(transitive)
Updated@polkadot/util@^12.0.1
Updated@polkadot/x-bigint@^12.0.1