@scalar/oas-utils 0.2.116 → 0.2.119
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 +25 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,30 @@
|
|
|
1
1
|
# @scalar/oas-utils
|
|
2
2
|
|
|
3
|
+
## 0.2.119
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [1437882]
|
|
8
|
+
- Updated dependencies [e00fa7e]
|
|
9
|
+
- Updated dependencies [632978d]
|
|
10
|
+
- @scalar/themes@0.9.78
|
|
11
|
+
|
|
12
|
+
## 0.2.118
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies [5f9a8a2]
|
|
17
|
+
- @scalar/types@0.1.0
|
|
18
|
+
- @scalar/themes@0.9.77
|
|
19
|
+
|
|
20
|
+
## 0.2.117
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- Updated dependencies [fc6a45e]
|
|
25
|
+
- @scalar/types@0.0.41
|
|
26
|
+
- @scalar/themes@0.9.76
|
|
27
|
+
|
|
3
28
|
## 0.2.116
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"specification",
|
|
17
17
|
"yaml"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.2.
|
|
19
|
+
"version": "0.2.119",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -128,16 +128,16 @@
|
|
|
128
128
|
"zod": "^3.23.8",
|
|
129
129
|
"@scalar/object-utils": "1.1.13",
|
|
130
130
|
"@scalar/openapi-types": "0.1.9",
|
|
131
|
-
"@scalar/themes": "0.9.
|
|
132
|
-
"@scalar/types": "0.0
|
|
131
|
+
"@scalar/themes": "0.9.78",
|
|
132
|
+
"@scalar/types": "0.1.0"
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"type-fest": "^4.20.0",
|
|
136
136
|
"vite": "^5.4.10",
|
|
137
137
|
"vitest": "^1.6.0",
|
|
138
138
|
"zod-to-ts": "github:amritk/zod-to-ts#build",
|
|
139
|
-
"@scalar/openapi-parser": "0.10.10",
|
|
140
139
|
"@scalar/build-tooling": "0.1.17",
|
|
140
|
+
"@scalar/openapi-parser": "0.10.10",
|
|
141
141
|
"@scalar/openapi-types": "0.1.9"
|
|
142
142
|
},
|
|
143
143
|
"scripts": {
|