@scalar/api-reference 1.31.14 → 1.31.15
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 +13 -0
- package/README.md +4 -0
- package/dist/browser/standalone.js +1631 -1634
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +32 -34
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +2 -2
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.js +30 -39
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.31.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5f08a45: fix: looks up wrong name for schemas
|
|
8
|
+
- 287eae4: fix: display correct schema type instead of false name
|
|
9
|
+
- 161733e: docs: new README
|
|
10
|
+
- Updated dependencies [979139e]
|
|
11
|
+
- Updated dependencies [aaf90bf]
|
|
12
|
+
- @scalar/oas-utils@0.4.6
|
|
13
|
+
- @scalar/api-client@2.5.9
|
|
14
|
+
- @scalar/components@0.14.10
|
|
15
|
+
|
|
3
16
|
## 1.31.14
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -42,6 +42,10 @@ Interactive API Reference from OpenAPI/Swagger Documents [Try our Demo](https://
|
|
|
42
42
|
</html>
|
|
43
43
|
```
|
|
44
44
|
|
|
45
|
+
## Documentation
|
|
46
|
+
|
|
47
|
+
[Read the documentation here](https://guides.scalar.com/scalar/scalar-api-references/integrations/htmljs)
|
|
48
|
+
|
|
45
49
|
## Community
|
|
46
50
|
|
|
47
51
|
We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
|