@scalar/api-client 1.1.16 → 1.2.1

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,32 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 1.2.1
4
+
5
+ ### Patch Changes
6
+
7
+ - d77acdd: fix: missing css font
8
+ - Updated dependencies [d77acdd]
9
+ - @scalar/themes@0.7.1
10
+ - @scalar/components@0.5.0
11
+
12
+ ## 1.2.0
13
+
14
+ ### Minor Changes
15
+
16
+ - 0e64a36: refactor: rename all --theme-_ variables to --scalar-_
17
+
18
+ ### Patch Changes
19
+
20
+ - 22f2858: chore: ran syncpack to update packages
21
+ - Updated dependencies [22f2858]
22
+ - Updated dependencies [0e64a36]
23
+ - @scalar/use-codemirror@0.10.0
24
+ - @scalar/use-tooltip@0.6.0
25
+ - @scalar/components@0.5.0
26
+ - @scalar/oas-utils@0.1.6
27
+ - @scalar/use-modal@0.3.0
28
+ - @scalar/themes@0.7.0
29
+
3
30
  ## 1.1.16
4
31
 
5
32
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;AAucA,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
1
+ {"version":3,"file":"AddressBar.vue.d.ts","sourceRoot":"","sources":["../../../src/components/ApiClient/AddressBar.vue.ts"],"names":[],"mappings":";;;;;;;;;AAwcA,wBASG;AACH,KAAK,sBAAsB,CAAC,CAAC,IAAI,CAAC,SAAS,SAAS,GAAG,KAAK,GAAG,CAAC,CAAC;AACjE,KAAK,6BAA6B,CAAC,CAAC,IAAI;KAAG,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,sBAAsB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAA;KAAE,GAAG;QAAE,IAAI,EAAE,OAAO,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;QAAC,QAAQ,EAAE,IAAI,CAAA;KAAE;CAAE,CAAC"}
@@ -1,9 +1,9 @@
1
1
  import type { GeneratedParameter } from '../../../types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
3
- queries?: import("@scalar/oas-utils/dist/types").BaseParameter[] | undefined;
3
+ queries?: import("@scalar/oas-utils").BaseParameter[] | undefined;
4
4
  generatedQueries?: GeneratedParameter[] | undefined;
5
5
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
6
- queries?: import("@scalar/oas-utils/dist/types").BaseParameter[] | undefined;
6
+ queries?: import("@scalar/oas-utils").BaseParameter[] | undefined;
7
7
  generatedQueries?: GeneratedParameter[] | undefined;
8
8
  }>>>, {}, {}>;
9
9
  export default _default;