devtools-protocol 0.0.1040073 → 0.0.1044932

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.
@@ -6204,7 +6204,7 @@
6204
6204
  },
6205
6205
  {
6206
6206
  "name": "previousNodeId",
6207
- "description": "If of the previous siblint.",
6207
+ "description": "Id of the previous sibling.",
6208
6208
  "$ref": "NodeId"
6209
6209
  },
6210
6210
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1040073",
3
+ "version": "0.0.1044932",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -2926,7 +2926,7 @@ domain DOM
2926
2926
  parameters
2927
2927
  # Id of the node that has changed.
2928
2928
  NodeId parentNodeId
2929
- # If of the previous siblint.
2929
+ # Id of the previous sibling.
2930
2930
  NodeId previousNodeId
2931
2931
  # Inserted node data.
2932
2932
  Node node
@@ -6414,7 +6414,7 @@ export namespace Protocol {
6414
6414
  */
6415
6415
  parentNodeId: NodeId;
6416
6416
  /**
6417
- * If of the previous siblint.
6417
+ * Id of the previous sibling.
6418
6418
  */
6419
6419
  previousNodeId: NodeId;
6420
6420
  /**