@scalar/nextjs-openapi 0.2.45 → 0.2.49

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 +43 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,48 @@
1
1
  # @scalar/nextjs-openapi
2
2
 
3
+ ## 0.2.49
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.6.7**
10
+
11
+ - **@scalar/nextjs-api-reference@0.9.23**
12
+
13
+ ## 0.2.48
14
+
15
+ ### Patch Changes
16
+
17
+ #### Updated Dependencies
18
+
19
+ - **@scalar/types@0.6.6**
20
+ - [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
21
+
22
+ - **@scalar/nextjs-api-reference@0.9.22**
23
+
24
+ ## 0.2.47
25
+
26
+ ### Patch Changes
27
+
28
+ #### Updated Dependencies
29
+
30
+ - **@scalar/types@0.6.5**
31
+ - [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
32
+
33
+ - **@scalar/nextjs-api-reference@0.9.21**
34
+
35
+ ## 0.2.46
36
+
37
+ ### Patch Changes
38
+
39
+ #### Updated Dependencies
40
+
41
+ - **@scalar/types@0.6.4**
42
+ - [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
43
+
44
+ - **@scalar/nextjs-api-reference@0.9.20**
45
+
3
46
  ## 0.2.45
4
47
 
5
48
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "scalar",
17
17
  "references"
18
18
  ],
19
- "version": "0.2.45",
19
+ "version": "0.2.49",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "fast-glob": "^3.3.3",
37
- "@scalar/nextjs-api-reference": "0.9.19",
38
- "@scalar/types": "0.6.3",
39
- "@scalar/ts-to-openapi": "0.1.2"
37
+ "@scalar/nextjs-api-reference": "0.9.23",
38
+ "@scalar/ts-to-openapi": "0.1.2",
39
+ "@scalar/types": "0.6.7"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/node": "^22.19.3",