@chrome-devtools/rehydrated-devtools-app 1.20251608.0 → 1.20251608.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,7 +21,7 @@ For your hack needs there is a [deployed version](https://iam-medvedev.github.io
21
21
 
22
22
  ## NPM packages
23
23
 
24
- The builder extracts individual DevTools components into separate scoped packages published to npm under the `@chrome-devtools` namespace.
24
+ The builder extracts individual DevTools components into separate scoped packages published to npm under the [`@chrome-devtools`](https://www.npmjs.com/org/chrome-devtools) namespace.
25
25
 
26
26
  Each component is published as its own package, allowing you to import only the specific DevTools functionality you need.
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrome-devtools/rehydrated-devtools-app",
3
- "version": "1.20251608.0",
3
+ "version": "1.20251608.1",
4
4
  "description": "chrome-devtools-frontend built version",
5
5
  "repository": "https://github.com/iam-medvedev/chrome-devtools.git",
6
6
  "author": "Ilya Medvedev <ilya@medvedev.im>",