trackjs-nextjs 1.0.5-canary.0 → 1.0.6

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
@@ -13,7 +13,7 @@ This package integrates the TrackJS agent into Next.js projects.
13
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
- - [TrackJS Next.js Documentation](https://docs.trackjs.com/browser-agent/integrations/nextjs15/)
16
+ - [TrackJS Next.js Documentation](https://docs.trackjs.com/browser-agent/integrations/nextjs16/)
17
17
  - [TrackJS Next.js Documentation For Next.js versions < 14](http://docs.trackjs.com/browser-agent/integrations/legacy/)
18
18
 
19
19
  # Usage
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "trackjs-nextjs",
3
- "version": "1.0.5-canary.0",
3
+ "version": "1.0.6",
4
4
  "description": "TrackJS error tracking integration for Next.js",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {