@scalar/types 0.0.28 → 0.0.29

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scalar/types
2
2
 
3
+ ## 0.0.29
4
+
5
+ ### Patch Changes
6
+
7
+ - be34e7d: feat: adds value to server variables schema
8
+
3
9
  ## 0.0.28
4
10
 
5
11
  ### Patch Changes
@@ -203,7 +203,7 @@ export type ReferenceConfiguration = {
203
203
  */
204
204
  baseServerURL?: string;
205
205
  /**
206
- * List of servers to override the openapi spec servers
206
+ * List of servers to override the servers in the given OpenAPI document
207
207
  *
208
208
  * @default undefined
209
209
  * @example [{ url: 'https://api.scalar.com', description: 'Production server' }]
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "scalar",
17
17
  "references"
18
18
  ],
19
- "version": "0.0.28",
19
+ "version": "0.0.29",
20
20
  "engines": {
21
21
  "node": ">=18"
22
22
  },