@scalar/nextjs-api-reference 0.4.37 → 0.4.38

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,17 @@
1
1
  # @scalar/nextjs-api-reference
2
2
 
3
+ ## 0.4.38
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [e285a6b]
8
+ - Updated dependencies [4023d52]
9
+ - Updated dependencies [2f10a39]
10
+ - Updated dependencies [c2ac68a]
11
+ - Updated dependencies [fc096b6]
12
+ - Updated dependencies [1961751]
13
+ - @scalar/api-reference@1.24.40
14
+
3
15
  ## 0.4.37
4
16
 
5
17
  ### Patch Changes
package/README.md CHANGED
@@ -46,7 +46,7 @@ const config = {
46
46
  }
47
47
  ```
48
48
 
49
- We wrote a [detailed integration guide for Next.js](/documentation/nextjs.md).
49
+ We wrote a [detailed integration guide for Next.js](/documentation/integrations/nextjs.md).
50
50
 
51
51
  The Next.js handler takes our universal configuration object, [read more about configuration](https://github.com/scalar/scalar/tree/main/documentation/configuration.md) in the core package README.
52
52
 
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "openapi",
19
19
  "swagger"
20
20
  ],
21
- "version": "0.4.37",
21
+ "version": "0.4.38",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -37,7 +37,7 @@
37
37
  "dependencies": {
38
38
  "next": "^14.1.1",
39
39
  "react": "^18.3.1",
40
- "@scalar/api-reference": "1.24.39"
40
+ "@scalar/api-reference": "1.24.40"
41
41
  },
42
42
  "devDependencies": {
43
43
  "@types/node": "^20.8.4",
@@ -49,7 +49,7 @@
49
49
  "react-dom": "^18.3.1",
50
50
  "vite": "^5.2.10",
51
51
  "vite-plugin-dts": "^3.6.3",
52
- "@scalar/api-reference": "1.24.39"
52
+ "@scalar/api-reference": "1.24.40"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "pnpm types:check && pnpm build-only",