@scalar/oas-utils 0.6.16 → 0.6.17

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 +9 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.6.17
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/workspace-store@0.24.7**
10
+ - [#7745](https://github.com/scalar/scalar/pull/7745): fix: add nested array support to references
11
+
3
12
  ## 0.6.16
4
13
 
5
14
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.6.16",
19
+ "version": "0.6.17",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -89,21 +89,21 @@
89
89
  "type-fest": "5.0.0",
90
90
  "yaml": "^2.8.0",
91
91
  "zod": "^4.1.11",
92
- "@scalar/helpers": "0.2.7",
93
- "@scalar/object-utils": "1.2.21",
94
- "@scalar/openapi-types": "0.5.3",
95
92
  "@scalar/json-magic": "0.9.0",
93
+ "@scalar/object-utils": "1.2.21",
94
+ "@scalar/helpers": "0.2.7",
96
95
  "@scalar/themes": "0.13.26",
97
- "@scalar/types": "0.5.7",
98
- "@scalar/workspace-store": "0.24.6"
96
+ "@scalar/openapi-types": "0.5.3",
97
+ "@scalar/workspace-store": "0.24.7",
98
+ "@scalar/types": "0.5.7"
99
99
  },
100
100
  "devDependencies": {
101
- "@types/node": "^22.9.0",
102
- "vite": "7.1.11",
101
+ "@types/node": "^22.19.3",
102
+ "vite": "7.3.0",
103
103
  "vitest": "3.2.4",
104
104
  "zod-to-ts": "github:amritk/zod-to-ts#build",
105
- "@scalar/build-tooling": "0.4.1",
106
105
  "@scalar/openapi-parser": "0.23.13",
106
+ "@scalar/build-tooling": "0.4.1",
107
107
  "@scalar/openapi-types": "0.5.3"
108
108
  },
109
109
  "scripts": {