@wdio/utils 9.31.2 → 9.31.5

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.
Files changed (2) hide show
  1. package/build/index.js +1 -2
  2. package/package.json +2 -2
package/build/index.js CHANGED
@@ -930,8 +930,7 @@ var ELEMENT_QUERY_COMMANDS = [
930
930
  "nextElement",
931
931
  "previousElement",
932
932
  "parentElement",
933
- "unstable_select",
934
- "unstable_filter"
933
+ "unstable_select"
935
934
  ];
936
935
  var ELEMENT_PROPS = [
937
936
  "elementId",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/utils",
3
- "version": "9.31.2",
3
+ "version": "9.31.5",
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",
@@ -55,5 +55,5 @@
55
55
  "publishConfig": {
56
56
  "access": "public"
57
57
  },
58
- "gitHead": "514d1ea03df245adc0a2c193f74476738210f041"
58
+ "gitHead": "4f39140405a3a54a44c391f97a6de1fc3af2d33d"
59
59
  }