@scalar/api-client 0.12.12 → 0.12.14

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 +16 -0
  2. package/dist/index.js +669 -3023
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 0.12.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 3b672cc: fix: revert css changes to components lib
8
+ - Updated dependencies [3b672cc]
9
+ - @scalar/components@0.4.2
10
+
11
+ ## 0.12.13
12
+
13
+ ### Patch Changes
14
+
15
+ - c5e8b13: feat: hide secret credentials
16
+ - Updated dependencies [c5e8b13]
17
+ - @scalar/components@0.4.1
18
+
3
19
  ## 0.12.12
4
20
 
5
21
  ### Patch Changes