@scalar/nextjs-api-reference 0.9.11 → 0.9.13

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @scalar/nextjs-api-reference
2
2
 
3
+ ## 0.9.13
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/core@0.3.33**
10
+
11
+ ## 0.9.12
12
+
13
+ ### Patch Changes
14
+
15
+ - [#7810](https://github.com/scalar/scalar/pull/7810): docs: update documentation domain
16
+
3
17
  ## 0.9.11
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -16,7 +16,7 @@ Next.js API route handler to serve beautiful, interactive API documentation from
16
16
 
17
17
  ## Documentation
18
18
 
19
- [Read the documentation here](https://guides.scalar.com/products/api-references/integrations/nextjs)
19
+ [Read the documentation here](https://scalar.com/products/api-references/integrations/nextjs)
20
20
 
21
21
  ## Changelog
22
22
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "openapi",
19
19
  "swagger"
20
20
  ],
21
- "version": "0.9.11",
21
+ "version": "0.9.13",
22
22
  "engines": {
23
23
  "node": ">=20"
24
24
  },
@@ -47,10 +47,10 @@
47
47
  "type": "npm-license"
48
48
  }
49
49
  ],
50
- "documentation": "https://guides.scalar.com/products/api-references/integrations/nextjs"
50
+ "documentation": "https://scalar.com/products/api-references/integrations/nextjs"
51
51
  },
52
52
  "dependencies": {
53
- "@scalar/core": "0.3.32"
53
+ "@scalar/core": "0.3.33"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@types/node": "^22.19.3",
@@ -63,7 +63,7 @@
63
63
  "vite": "^7.3.1",
64
64
  "vite-plugin-dts": "^4.3.0",
65
65
  "vitest": "4.0.16",
66
- "@scalar/api-reference": "1.43.7"
66
+ "@scalar/api-reference": "1.43.13"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "next": "^15.0.0 || ^16.0.0",