@scalar/oas-utils 0.6.37 → 0.6.39

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.6.39
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/workspace-store@0.31.1**
10
+ - [#8114](https://github.com/scalar/scalar/pull/8114): feat(workspace-store): sync path variables on ingress
11
+ - [#8094](https://github.com/scalar/scalar/pull/8094): feat: open client to the correct example name
12
+
13
+ ## 0.6.38
14
+
15
+ ### Patch Changes
16
+
17
+ #### Updated Dependencies
18
+
19
+ - **@scalar/workspace-store@0.31.0**
20
+ - [#8095](https://github.com/scalar/scalar/pull/8095): feat: support loading files into the store
21
+ - [#8096](https://github.com/scalar/scalar/pull/8096): feat: store relative urls/paths against base under the url mappings
22
+
23
+ - **@scalar/json-magic@0.11.0**
24
+ - [#8095](https://github.com/scalar/scalar/pull/8095): feat: support loading files into the store
25
+ - [#8096](https://github.com/scalar/scalar/pull/8096): feat: store relative urls/paths against base under the url mappings
26
+
3
27
  ## 0.6.37
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.6.37",
19
+ "version": "0.6.39",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -89,21 +89,21 @@
89
89
  "type-fest": "^5.3.1",
90
90
  "yaml": "^2.8.0",
91
91
  "zod": "^4.3.5",
92
+ "@scalar/json-magic": "0.11.0",
92
93
  "@scalar/helpers": "0.2.11",
93
- "@scalar/json-magic": "0.10.0",
94
94
  "@scalar/object-utils": "1.2.25",
95
- "@scalar/workspace-store": "0.30.0",
95
+ "@scalar/themes": "0.14.0",
96
96
  "@scalar/types": "0.6.2",
97
- "@scalar/openapi-types": "0.5.3",
98
- "@scalar/themes": "0.14.0"
97
+ "@scalar/workspace-store": "0.31.1",
98
+ "@scalar/openapi-types": "0.5.3"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/node": "^22.19.3",
102
102
  "vite": "^7.3.1",
103
103
  "vitest": "4.0.16",
104
104
  "zod-to-ts": "github:amritk/zod-to-ts#build",
105
+ "@scalar/openapi-parser": "0.24.9",
105
106
  "@scalar/build-tooling": "0.4.1",
106
- "@scalar/openapi-parser": "0.24.8",
107
107
  "@scalar/openapi-types": "0.5.3"
108
108
  },
109
109
  "scripts": {