@polkadot/types-codec
Advanced tools
Comparing version 9.5.1 to 9.5.2
@@ -14,4 +14,4 @@ "use strict"; | ||
type: 'cjs', | ||
version: '9.5.1' | ||
version: '9.5.2' | ||
}; | ||
exports.packageInfo = packageInfo; |
@@ -23,3 +23,3 @@ { | ||
"type": "module", | ||
"version": "9.5.1", | ||
"version": "9.5.2", | ||
"main": "./cjs/index.js", | ||
@@ -438,6 +438,6 @@ "module": "./index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.19.0", | ||
"@polkadot/util": "^10.1.10", | ||
"@polkadot/x-bigint": "^10.1.10" | ||
"@babel/runtime": "^7.19.4", | ||
"@polkadot/util": "^10.1.11", | ||
"@polkadot/x-bigint": "^10.1.11" | ||
} | ||
} |
@@ -8,3 +8,3 @@ // Copyright 2017-2022 @polkadot/types-codec authors & contributors | ||
type: 'esm', | ||
version: '9.5.1' | ||
version: '9.5.2' | ||
}; |
Updated@babel/runtime@^7.19.4
Updated@polkadot/util@^10.1.11
Updated@polkadot/x-bigint@^10.1.11