@commet/next 0.2.4 → 0.2.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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  <p>Next.js integration for Commet</p>
9
9
 
10
10
  <a href="https://www.npmjs.com/package/@commet/next"><img alt="NPM version" src="https://img.shields.io/npm/v/@commet/next.svg?style=for-the-badge&labelColor=000000"></a>
11
- <a href="https://docs.commet.co"><img alt="Documentation" src="https://img.shields.io/badge/docs-commet-blue.svg?style=for-the-badge&labelColor=000000"></a>
11
+ <a href="https://commet.co/docs/platform/overview"><img alt="Documentation" src="https://img.shields.io/badge/docs-commet-blue.svg?style=for-the-badge&labelColor=000000"></a>
12
12
  </div>
13
13
 
14
14
  <br/>
@@ -58,9 +58,9 @@ export const GET = CustomerPortal({
58
58
 
59
59
  ## Documentation
60
60
 
61
- - [Webhooks](https://docs.commet.co/docs/library/installation/webhooks)
62
- - [Customer Portal](https://docs.commet.co/docs/library/features/portal-access)
63
- - [SDK Reference](https://docs.commet.co/docs/library/quickstart)
61
+ - [Webhooks](https://commet.co/docs/library/installation/webhooks)
62
+ - [Customer Portal](https://commet.co/docs/library/features/portal-access)
63
+ - [SDK Reference](https://commet.co/docs/library/quickstart)
64
64
 
65
65
  ## License
66
66
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commet/next",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Next.js integration for Commet billing platform",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -30,7 +30,7 @@
30
30
  },
31
31
  "devDependencies": {
32
32
  "@types/node": "24.10.1",
33
- "next": "16.0.3",
33
+ "next": "16.0.10",
34
34
  "tsup": "8.5.1",
35
35
  "typescript": "5.9.3",
36
36
  "vitest": "4.0.13"