@scalar/oas-utils 0.6.30 → 0.6.32
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 +32 -0
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,37 @@
|
|
|
1
1
|
# @scalar/oas-utils
|
|
2
2
|
|
|
3
|
+
## 0.6.32
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
#### Updated Dependencies
|
|
8
|
+
|
|
9
|
+
- **@scalar/workspace-store@0.28.1**
|
|
10
|
+
- [#7823](https://github.com/scalar/scalar/pull/7823): chore: update workspace schema index to support teamUid queries and local
|
|
11
|
+
|
|
12
|
+
## 0.6.31
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
#### Updated Dependencies
|
|
17
|
+
|
|
18
|
+
- **@scalar/types@0.6.1**
|
|
19
|
+
- [#8000](https://github.com/scalar/scalar/pull/8000): fix(agent): change enabled flag to disabled
|
|
20
|
+
- [#7995](https://github.com/scalar/scalar/pull/7995): feat: enable/disable agent scalar
|
|
21
|
+
|
|
22
|
+
- **@scalar/workspace-store@0.28.0**
|
|
23
|
+
- [#7970](https://github.com/scalar/scalar/pull/7970): feat: update sidebar when docuemnt title changes
|
|
24
|
+
- [#7988](https://github.com/scalar/scalar/pull/7988): feat: restore old client search
|
|
25
|
+
- [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
|
|
26
|
+
|
|
27
|
+
- **@scalar/json-magic@0.9.5**
|
|
28
|
+
- [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
|
|
29
|
+
|
|
30
|
+
- **@scalar/helpers@0.2.10**
|
|
31
|
+
- [#7963](https://github.com/scalar/scalar/pull/7963): feat: unify is-object helpers
|
|
32
|
+
|
|
33
|
+
- **@scalar/object-utils@1.2.24**
|
|
34
|
+
|
|
3
35
|
## 0.6.30
|
|
4
36
|
|
|
5
37
|
### 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.32",
|
|
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.10",
|
|
93
|
+
"@scalar/object-utils": "1.2.24",
|
|
94
94
|
"@scalar/openapi-types": "0.5.3",
|
|
95
|
-
"@scalar/
|
|
96
|
-
"@scalar/
|
|
97
|
-
"@scalar/
|
|
98
|
-
"@scalar/
|
|
95
|
+
"@scalar/themes": "0.14.0",
|
|
96
|
+
"@scalar/json-magic": "0.9.5",
|
|
97
|
+
"@scalar/types": "0.6.1",
|
|
98
|
+
"@scalar/workspace-store": "0.28.1"
|
|
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.6",
|
|
107
107
|
"@scalar/openapi-types": "0.5.3"
|
|
108
108
|
},
|
|
109
109
|
"scripts": {
|