@scalar/api-reference 1.39.0 → 1.39.1
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 +15 -0
- package/dist/browser/standalone.js +4323 -4323
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts +256 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +14 -18
- package/dist/style.css +221 -77
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.39.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#7262](https://github.com/scalar/scalar/pull/7262) [`1d987e9`](https://github.com/scalar/scalar/commit/1d987e9977b145b2657bc5f8d6a67d2add958826) Thanks [@amritk](https://github.com/amritk)! - fix: do not set proxy by default
|
|
8
|
+
|
|
9
|
+
- [#7253](https://github.com/scalar/scalar/pull/7253) [`eb96d5c`](https://github.com/scalar/scalar/commit/eb96d5c1dfabde0681552ffc6ab77952c47775bb) Thanks [@hwkr](https://github.com/hwkr)! - fix(api-reference): upgrade document for client store
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [[`bffef40`](https://github.com/scalar/scalar/commit/bffef4092e40d12052f8538267af71bc99b7172f)]:
|
|
12
|
+
- @scalar/workspace-store@0.18.1
|
|
13
|
+
- @scalar/api-client@2.9.1
|
|
14
|
+
- @scalar/oas-utils@0.6.1
|
|
15
|
+
- @scalar/sidebar@0.2.1
|
|
16
|
+
- @scalar/components@0.16.1
|
|
17
|
+
|
|
3
18
|
## 1.39.0
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|