@scalar/oas-utils 0.10.5 → 0.10.7

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 +19 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.10.7
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/workspace-store@0.40.1**
10
+ - [#8424](https://github.com/scalar/scalar/pull/8424): feat: export XScalarCredentialsLocation
11
+ - [#8445](https://github.com/scalar/scalar/pull/8445): fix: generate unique id for models
12
+
13
+ ## 0.10.6
14
+
15
+ ### Patch Changes
16
+
17
+ #### Updated Dependencies
18
+
19
+ - **@scalar/workspace-store@0.40.0**
20
+ - [#8426](https://github.com/scalar/scalar/pull/8426): feat: interact with the original and intermediate documents
21
+
3
22
  ## 0.10.5
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.10.5",
19
+ "version": "0.10.7",
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.4.1",
95
- "@scalar/json-magic": "0.12.3",
95
+ "@scalar/openapi-types": "0.6.0",
96
96
  "@scalar/object-utils": "1.3.2",
97
+ "@scalar/json-magic": "0.12.3",
97
98
  "@scalar/themes": "0.15.0",
98
- "@scalar/openapi-types": "0.6.0",
99
99
  "@scalar/types": "0.7.3",
100
- "@scalar/workspace-store": "0.39.2"
100
+ "@scalar/workspace-store": "0.40.1"
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/node": "^24.1.0",
@@ -106,8 +106,8 @@
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-types": "0.6.0",
110
- "@scalar/openapi-parser": "0.25.3"
109
+ "@scalar/openapi-parser": "0.25.3",
110
+ "@scalar/openapi-types": "0.6.0"
111
111
  },
112
112
  "scripts": {
113
113
  "build": "scalar-build-esbuild",