@scalar/api-client 0.7.32 → 0.7.34

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/index.js +25284 -159
  3. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,26 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 0.7.34
4
+
5
+ ### Patch Changes
6
+
7
+ - 35dffe4: chore: include @scalar dependencies in the bundle
8
+ - Updated dependencies [35dffe4]
9
+ - @scalar/use-keyboard-event@0.5.6
10
+ - @scalar/use-codemirror@0.7.15
11
+ - @scalar/use-modal@0.1.9
12
+
13
+ ## 0.7.33
14
+
15
+ ### Patch Changes
16
+
17
+ - c3b215f: chore: no pinned peer dependency versions
18
+ - Updated dependencies [c3b215f]
19
+ - @scalar/use-keyboard-event@0.5.5
20
+ - @scalar/use-codemirror@0.7.14
21
+ - @scalar/use-modal@0.1.8
22
+ - @scalar/themes@0.4.2
23
+
3
24
  ## 0.7.32
4
25
 
5
26
  ### Patch Changes