@wdio/utils 7.30.2 → 7.33.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/shim.js +0 -1
- package/package.json +3 -3
package/build/shim.js
CHANGED
|
@@ -11,7 +11,6 @@ let inCommandHook = false;
|
|
|
11
11
|
let hasWdioSyncSupport = false;
|
|
12
12
|
exports.hasWdioSyncSupport = hasWdioSyncSupport;
|
|
13
13
|
let runSync;
|
|
14
|
-
exports.runSync = runSync;
|
|
15
14
|
/**
|
|
16
15
|
* Jasmine differentiates between sync and async matchers.
|
|
17
16
|
* In order to offer a consistent experience WebdriverIO is
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/utils",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.33.0",
|
|
4
4
|
"description": "A WDIO helper utility to provide several utility functions used across the project.",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-utils",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"@wdio/logger": "7.26.0",
|
|
27
|
-
"@wdio/types": "7.
|
|
27
|
+
"@wdio/types": "7.33.0",
|
|
28
28
|
"p-iteration": "^1.1.8"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"access": "public"
|
|
32
32
|
},
|
|
33
33
|
"types": "./build/index.d.ts",
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "dddde783069dffb85594717ae92415d67ef9ce6b"
|
|
35
35
|
}
|