@scalar/nextjs-openapi 0.2.29 → 0.2.33

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/CHANGELOG.md +47 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,52 @@
1
1
  # @scalar/nextjs-openapi
2
2
 
3
+ ## 0.2.33
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.5.5**
10
+ - [#7605](https://github.com/scalar/scalar/pull/7605): fix: all issues for client modal v2 preparation
11
+
12
+ - **@scalar/nextjs-api-reference@0.9.8**
13
+
14
+ ## 0.2.32
15
+
16
+ ### Patch Changes
17
+
18
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
19
+
20
+ #### Updated Dependencies
21
+
22
+ - **@scalar/ts-to-openapi@0.1.2**
23
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
24
+
25
+ - **@scalar/types@0.5.4**
26
+ - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
27
+
28
+ - **@scalar/nextjs-api-reference@0.9.7**
29
+
30
+ ## 0.2.31
31
+
32
+ ### Patch Changes
33
+
34
+ #### Updated Dependencies
35
+
36
+ - **@scalar/ts-to-openapi@0.1.1**
37
+ - [#7558](https://github.com/scalar/scalar/pull/7558): fix: exclude test files from `dist` folder
38
+
39
+ - **@scalar/nextjs-api-reference@0.9.6**
40
+
41
+ ## 0.2.30
42
+
43
+ ### Patch Changes
44
+
45
+ - Updated dependencies [[`bb52d9a`](https://github.com/scalar/scalar/commit/bb52d9a21e53628270bab93c0f03b5731c9c97c6)]:
46
+ - @scalar/types@0.5.3
47
+ - @scalar/ts-to-openapi@0.1.0
48
+ - @scalar/nextjs-api-reference@0.9.6
49
+
3
50
  ## 0.2.29
4
51
 
5
52
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "scalar",
17
17
  "references"
18
18
  ],
19
- "version": "0.2.29",
19
+ "version": "0.2.33",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -34,17 +34,17 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "fast-glob": "^3.3.2",
37
- "@scalar/ts-to-openapi": "0.1.0",
38
- "@scalar/nextjs-api-reference": "0.9.5",
39
- "@scalar/types": "0.5.2"
37
+ "@scalar/nextjs-api-reference": "0.9.8",
38
+ "@scalar/types": "0.5.5",
39
+ "@scalar/ts-to-openapi": "0.1.2"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22.9.0",
43
43
  "@types/react": "^19.1.8",
44
44
  "@types/react-dom": "^19.1.6",
45
- "next": "^15.5.7",
45
+ "next": "^15.5.9",
46
46
  "openapi-types": "^12.1.3",
47
- "@scalar/build-tooling": "0.3.1"
47
+ "@scalar/build-tooling": "0.4.1"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "scalar-build-esbuild",