@bandada/utils
Advanced tools
Comparing version 2.2.8 to 2.2.9
/** | ||
* @module @bandada/utils | ||
* @version 2.2.8 | ||
* @version 2.2.9 | ||
* @file General Bandada utility functions. | ||
@@ -5,0 +5,0 @@ * @copyright Ethereum Foundation 2023 |
{ | ||
"name": "@bandada/utils", | ||
"version": "2.2.8", | ||
"version": "2.2.9", | ||
"description": "General Bandada utility functions.", | ||
@@ -9,3 +9,4 @@ "license": "MIT", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.node.js" | ||
"require": "./dist/index.node.js", | ||
"types": "./dist/types/index.d.ts" | ||
}, | ||
@@ -12,0 +13,0 @@ "types": "dist/types/index.d.ts", |
Sorry, the diff of this file is not supported yet
141050