@scalar/oas-utils 0.6.32 → 0.6.34
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 +28 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @scalar/oas-utils
|
|
2
2
|
|
|
3
|
+
## 0.6.34
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.28.3**
|
|
10
|
+
- [#8035](https://github.com/scalar/scalar/pull/8035): fix: correctly resolve and validate refs
|
|
11
|
+
- [#8034](https://github.com/scalar/scalar/pull/8034): fix: allow setting servers which dont exist in the document (from the config)
|
|
12
|
+
|
|
13
|
+
## 0.6.33
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
#### Updated Dependencies
|
|
18
|
+
|
|
19
|
+
- **@scalar/workspace-store@0.28.2**
|
|
20
|
+
- [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
|
|
21
|
+
|
|
22
|
+
- **@scalar/helpers@0.2.11**
|
|
23
|
+
- [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
|
|
24
|
+
|
|
25
|
+
- **@scalar/json-magic@0.9.6**
|
|
26
|
+
|
|
27
|
+
- **@scalar/object-utils@1.2.25**
|
|
28
|
+
|
|
29
|
+
- **@scalar/types@0.6.2**
|
|
30
|
+
|
|
3
31
|
## 0.6.32
|
|
4
32
|
|
|
5
33
|
### 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.34",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=20"
|
|
22
22
|
},
|
|
@@ -89,13 +89,13 @@
|
|
|
89
89
|
"type-fest": "^5.3.1",
|
|
90
90
|
"yaml": "^2.8.0",
|
|
91
91
|
"zod": "^4.3.5",
|
|
92
|
-
"@scalar/helpers": "0.2.
|
|
93
|
-
"@scalar/object-utils": "1.2.
|
|
92
|
+
"@scalar/helpers": "0.2.11",
|
|
93
|
+
"@scalar/object-utils": "1.2.25",
|
|
94
94
|
"@scalar/openapi-types": "0.5.3",
|
|
95
|
-
"@scalar/
|
|
96
|
-
"@scalar/
|
|
97
|
-
"@scalar/
|
|
98
|
-
"@scalar/
|
|
95
|
+
"@scalar/json-magic": "0.9.6",
|
|
96
|
+
"@scalar/types": "0.6.2",
|
|
97
|
+
"@scalar/workspace-store": "0.28.3",
|
|
98
|
+
"@scalar/themes": "0.14.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.7",
|
|
107
107
|
"@scalar/openapi-types": "0.5.3"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|