@scalar/oas-utils 0.4.6 → 0.4.8

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 +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4bbbb32]
8
+ - Updated dependencies [1468280]
9
+ - @scalar/themes@0.13.5
10
+ - @scalar/types@0.2.4
11
+
12
+ ## 0.4.7
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [ca18c0b]
17
+ - @scalar/themes@0.13.4
18
+
3
19
  ## 0.4.6
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.4.6",
19
+ "version": "0.4.8",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -99,11 +99,11 @@
99
99
  "type-fest": "^4.20.0",
100
100
  "yaml": "^2.4.5",
101
101
  "zod": "3.24.1",
102
+ "@scalar/object-utils": "1.2.1",
102
103
  "@scalar/helpers": "0.0.4",
103
104
  "@scalar/openapi-types": "0.3.3",
104
- "@scalar/themes": "0.13.3",
105
- "@scalar/types": "0.2.3",
106
- "@scalar/object-utils": "1.2.1"
105
+ "@scalar/themes": "0.13.5",
106
+ "@scalar/types": "0.2.4"
107
107
  },
108
108
  "devDependencies": {
109
109
  "@types/node": "^20.17.10",
@@ -111,8 +111,8 @@
111
111
  "vite": "5.4.19",
112
112
  "vitest": "^1.6.0",
113
113
  "zod-to-ts": "github:amritk/zod-to-ts#build",
114
- "@scalar/openapi-parser": "0.18.0",
115
114
  "@scalar/build-tooling": "0.2.3",
115
+ "@scalar/openapi-parser": "0.18.0",
116
116
  "@scalar/openapi-types": "0.3.3"
117
117
  },
118
118
  "scripts": {