@pubinfo/devtools 2.1.0 → 2.1.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.
@@ -3812,7 +3812,7 @@ function setupServerRouterPanel() {
3812
3812
  type: "iframe",
3813
3813
  src: "/__pubinfo_devtools/#/server-router"
3814
3814
  },
3815
- category: "app"
3815
+ category: "modules"
3816
3816
  });
3817
3817
  }
3818
3818
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@pubinfo/devtools",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "exports": {
6
6
  ".": {
7
7
  "types": "./dist/index.d.ts",