@polkadot/x-bigint
Advanced tools
Comparing version 8.5.2-8 to 8.5.2-9
@@ -23,3 +23,3 @@ { | ||
"type": "module", | ||
"version": "8.5.2-8", | ||
"version": "8.5.2-9", | ||
"main": "index.cjs", | ||
@@ -49,5 +49,5 @@ "module": "index.js", | ||
"dependencies": { | ||
"@babel/runtime": "^7.17.7", | ||
"@polkadot/x-global": "8.5.2-8" | ||
"@babel/runtime": "^7.17.8", | ||
"@polkadot/x-global": "8.5.2-9" | ||
} | ||
} |
@@ -6,5 +6,5 @@ // Copyright 2017-2022 @polkadot/x-bigint authors & contributors | ||
name: '@polkadot/x-bigint', | ||
path: (import.meta && import.meta.url) ? new URL('.', import.meta.url).pathname : 'auto', | ||
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: '8.5.2-8' | ||
version: '8.5.2-9' | ||
}; |
Sorry, the diff of this file is not supported yet
3905
+ Added@polkadot/x-global@8.5.2-9(transitive)
- Removed@polkadot/x-global@8.5.2-8(transitive)
Updated@babel/runtime@^7.17.8
Updated@polkadot/x-global@8.5.2-9