@wdio/protocols 9.0.4 → 9.0.8

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/types.d.ts +1 -1
  2. package/package.json +2 -2
package/build/types.d.ts CHANGED
@@ -62,7 +62,7 @@ export interface Timeouts {
62
62
  pageLoad?: number;
63
63
  script?: number;
64
64
  }
65
- export type SameSiteOptions = 'Lax' | 'Strict' | 'None';
65
+ export type SameSiteOptions = 'lax' | 'strict' | 'none';
66
66
  export interface Cookie {
67
67
  /**
68
68
  * The name of the cookie.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "9.0.4",
3
+ "version": "9.0.8",
4
4
  "description": "Utility package providing information about automation protocols",
5
5
  "author": "Christian Bromann <mail@bromann.dev>",
6
6
  "homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
@@ -29,5 +29,5 @@
29
29
  "publishConfig": {
30
30
  "access": "public"
31
31
  },
32
- "gitHead": "1f3d6f781391548e8672e768e72b3d5c499a3aa7"
32
+ "gitHead": "cc85ebf08918965cff46ce7e014703549b7f50d7"
33
33
  }