react-perfscope 0.1.0 → 0.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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-perfscope",
3
- "version": "0.1.0",
4
- "description": "Zero-config React runtime performance profiler renders, long tasks, layout shifts, web vitals, INP breakdown, heap & FPS — in an in-app panel.",
3
+ "version": "0.1.1",
4
+ "description": "Zero-config React performance profiler with an in-app panel.",
5
5
  "keywords": [
6
6
  "react",
7
7
  "performance",
@@ -39,9 +39,9 @@
39
39
  "./dist/auto.cjs"
40
40
  ],
41
41
  "dependencies": {
42
- "@react-perfscope/core": "0.1.0",
43
- "@react-perfscope/react": "0.1.0",
44
- "@react-perfscope/ui": "0.1.0"
42
+ "@react-perfscope/core": "0.1.1",
43
+ "@react-perfscope/react": "0.1.1",
44
+ "@react-perfscope/ui": "0.1.1"
45
45
  },
46
46
  "license": "MIT",
47
47
  "author": "rayforvideos",