@scalar/api-reference 1.25.37 → 1.25.38

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/api-reference
2
2
 
3
+ ## 1.25.38
4
+
5
+ ### Patch Changes
6
+
7
+ - dbbe38f: feat: add framework identifier for debugging purposes
8
+ - 59d3931: chore: remove unused dependencies
9
+ - Updated dependencies [5cb5cdf]
10
+ - Updated dependencies [971c04c]
11
+ - Updated dependencies [75f84f8]
12
+ - Updated dependencies [3800b54]
13
+ - Updated dependencies [6394a5d]
14
+ - Updated dependencies [dbbe38f]
15
+ - Updated dependencies [59d3931]
16
+ - Updated dependencies [2173073]
17
+ - Updated dependencies [c379e5a]
18
+ - Updated dependencies [aebac4e]
19
+ - Updated dependencies [4b8b611]
20
+ - Updated dependencies [4738228]
21
+ - @scalar/api-client@2.1.23
22
+ - @scalar/components@0.12.55
23
+ - @scalar/openapi-parser@0.8.7
24
+ - @scalar/types@0.0.16
25
+ - @scalar/themes@0.9.38
26
+ - @scalar/oas-utils@0.2.57
27
+ - @scalar/code-highlight@0.0.13
28
+
3
29
  ## 1.25.37
4
30
 
5
31
  ### Patch Changes
package/README.md CHANGED
@@ -145,3 +145,11 @@ import '@scalar/api-reference/style.css'
145
145
  ```
146
146
 
147
147
  You can [pass props to customize the API reference](https://github.com/scalar/scalar/tree/main/documentation/configuration.md).
148
+
149
+ ## Community
150
+
151
+ We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
152
+
153
+ ## License
154
+
155
+ The source code in this repository is licensed under [MIT](https://github.com/scalar/scalar/blob/main/LICENSE).