devtools-protocol 0.0.1193409 → 0.0.1195207

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": "devtools-protocol",
3
- "version": "0.0.1193409",
3
+ "version": "0.0.1195207",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -1015,7 +1015,7 @@ experimental domain Autofill
1015
1015
  # fields and values defining an address.
1016
1016
  array of AddressField fields
1017
1017
 
1018
- # Defines how an address can be displayed like in chrome://settings/addresses.
1018
+ # Defines how an address can be displayed like in chrome://settings/addresses.
1019
1019
  # Address UI is a two dimensional array, each inner array is an "address information line", and when rendered in a UI surface should be displayed as such.
1020
1020
  # The following address UI for instance:
1021
1021
  # [[{name: "GIVE_NAME", value: "Jon"}, {name: "FAMILY_NAME", value: "Doe"}], [{name: "CITY", value: "Munich"}, {name: "ZIP", value: "81456"}]]
@@ -1053,7 +1053,7 @@ experimental domain Autofill
1053
1053
  parameters
1054
1054
  # Information about the fields that were filled
1055
1055
  array of FilledField filledFields
1056
- # An UI representation of the address used to fill the form.
1056
+ # An UI representation of the address used to fill the form.
1057
1057
  # Consists of a 2D array where each child represents an address/profile line.
1058
1058
  AddressUI addressUi
1059
1059