devtools-protocol 0.0.1478340 → 0.0.1479623

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.
@@ -14762,7 +14762,7 @@
14762
14762
  "experimental": true,
14763
14763
  "type": "string",
14764
14764
  "enum": [
14765
- "Local",
14765
+ "Loopback",
14766
14766
  "Private",
14767
14767
  "Public",
14768
14768
  "Unknown"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1478340",
3
+ "version": "0.0.1479623",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -7671,7 +7671,7 @@ domain Network
7671
7671
 
7672
7672
  experimental type IPAddressSpace extends string
7673
7673
  enum
7674
- Local
7674
+ Loopback
7675
7675
  Private
7676
7676
  Public
7677
7677
  Unknown
@@ -11779,7 +11779,7 @@ export namespace Protocol {
11779
11779
 
11780
11780
  export type PrivateNetworkRequestPolicy = ('Allow' | 'BlockFromInsecureToMorePrivate' | 'WarnFromInsecureToMorePrivate' | 'PreflightBlock' | 'PreflightWarn' | 'PermissionBlock' | 'PermissionWarn');
11781
11781
 
11782
- export type IPAddressSpace = ('Local' | 'Private' | 'Public' | 'Unknown');
11782
+ export type IPAddressSpace = ('Loopback' | 'Private' | 'Public' | 'Unknown');
11783
11783
 
11784
11784
  export interface ConnectTiming {
11785
11785
  /**