@scalar/oas-utils 0.2.80 → 0.2.81

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 +7 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.2.81
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [1fa0d20]
8
+ - @scalar/themes@0.9.52
9
+
3
10
  ## 0.2.80
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.2.80",
19
+ "version": "0.2.81",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },
@@ -112,18 +112,18 @@
112
112
  "yaml": "^2.4.5",
113
113
  "zod": "^3.23.8",
114
114
  "@scalar/object-utils": "1.1.12",
115
- "@scalar/types": "0.0.21",
116
115
  "@scalar/openapi-types": "0.1.5",
117
- "@scalar/themes": "0.9.51"
116
+ "@scalar/themes": "0.9.52",
117
+ "@scalar/types": "0.0.21"
118
118
  },
119
119
  "devDependencies": {
120
120
  "type-fest": "^4.20.0",
121
121
  "vite": "^5.4.10",
122
122
  "vitest": "^1.6.0",
123
123
  "zod-to-ts": "github:amritk/zod-to-ts#build",
124
- "@scalar/openapi-types": "0.1.5",
124
+ "@scalar/build-tooling": "0.1.12",
125
125
  "@scalar/openapi-parser": "0.8.10",
126
- "@scalar/build-tooling": "0.1.12"
126
+ "@scalar/openapi-types": "0.1.5"
127
127
  },
128
128
  "scripts": {
129
129
  "build": "scalar-build-rollup",