@wdio/protocols 8.0.0-alpha.518 → 8.0.0-alpha.547

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wdio/protocols",
3
- "version": "8.0.0-alpha.518+af6190801",
3
+ "version": "8.0.0-alpha.547+d26292ec1",
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",
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "af6190801a0ec74c6799cc993e512aecf5846c4c"
27
+ "gitHead": "d26292ec1ea19fde65d2b575a7cb3ef288231ad2"
28
28
  }
@@ -1221,7 +1221,7 @@
1221
1221
  }]
1222
1222
  }
1223
1223
  },
1224
- "/session/:sessionId/authenticator/:authenticatorId": {
1224
+ "/session/:sessionId/webauthn/authenticator/:authenticatorId": {
1225
1225
  "DELETE": {
1226
1226
  "command": "removeVirtualAuthenticator",
1227
1227
  "description": "Removes a previously created Virtual Authenticator.",
@@ -1233,7 +1233,7 @@
1233
1233
  "parameters": []
1234
1234
  }
1235
1235
  },
1236
- "/session/:sessionId/authenticator/:authenticatorId/credential": {
1236
+ "/session/:sessionId/webauthn/authenticator/:authenticatorId/credential": {
1237
1237
  "POST": {
1238
1238
  "command": "addCredential",
1239
1239
  "description": "Injects a Public Key Credential Source into an existing Virtual Authenticator.",
@@ -1276,7 +1276,7 @@
1276
1276
  }]
1277
1277
  }
1278
1278
  },
1279
- "/session/:sessionId/authenticator/:authenticatorId/credentials": {
1279
+ "/session/:sessionId/webauthn/authenticator/:authenticatorId/credentials": {
1280
1280
  "GET": {
1281
1281
  "command": "getCredentials",
1282
1282
  "description": "Returns one Credential Parameters object for every Public Key Credential Source stored in a Virtual Authenticator, regardless of whether they were stored using Add Credential or `navigator.credentials.create()`.",
@@ -1298,7 +1298,7 @@
1298
1298
  "parameters": []
1299
1299
  }
1300
1300
  },
1301
- "/session/:sessionId/authenticator/:authenticatorId/credentials/:credentialId": {
1301
+ "/session/:sessionId/webauthn/authenticator/:authenticatorId/credentials/:credentialId": {
1302
1302
  "DELETE": {
1303
1303
  "command": "removeCredential",
1304
1304
  "description": "Removes a Public Key Credential Source stored on a Virtual Authenticator.",
@@ -1313,7 +1313,7 @@
1313
1313
  "parameters": []
1314
1314
  }
1315
1315
  },
1316
- "/session/:sessionId/authenticator/:authenticatorId/credentials/:credentialId/uv": {
1316
+ "/session/:sessionId/webauthn/authenticator/:authenticatorId/credentials/:credentialId/uv": {
1317
1317
  "POST": {
1318
1318
  "command": "setUserVerified",
1319
1319
  "description": "The Set User Verified extension command sets the isUserVerified property on the Virtual Authenticator.",