@wdio/utils
Advanced tools
Comparing version 9.7.2 to 9.7.3
{ | ||
"name": "@wdio/utils", | ||
"version": "9.7.2", | ||
"version": "9.7.3", | ||
"description": "A WDIO helper utility to provide several utility functions used across the project.", | ||
@@ -16,3 +16,4 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"source": "./src/node/index.ts", | ||
"import": "./build/node.js" | ||
"import": "./build/node.js", | ||
"types": "./src/node/index.d.ts" | ||
} | ||
@@ -57,3 +58,3 @@ }, | ||
}, | ||
"gitHead": "63ac0e07bef1ac9e9075bbef24bd9c9340085bdc" | ||
"gitHead": "839ac572881d2b951c5e12feaa828f2b7eb19a96" | ||
} |
120961