@polkadot/types-codec
Advanced tools
Comparing version 15.1.1 to 15.2.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: '15.1.1' }; | ||
exports.packageInfo = { name: '@polkadot/types-codec', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '15.2.1' }; |
@@ -21,3 +21,3 @@ { | ||
"type": "module", | ||
"version": "15.1.1", | ||
"version": "15.2.1", | ||
"main": "./cjs/index.js", | ||
@@ -1146,6 +1146,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@polkadot/util": "^13.2.3", | ||
"@polkadot/x-bigint": "^13.2.3", | ||
"tslib": "^2.8.0" | ||
"@polkadot/util": "^13.3.1", | ||
"@polkadot/x-bigint": "^13.3.1", | ||
"tslib": "^2.8.1" | ||
} | ||
} |
@@ -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: '15.1.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: '15.2.1' }; |
Updated@polkadot/util@^13.3.1
Updated@polkadot/x-bigint@^13.3.1
Updatedtslib@^2.8.1