chrome-devtools-frontend 1.0.1621678 → 1.0.1622369

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.
@@ -816,6 +816,7 @@ export const knownContextValues = new Set([
816
816
  'close-walkthrough',
817
817
  'closeable-tabs',
818
818
  'closeableTabs',
819
+ 'cls-culprits-widget',
819
820
  'code',
820
821
  'code-completion.accordion',
821
822
  'code-disclaimer',
@@ -2274,6 +2275,7 @@ export const knownContextValues = new Set([
2274
2275
  'layout-count',
2275
2276
  'layout-shifts',
2276
2277
  'lcp-breakdown',
2278
+ 'lcp-discovery-widget',
2277
2279
  'learn-more',
2278
2280
  'learn-more.ai-annotations',
2279
2281
  'learn-more.ai-assistance',
package/package.json CHANGED
@@ -104,5 +104,5 @@
104
104
  "flat-cache": "6.1.12"
105
105
  }
106
106
  },
107
- "version": "1.0.1621678"
107
+ "version": "1.0.1622369"
108
108
  }