devtools-protocol 0.0.1653615 → 0.0.1654583

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.
@@ -2362,7 +2362,9 @@
2362
2362
  "LowContrast",
2363
2363
  "FontSizeTooSmall",
2364
2364
  "FontSizeTooLarge",
2365
- "InvalidSizeValue"
2365
+ "InvalidSizeValue",
2366
+ "NonSecureContext",
2367
+ "MissingTransientUserActivation"
2366
2368
  ]
2367
2369
  },
2368
2370
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1653615",
3
+ "version": "0.0.1654583",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -743,6 +743,8 @@ experimental domain Audits
743
743
  FontSizeTooSmall
744
744
  FontSizeTooLarge
745
745
  InvalidSizeValue
746
+ NonSecureContext
747
+ MissingTransientUserActivation
746
748
 
747
749
  # This issue warns about improper usage of the <permission> element.
748
750
  type PermissionElementIssueDetails extends object
@@ -3974,7 +3974,7 @@ export namespace Protocol {
3974
3974
  sourceCodeLocation?: SourceCodeLocation;
3975
3975
  }
3976
3976
 
3977
- export type PermissionElementIssueType = ('InvalidType' | 'FencedFrameDisallowed' | 'CspFrameAncestorsMissing' | 'PermissionsPolicyBlocked' | 'PaddingRightUnsupported' | 'PaddingBottomUnsupported' | 'InsetBoxShadowUnsupported' | 'RequestInProgress' | 'UntrustedEvent' | 'RegistrationFailed' | 'TypeNotSupported' | 'InvalidTypeActivation' | 'SecurityChecksFailed' | 'ActivationDisabled' | 'GeolocationDeprecated' | 'InvalidDisplayStyle' | 'NonOpaqueColor' | 'LowContrast' | 'FontSizeTooSmall' | 'FontSizeTooLarge' | 'InvalidSizeValue');
3977
+ export type PermissionElementIssueType = ('InvalidType' | 'FencedFrameDisallowed' | 'CspFrameAncestorsMissing' | 'PermissionsPolicyBlocked' | 'PaddingRightUnsupported' | 'PaddingBottomUnsupported' | 'InsetBoxShadowUnsupported' | 'RequestInProgress' | 'UntrustedEvent' | 'RegistrationFailed' | 'TypeNotSupported' | 'InvalidTypeActivation' | 'SecurityChecksFailed' | 'ActivationDisabled' | 'GeolocationDeprecated' | 'InvalidDisplayStyle' | 'NonOpaqueColor' | 'LowContrast' | 'FontSizeTooSmall' | 'FontSizeTooLarge' | 'InvalidSizeValue' | 'NonSecureContext' | 'MissingTransientUserActivation');
3978
3978
 
3979
3979
  /**
3980
3980
  * This issue warns about improper usage of the <permission> element.