@scalar/nextjs-openapi 0.2.28 → 0.2.32

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 +44 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,49 @@
1
1
  # @scalar/nextjs-openapi
2
2
 
3
+ ## 0.2.32
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
8
+
9
+ #### Updated Dependencies
10
+
11
+ - **@scalar/ts-to-openapi@0.1.2**
12
+ - [#7581](https://github.com/scalar/scalar/pull/7581): fix: npm publish job
13
+
14
+ - **@scalar/types@0.5.4**
15
+ - [#7567](https://github.com/scalar/scalar/pull/7567): feat: add code samples to client v2
16
+
17
+ - **@scalar/nextjs-api-reference@0.9.7**
18
+
19
+ ## 0.2.31
20
+
21
+ ### Patch Changes
22
+
23
+ #### Updated Dependencies
24
+
25
+ - **@scalar/ts-to-openapi@0.1.1**
26
+ - [#7558](https://github.com/scalar/scalar/pull/7558): fix: exclude test files from `dist` folder
27
+
28
+ - **@scalar/nextjs-api-reference@0.9.6**
29
+
30
+ ## 0.2.30
31
+
32
+ ### Patch Changes
33
+
34
+ - Updated dependencies [[`bb52d9a`](https://github.com/scalar/scalar/commit/bb52d9a21e53628270bab93c0f03b5731c9c97c6)]:
35
+ - @scalar/types@0.5.3
36
+ - @scalar/ts-to-openapi@0.1.0
37
+ - @scalar/nextjs-api-reference@0.9.6
38
+
39
+ ## 0.2.29
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [[`72cd82f`](https://github.com/scalar/scalar/commit/72cd82fb8df63a9e5d0db1202978aebfefd0457a)]:
44
+ - @scalar/types@0.5.2
45
+ - @scalar/nextjs-api-reference@0.9.5
46
+
3
47
  ## 0.2.28
4
48
 
5
49
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "scalar",
17
17
  "references"
18
18
  ],
19
- "version": "0.2.28",
19
+ "version": "0.2.32",
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/nextjs-api-reference": "0.9.4",
38
- "@scalar/ts-to-openapi": "0.1.0",
39
- "@scalar/types": "0.5.1"
37
+ "@scalar/nextjs-api-reference": "0.9.7",
38
+ "@scalar/ts-to-openapi": "0.1.2",
39
+ "@scalar/types": "0.5.4"
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.0"
48
48
  },
49
49
  "scripts": {
50
50
  "build": "scalar-build-esbuild",