@scalar/openapi-to-markdown 0.3.45 → 0.3.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.
- package/CHANGELOG.md +73 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,78 @@
|
|
|
1
1
|
# @scalar/openapi-to-markdown
|
|
2
2
|
|
|
3
|
+
## 0.3.49
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/oas-utils@0.6.46**
|
|
10
|
+
|
|
11
|
+
- **@scalar/components@0.19.8**
|
|
12
|
+
|
|
13
|
+
## 0.3.48
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
#### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- **@scalar/helpers@0.2.15**
|
|
20
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
21
|
+
|
|
22
|
+
- **@scalar/oas-utils@0.6.45**
|
|
23
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
24
|
+
|
|
25
|
+
- **@scalar/types@0.6.6**
|
|
26
|
+
- [#8212](https://github.com/scalar/scalar/pull/8212): chore: version bump
|
|
27
|
+
|
|
28
|
+
- **@scalar/components@0.19.7**
|
|
29
|
+
|
|
30
|
+
- **@scalar/openapi-parser@0.24.13**
|
|
31
|
+
|
|
32
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
33
|
+
|
|
34
|
+
## 0.3.47
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
#### Updated Dependencies
|
|
39
|
+
|
|
40
|
+
- **@scalar/helpers@0.2.14**
|
|
41
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
42
|
+
|
|
43
|
+
- **@scalar/oas-utils@0.6.44**
|
|
44
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
45
|
+
|
|
46
|
+
- **@scalar/types@0.6.5**
|
|
47
|
+
- [#8207](https://github.com/scalar/scalar/pull/8207): chore: version bump
|
|
48
|
+
|
|
49
|
+
- **@scalar/components@0.19.6**
|
|
50
|
+
|
|
51
|
+
- **@scalar/openapi-parser@0.24.12**
|
|
52
|
+
|
|
53
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
54
|
+
|
|
55
|
+
## 0.3.46
|
|
56
|
+
|
|
57
|
+
### Patch Changes
|
|
58
|
+
|
|
59
|
+
#### Updated Dependencies
|
|
60
|
+
|
|
61
|
+
- **@scalar/oas-utils@0.6.43**
|
|
62
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
63
|
+
|
|
64
|
+
- **@scalar/helpers@0.2.13**
|
|
65
|
+
- [#7826](https://github.com/scalar/scalar/pull/7826): feat: added migrator for v1 local storage to v2 indexdb
|
|
66
|
+
|
|
67
|
+
- **@scalar/types@0.6.4**
|
|
68
|
+
- [#8174](https://github.com/scalar/scalar/pull/8174): feat: add `createAnySecurityScheme` config option to control generic auth scheme creation
|
|
69
|
+
|
|
70
|
+
- **@scalar/openapi-parser@0.24.11**
|
|
71
|
+
|
|
72
|
+
- **@scalar/components@0.19.5**
|
|
73
|
+
|
|
74
|
+
- **@scalar/openapi-upgrader@0.1.8**
|
|
75
|
+
|
|
3
76
|
## 0.3.45
|
|
4
77
|
|
|
5
78
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"llm",
|
|
17
17
|
"swagger"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.3.
|
|
19
|
+
"version": "0.3.49",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
"remark-stringify": "^11.0.0",
|
|
54
54
|
"unified": "^11.0.5",
|
|
55
55
|
"vue": "^3.5.26",
|
|
56
|
-
"@scalar/
|
|
57
|
-
"@scalar/
|
|
58
|
-
"@scalar/
|
|
59
|
-
"@scalar/openapi-parser": "0.24.
|
|
56
|
+
"@scalar/components": "0.19.8",
|
|
57
|
+
"@scalar/helpers": "0.2.15",
|
|
58
|
+
"@scalar/oas-utils": "0.6.46",
|
|
59
|
+
"@scalar/openapi-parser": "0.24.13",
|
|
60
|
+
"@scalar/types": "0.6.6",
|
|
60
61
|
"@scalar/openapi-types": "0.5.3",
|
|
61
|
-
"@scalar/types": "0.6.3",
|
|
62
62
|
"@scalar/openapi-upgrader": "0.1.8"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
@@ -70,8 +70,8 @@
|
|
|
70
70
|
"vite": "^7.3.1",
|
|
71
71
|
"vitest": "4.0.16",
|
|
72
72
|
"vue": "^3.5.26",
|
|
73
|
-
"@scalar/
|
|
74
|
-
"@scalar/
|
|
73
|
+
"@scalar/build-tooling": "0.4.1",
|
|
74
|
+
"@scalar/galaxy": "0.5.16"
|
|
75
75
|
},
|
|
76
76
|
"scripts": {
|
|
77
77
|
"build": "scalar-build-vite",
|