react-dev-profiler 1.0.0 → 1.0.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 (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +2 -2
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Frederic Denis (billywild87)
3
+ Copyright (c) 2026 Frederic Denis (billywild87)
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,8 +2,8 @@
2
2
 
3
3
  Real-time React performance monitoring for development. Zero overhead in production.
4
4
 
5
- ![npm](https://img.shields.io/npm/v/react-dev-profiler)
6
- ![license](https://img.shields.io/npm/l/react-dev-profiler)
5
+ [![npm version](https://img.shields.io/npm/v/react-dev-profiler)](https://www.npmjs.com/package/react-dev-profiler)
6
+ [![license](https://img.shields.io/npm/l/react-dev-profiler?v=2)](./LICENSE)
7
7
 
8
8
  ## What it does
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-dev-profiler",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Real-time React performance monitoring — frame times, FPS, DOM mutations, memory, and more. Zero overhead in production.",
5
5
  "author": "Frederic Denis <billywild87@users.noreply.github.com> (https://github.com/billywild87)",
6
6
  "license": "MIT",