trackjs-nextjs 1.0.4 → 1.0.5

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
@@ -10,7 +10,7 @@
10
10
  This package integrates the TrackJS agent into Next.js projects.
11
11
 
12
12
  # Compatibility
13
- This package supports **Next.js** versions **14** and **15**. Please refer to our documentation to integrate with older versions of Next.js.
13
+ This package supports **Next.js** versions **14**, **15** and **16**. Please refer to our documentation to integrate with older versions of Next.js.
14
14
 
15
15
  # Reference
16
16
  - [TrackJS Next.js Documentation](https://docs.trackjs.com/browser-agent/integrations/nextjs15/)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trackjs-nextjs",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "TrackJS error tracking integration for Next.js",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {