@scalar/oas-utils 0.10.0 → 0.10.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/types@0.7.1**
10
+ - [#8381](https://github.com/scalar/scalar/pull/8381): feat: add mcp config support
11
+
12
+ - **@scalar/workspace-store@0.38.1**
13
+
14
+ ## 0.10.1
15
+
16
+ ### Patch Changes
17
+
18
+ #### Updated Dependencies
19
+
20
+ - **@scalar/workspace-store@0.38.0**
21
+ - [#8347](https://github.com/scalar/scalar/pull/8347): chore: export server workspace type
22
+ - [#8365](https://github.com/scalar/scalar/pull/8365): feat: store oauth flow refresh tokens on the auth store
23
+
24
+ - **@scalar/json-magic@0.12.1**
25
+ - [#8357](https://github.com/scalar/scalar/pull/8357): chore: improve performance and memory usage of bundler
26
+
3
27
  ## 0.10.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.10.0",
19
+ "version": "0.10.2",
20
20
  "engines": {
21
21
  "node": ">=22"
22
22
  },
@@ -92,12 +92,12 @@
92
92
  "yaml": "^2.8.0",
93
93
  "zod": "^4.3.5",
94
94
  "@scalar/helpers": "0.3.0",
95
- "@scalar/json-magic": "0.12.0",
96
- "@scalar/openapi-types": "0.6.0",
97
- "@scalar/types": "0.7.0",
95
+ "@scalar/json-magic": "0.12.1",
98
96
  "@scalar/object-utils": "1.3.0",
99
- "@scalar/themes": "0.15.0",
100
- "@scalar/workspace-store": "0.37.0"
97
+ "@scalar/types": "0.7.1",
98
+ "@scalar/workspace-store": "0.38.1",
99
+ "@scalar/openapi-types": "0.6.0",
100
+ "@scalar/themes": "0.15.0"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/node": "^24.1.0",
@@ -106,7 +106,7 @@
106
106
  "vitest": "4.0.16",
107
107
  "zod-to-ts": "github:amritk/zod-to-ts#build",
108
108
  "@scalar/build-tooling": "0.5.0",
109
- "@scalar/openapi-parser": "0.25.0",
109
+ "@scalar/openapi-parser": "0.25.1",
110
110
  "@scalar/openapi-types": "0.6.0"
111
111
  },
112
112
  "scripts": {