@scalar/api-client 1.1.15 → 1.2.0

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,34 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 1.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 0e64a36: refactor: rename all --theme-_ variables to --scalar-_
8
+
9
+ ### Patch Changes
10
+
11
+ - 22f2858: chore: ran syncpack to update packages
12
+ - Updated dependencies [22f2858]
13
+ - Updated dependencies [0e64a36]
14
+ - @scalar/use-codemirror@0.10.0
15
+ - @scalar/use-tooltip@0.6.0
16
+ - @scalar/components@0.5.0
17
+ - @scalar/oas-utils@0.1.6
18
+ - @scalar/use-modal@0.3.0
19
+ - @scalar/themes@0.7.0
20
+
21
+ ## 1.1.16
22
+
23
+ ### Patch Changes
24
+
25
+ - Updated dependencies [e6d1b81]
26
+ - Updated dependencies [3ba9774]
27
+ - Updated dependencies [3ba9774]
28
+ - @scalar/use-modal@0.2.10
29
+ - @scalar/oas-utils@0.1.5
30
+ - @scalar/components@0.4.11
31
+
3
32
  ## 1.1.15
4
33
 
5
34
  ### 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;