devtools-protocol 0.0.1451615 → 0.0.1452169

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.
@@ -1331,7 +1331,7 @@
1331
1331
  },
1332
1332
  {
1333
1333
  "name": "buildId",
1334
- "description": "For Wasm modules, the content of the `build_id` custom section.",
1334
+ "description": "For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment.",
1335
1335
  "type": "string"
1336
1336
  },
1337
1337
  {
@@ -1440,7 +1440,7 @@
1440
1440
  },
1441
1441
  {
1442
1442
  "name": "buildId",
1443
- "description": "For Wasm modules, the content of the `build_id` custom section.",
1443
+ "description": "For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment.",
1444
1444
  "type": "string"
1445
1445
  },
1446
1446
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1451615",
3
+ "version": "0.0.1452169",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -649,7 +649,7 @@ domain Debugger
649
649
  Runtime.ExecutionContextId executionContextId
650
650
  # Content hash of the script, SHA-256.
651
651
  string hash
652
- # For Wasm modules, the content of the `build_id` custom section.
652
+ # For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment.
653
653
  string buildId
654
654
  # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
655
655
  optional object executionContextAuxData
@@ -690,7 +690,7 @@ domain Debugger
690
690
  Runtime.ExecutionContextId executionContextId
691
691
  # Content hash of the script, SHA-256.
692
692
  string hash
693
- # For Wasm modules, the content of the `build_id` custom section.
693
+ # For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment.
694
694
  string buildId
695
695
  # Embedder-specific auxiliary data likely matching {isDefault: boolean, type: 'default'|'isolated'|'worker', frameId: string}
696
696
  optional object executionContextAuxData
@@ -934,7 +934,7 @@ export namespace Protocol {
934
934
  */
935
935
  hash: string;
936
936
  /**
937
- * For Wasm modules, the content of the `build_id` custom section.
937
+ * For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment.
938
938
  */
939
939
  buildId: string;
940
940
  /**
@@ -1013,7 +1013,7 @@ export namespace Protocol {
1013
1013
  */
1014
1014
  hash: string;
1015
1015
  /**
1016
- * For Wasm modules, the content of the `build_id` custom section.
1016
+ * For Wasm modules, the content of the `build_id` custom section. For JavaScript the `debugId` magic comment.
1017
1017
  */
1018
1018
  buildId: string;
1019
1019
  /**