@rollipop/rolldown-debug 1.0.15 → 1.0.16

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
@@ -98,4 +98,4 @@ const packageRows = packageGraph?.packages.map((pkg) => ({
98
98
 
99
99
  To detect duplicate packages, group records by non-null `name`, then mark groups that contain more than one version or package root.
100
100
 
101
- See `meta/design/devtools.md` in the Rolldown repository for implementation details and event lifecycle notes.
101
+ See `internal-docs/devtools/implementation.md` in the Rolldown repository for implementation details and event lifecycle notes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rollipop/rolldown-debug",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "homepage": "https://rolldown.rs/",
5
5
  "license": "MIT",
6
6
  "repository": {