@scalar/api-reference 1.25.78 → 1.25.80
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 +21 -0
- package/dist/browser/standalone.js +6969 -6969
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Section/CompactSection.vue.js +2 -2
- package/dist/components/Section/CompactSection.vue2.js +16 -16
- package/dist/features/Operation/hooks/useRequestExample.d.ts.map +1 -1
- package/dist/features/Operation/hooks/useRequestExample.js +46 -38
- package/dist/index.js +1 -1
- package/dist/legacy/helpers/getUrlFromServerState.js +8 -8
- package/dist/style.css +1 -1
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,26 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.25.80
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- a109244: fix: operation server null check
|
|
8
|
+
|
|
9
|
+
## 1.25.79
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- cbc70ae: fix: circular dependency
|
|
14
|
+
- eea1822: fix: adds server with variables to request example
|
|
15
|
+
- Updated dependencies [371a105]
|
|
16
|
+
- Updated dependencies [f2ec4f2]
|
|
17
|
+
- Updated dependencies [035d9af]
|
|
18
|
+
- Updated dependencies [8687842]
|
|
19
|
+
- Updated dependencies [8017ff9]
|
|
20
|
+
- Updated dependencies [e05c29f]
|
|
21
|
+
- @scalar/api-client@2.2.11
|
|
22
|
+
- @scalar/oas-utils@0.2.87
|
|
23
|
+
|
|
3
24
|
## 1.25.78
|
|
4
25
|
|
|
5
26
|
### Patch Changes
|