@scalar/oas-utils 0.6.35 → 0.6.36
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 +15 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/oas-utils
|
|
2
2
|
|
|
3
|
+
## 0.6.36
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#8037](https://github.com/scalar/scalar/pull/8037): Improve error message when running oas-utils tests while test-servers are not running
|
|
8
|
+
|
|
9
|
+
#### Updated Dependencies
|
|
10
|
+
|
|
11
|
+
- **@scalar/json-magic@0.10.0**
|
|
12
|
+
- [#8052](https://github.com/scalar/scalar/pull/8052): feat: allow custom LoaderPlugin plugins in dereference
|
|
13
|
+
|
|
14
|
+
- **@scalar/workspace-store@0.29.0**
|
|
15
|
+
- [#8061](https://github.com/scalar/scalar/pull/8061): fix: do not throw when try to update a non existent document metadata
|
|
16
|
+
- [#8045](https://github.com/scalar/scalar/pull/8045): feat: manage active environments
|
|
17
|
+
|
|
3
18
|
## 0.6.35
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"specification",
|
|
17
17
|
"yaml"
|
|
18
18
|
],
|
|
19
|
-
"version": "0.6.
|
|
19
|
+
"version": "0.6.36",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -90,12 +90,12 @@
|
|
|
90
90
|
"yaml": "^2.8.0",
|
|
91
91
|
"zod": "^4.3.5",
|
|
92
92
|
"@scalar/helpers": "0.2.11",
|
|
93
|
+
"@scalar/json-magic": "0.10.0",
|
|
93
94
|
"@scalar/object-utils": "1.2.25",
|
|
94
95
|
"@scalar/openapi-types": "0.5.3",
|
|
95
|
-
"@scalar/themes": "0.14.0",
|
|
96
|
-
"@scalar/json-magic": "0.9.6",
|
|
97
96
|
"@scalar/types": "0.6.2",
|
|
98
|
-
"@scalar/
|
|
97
|
+
"@scalar/themes": "0.14.0",
|
|
98
|
+
"@scalar/workspace-store": "0.29.0"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@types/node": "^22.19.3",
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
"vitest": "4.0.16",
|
|
104
104
|
"zod-to-ts": "github:amritk/zod-to-ts#build",
|
|
105
105
|
"@scalar/build-tooling": "0.4.1",
|
|
106
|
-
"@scalar/openapi-parser": "0.24.
|
|
106
|
+
"@scalar/openapi-parser": "0.24.8",
|
|
107
107
|
"@scalar/openapi-types": "0.5.3"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|