@scalar/nextjs-api-reference 0.4.87 → 0.4.89

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.89
4
+
5
+ ### Patch Changes
6
+
7
+ - @scalar/types@0.0.10
8
+
9
+ ## 0.4.88
10
+
11
+ ### Patch Changes
12
+
13
+ - 86a4c9c: chore: fix import of ReferenceConfiguration
14
+
3
15
  ## 0.4.87
4
16
 
5
17
  ### Patch Changes
package/dist/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ReferenceConfiguration } from '@scalar/api-reference';
1
+ import { ReferenceConfiguration } from '@scalar/types/legacy';
2
2
 
3
3
  /**
4
4
  * Next.js adapter for an Api Reference
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "openapi",
19
19
  "swagger"
20
20
  ],
21
- "version": "0.4.87",
21
+ "version": "0.4.89",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -35,7 +35,7 @@
35
35
  ],
36
36
  "module": "./dist/index.js",
37
37
  "dependencies": {
38
- "@scalar/types": "0.0.9"
38
+ "@scalar/types": "0.0.10"
39
39
  },
40
40
  "devDependencies": {
41
41
  "@types/node": "^20.14.10",
@@ -46,7 +46,7 @@
46
46
  "react-dom": "^18.3.1",
47
47
  "vite": "^5.2.10",
48
48
  "vite-plugin-dts": "^3.6.3",
49
- "@scalar/api-reference": "1.25.12"
49
+ "@scalar/api-reference": "1.25.18"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "react": "^18.0.0",