@comet/site-nextjs 9.0.0-canary-20251124092450 → 9.0.0-canary-20251124150209

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.
@@ -14,7 +14,7 @@ export declare function verifyJwt<T>(jwt: string): Promise<T | null>;
14
14
  export declare function setSitePreviewParams(payload: SitePreviewParams): Promise<void>;
15
15
  /**
16
16
  * Helper for SitePreview
17
- * @param options.skipDraftModeCheck Allows skipping the draft mode check, only required when called from middleware.ts (see https://github.com/vercel/next.js/issues/52080)
17
+ * @param options.skipDraftModeCheck Allows skipping the draft mode check, only required when called from proxy.ts (see https://github.com/vercel/next.js/issues/52080)
18
18
  * @return If SitePreview is active the current preview settings
19
19
  */
20
20
  export declare function previewParams(options?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@comet/site-nextjs",
3
- "version": "9.0.0-canary-20251124092450",
3
+ "version": "9.0.0-canary-20251124150209",
4
4
  "description": "Comet Site Next.js package",
5
5
  "repository": {
6
6
  "type": "git",
@@ -28,7 +28,7 @@
28
28
  "dependencies": {
29
29
  "jose": "^5.10.0",
30
30
  "server-only": "^0.0.1",
31
- "@comet/site-react": "9.0.0-canary-20251124092450"
31
+ "@comet/site-react": "9.0.0-canary-20251124150209"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/jest": "^29.5.14",
@@ -40,7 +40,7 @@
40
40
  "jest": "^29.7.0",
41
41
  "jest-environment-jsdom": "^29.7.0",
42
42
  "jest-junit": "^16.0.0",
43
- "next": "^15.5.4",
43
+ "next": "^16.0.3",
44
44
  "npm-run-all2": "^8.0.0",
45
45
  "prettier": "^3.6.2",
46
46
  "react": "^19.2.0",
@@ -53,11 +53,11 @@
53
53
  "typescript": "5.9.3",
54
54
  "vite": "^5.4.19",
55
55
  "vite-plugin-dts": "^4.5.4",
56
- "@comet/cli": "9.0.0-canary-20251124092450",
57
- "@comet/eslint-config": "9.0.0-canary-20251124092450"
56
+ "@comet/cli": "9.0.0-canary-20251124150209",
57
+ "@comet/eslint-config": "9.0.0-canary-20251124150209"
58
58
  },
59
59
  "peerDependencies": {
60
- "next": "^15.0.0",
60
+ "next": "^16.0.0",
61
61
  "react": "^19.0.0",
62
62
  "react-dom": "^19.0.0"
63
63
  },