@polkadot/types-codec
Advanced tools
Comparing version 9.11.1 to 9.11.2
@@ -16,4 +16,4 @@ "use strict"; | ||
type: 'cjs', | ||
version: '9.11.1' | ||
version: '9.11.2' | ||
}; | ||
exports.packageInfo = packageInfo; |
@@ -23,3 +23,3 @@ { | ||
"type": "module", | ||
"version": "9.11.1", | ||
"version": "9.11.2", | ||
"main": "./cjs/index.js", | ||
@@ -439,5 +439,5 @@ "module": "./index.js", | ||
"@babel/runtime": "^7.20.7", | ||
"@polkadot/util": "^10.2.3", | ||
"@polkadot/x-bigint": "^10.2.3" | ||
"@polkadot/util": "^10.2.4", | ||
"@polkadot/x-bigint": "^10.2.4" | ||
} | ||
} |
@@ -10,3 +10,3 @@ // Copyright 2017-2023 @polkadot/types-codec authors & contributors | ||
type: 'esm', | ||
version: '9.11.1' | ||
version: '9.11.2' | ||
}; |
Updated@polkadot/util@^10.2.4
Updated@polkadot/x-bigint@^10.2.4