@scalar/oas-utils 0.9.0 → 0.10.0
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 +13 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scalar/oas-utils
|
|
2
2
|
|
|
3
|
+
## 0.10.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
#### Updated Dependencies
|
|
12
|
+
|
|
13
|
+
- **@scalar/workspace-store@0.37.0**
|
|
14
|
+
- [#8266](https://github.com/scalar/scalar/pull/8266): support operation level authentication and servers
|
|
15
|
+
|
|
3
16
|
## 0.9.0
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"specification",
|
|
17
17
|
"yaml"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.
|
|
19
|
+
"version": "0.10.0",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22"
|
|
22
22
|
},
|
|
@@ -93,11 +93,11 @@
|
|
|
93
93
|
"zod": "^4.3.5",
|
|
94
94
|
"@scalar/helpers": "0.3.0",
|
|
95
95
|
"@scalar/json-magic": "0.12.0",
|
|
96
|
-
"@scalar/object-utils": "1.3.0",
|
|
97
|
-
"@scalar/types": "0.7.0",
|
|
98
96
|
"@scalar/openapi-types": "0.6.0",
|
|
99
|
-
"@scalar/
|
|
100
|
-
"@scalar/
|
|
97
|
+
"@scalar/types": "0.7.0",
|
|
98
|
+
"@scalar/object-utils": "1.3.0",
|
|
99
|
+
"@scalar/themes": "0.15.0",
|
|
100
|
+
"@scalar/workspace-store": "0.37.0"
|
|
101
101
|
},
|
|
102
102
|
"devDependencies": {
|
|
103
103
|
"@types/node": "^24.1.0",
|