@scalar/nextjs-openapi 0.2.44 → 0.2.48

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