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