Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "perftrace", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Record PerformanceEntry objects from Node.js and the Web in the Trace Event Format, so that it can be visualized on https://ui.perfetto.dev.", | ||
@@ -10,7 +10,5 @@ "repository": { | ||
"homepage": "https://github.com/RaisinTen/perftrace?tab=readme-ov-file#perftrace", | ||
"main": "index.mjs", | ||
"type": "module", | ||
"exports": { | ||
"import": "index.mjs", | ||
"require": "index.cjs" | ||
"import": "./index.mjs", | ||
"require": "./index.cjs" | ||
}, | ||
@@ -17,0 +15,0 @@ "scripts": { |
@@ -9,2 +9,6 @@ # perftrace | ||
![](./docs/examples/client-side-use-on-web-browser/perftrace-web.gif) | ||
The code for this example is available [here](docs/examples/client-side-use-on-web-browser). | ||
Check out <a href="https://dev.to/raisinten/visualize-performance-issues-in-your-javascript-application-4cnc">the blog <img src="https://avatars2.githubusercontent.com/u/13521919?s=200&v=4" width="25px"></a>! | ||
@@ -11,0 +15,0 @@ |
5398
28
No