@scalar/oas-utils 0.2.39 → 0.2.42

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,31 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.2.42
4
+
5
+ ### Patch Changes
6
+
7
+ - 5483fc3: fix: File is not defined
8
+ - Updated dependencies [a07cfc8]
9
+ - Updated dependencies [023ca15]
10
+ - Updated dependencies [85872b6]
11
+ - @scalar/types@0.0.7
12
+
13
+ ## 0.2.41
14
+
15
+ ### Patch Changes
16
+
17
+ - f931ac7: fix: displays variable in curly braces when empty
18
+
19
+ ## 0.2.40
20
+
21
+ ### Patch Changes
22
+
23
+ - 0afb293: feat: request bodies for multipart form data and url encoded form data
24
+ - e67f5a8: chore(api-client): removed axios dependency
25
+ - b63be39: fix: incorrect example for schemas with anyOf
26
+ - 152c016: feat: add environment selector to addressbar
27
+ - @scalar/types@0.0.6
28
+
3
29
  ## 0.2.39
4
30
 
5
31
  ### Patch Changes
@@ -1,3 +1,3 @@
1
- import type { OpenAPIV3_1 } from '@scalar/openapi-parser';
1
+ import type { OpenAPIV3_1 } from '@scalar/openapi-types';
2
2
  export type SchemaObject = OpenAPIV3_1.SchemaObject;
3
3
  //# sourceMappingURL=components.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/entities/workspace/spec/components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AAEzD,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,YAAY,CAAA"}
1
+ {"version":3,"file":"components.d.ts","sourceRoot":"","sources":["../../../../src/entities/workspace/spec/components.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,MAAM,MAAM,YAAY,GAAG,WAAW,CAAC,YAAY,CAAA"}
@@ -1,2 +1,2 @@
1
1
  export { createRequest } from './requests.js';
2
- export { createRequestExample, createRequestExampleParameter } from './request-examples.js';
2
+ export { blobSchema, createRequestExample, createRequestExampleParameter } from './request-examples.js';