chrome-devtools-mcp 0.20.2 → 0.20.3

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.
@@ -0,0 +1,3 @@
1
+ # Dictionary compression cannot be used for cross-origin no-cors requests without a Cross-Origin-Resource-Policy response header
2
+
3
+ To use dictionary compression for a cross-origin no-cors request, the response must have a `Cross-Origin-Resource-Policy: cross-origin` header. Without it, the response can not be decoded and will fail.
@@ -0,0 +1,3 @@
1
+ # A cross-origin no-cors response cannot be stored as a shared dictionary for future requests without a Cross-Origin-Resource-Policy response header
2
+
3
+ To store a response from a cross-origin no-cors request as a shared dictionary for future requests, the response must have a `Cross-Origin-Resource-Policy: cross-origin` header. Without it, the response will not be stored as a dictionary.
@@ -5,5 +5,5 @@
5
5
  */
6
6
  // If moved update release-please config
7
7
  // x-release-please-start-version
8
- export const VERSION = '0.20.2';
8
+ export const VERSION = '0.20.3';
9
9
  // x-release-please-end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chrome-devtools-mcp",
3
- "version": "0.20.2",
3
+ "version": "0.20.3",
4
4
  "description": "MCP server for Chrome DevTools",
5
5
  "type": "module",
6
6
  "bin": {
@@ -59,7 +59,7 @@
59
59
  "@types/yargs": "^17.0.33",
60
60
  "@typescript-eslint/eslint-plugin": "^8.43.0",
61
61
  "@typescript-eslint/parser": "^8.43.0",
62
- "chrome-devtools-frontend": "1.0.1596260",
62
+ "chrome-devtools-frontend": "1.0.1599001",
63
63
  "core-js": "3.48.0",
64
64
  "debug": "4.4.3",
65
65
  "eslint": "^9.35.0",
@@ -1 +0,0 @@
1
- # Found a matching dictionary, but the dictionary can't be used for the cross origin no-cors request