@scalar/types 0.0.28 → 0.0.30
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 +13 -0
- package/dist/legacy/reference-config.d.ts +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scalar/types
|
|
2
2
|
|
|
3
|
+
## 0.0.30
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [f9bf5f1]
|
|
8
|
+
- @scalar/openapi-types@0.1.7
|
|
9
|
+
|
|
10
|
+
## 0.0.29
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- be34e7d: feat: adds value to server variables schema
|
|
15
|
+
|
|
3
16
|
## 0.0.28
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -203,7 +203,7 @@ export type ReferenceConfiguration = {
|
|
|
203
203
|
*/
|
|
204
204
|
baseServerURL?: string;
|
|
205
205
|
/**
|
|
206
|
-
* List of servers to override the
|
|
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.
|
|
19
|
+
"version": "0.0.30",
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=18"
|
|
22
22
|
},
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@unhead/schema": "^1.11.11",
|
|
53
|
-
"@scalar/openapi-types": "0.1.
|
|
53
|
+
"@scalar/openapi-types": "0.1.7"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
56
|
"@scalar/build-tooling": "0.1.12",
|
|
57
|
-
"@scalar/snippetz": "0.2.
|
|
57
|
+
"@scalar/snippetz": "0.2.11"
|
|
58
58
|
},
|
|
59
59
|
"scripts": {
|
|
60
60
|
"build": "scalar-build-rollup",
|