@scalar/api-reference 1.43.7 → 1.43.9

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 (38) hide show
  1. package/CHANGELOG.md +58 -0
  2. package/README.md +1 -1
  3. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts +1 -1
  4. package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -1
  5. package/dist/browser/standalone.js +13331 -13037
  6. package/dist/browser/webpack-stats.json +1 -1
  7. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  8. package/dist/components/ApiReference.vue.js +1 -1
  9. package/dist/components/ApiReference.vue2.js +8 -3
  10. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts +2 -1
  11. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts.map +1 -1
  12. package/dist/components/Content/Schema/helpers/schema-name.d.ts +0 -6
  13. package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
  14. package/dist/components/Content/Schema/helpers/schema-name.js +0 -1
  15. package/dist/components/Content/index.d.ts +0 -1
  16. package/dist/components/Content/index.d.ts.map +1 -1
  17. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  18. package/dist/components/Section/SectionAccordion.vue.js +1 -1
  19. package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.js +1 -1
  20. package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.js +1 -1
  21. package/dist/helpers/lazy-bus.d.ts +0 -1
  22. package/dist/helpers/lazy-bus.d.ts.map +1 -1
  23. package/dist/helpers/lazy-bus.js +0 -1
  24. package/dist/helpers/markdown.d.ts +0 -7
  25. package/dist/helpers/markdown.d.ts.map +1 -1
  26. package/dist/helpers/normalize-configurations.d.ts +1 -14
  27. package/dist/helpers/normalize-configurations.d.ts.map +1 -1
  28. package/dist/helpers/normalize-configurations.js +0 -1
  29. package/dist/helpers/openapi.d.ts +1 -5
  30. package/dist/helpers/openapi.d.ts.map +1 -1
  31. package/dist/helpers/openapi.js +1 -2
  32. package/dist/plugins/persistance-plugin.d.ts +7 -1
  33. package/dist/plugins/persistance-plugin.d.ts.map +1 -1
  34. package/dist/plugins/persistance-plugin.js +11 -1
  35. package/dist/style.css +148 -145
  36. package/package.json +14 -23
  37. package/dist/features/Operation/types/schemas.d.ts +0 -3
  38. package/dist/features/Operation/types/schemas.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.9
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7781](https://github.com/scalar/scalar/pull/7781): fix: remove unused dependencies
8
+ - `@floating-ui/vue`
9
+ - `@scalar/json-magic`
10
+ - `@scalar/object-utils`
11
+ - `@scalar/openapi-upgrader`
12
+ - `js-base64`
13
+ - `type-fest`
14
+ - `zod`
15
+
16
+ - [#7778](https://github.com/scalar/scalar/pull/7778): fix: do not persist auth when the option is off
17
+ - [#7802](https://github.com/scalar/scalar/pull/7802): fix: can not search in classic layout
18
+ - [#7810](https://github.com/scalar/scalar/pull/7810): docs: update documentation domain
19
+
20
+ #### Updated Dependencies
21
+
22
+ - **@scalar/api-client@2.19.0**
23
+ - [#7821](https://github.com/scalar/scalar/pull/7821): Fix slot name for menu items
24
+ - [#7786](https://github.com/scalar/scalar/pull/7786): chore: refactor mutators in workspace store
25
+ - [#7753](https://github.com/scalar/scalar/pull/7753): feat: default headers and global cookies
26
+ - [#7806](https://github.com/scalar/scalar/pull/7806): fix: replace star with named exports
27
+ - [#7762](https://github.com/scalar/scalar/pull/7762): fix: only enable required parameters by default
28
+
29
+ - **@scalar/workspace-store@0.25.0**
30
+ - [#7786](https://github.com/scalar/scalar/pull/7786): chore: refactor mutators in workspace store
31
+ - [#7753](https://github.com/scalar/scalar/pull/7753): feat: default headers and global cookies
32
+ - [#7763](https://github.com/scalar/scalar/pull/7763): fix: normalize securitySchemes 'scheme'
33
+
34
+ - **@scalar/components@0.16.24**
35
+ - [#7802](https://github.com/scalar/scalar/pull/7802): fix: Vue warning because of deprecated icon syntax
36
+
37
+ - **@scalar/oas-utils@0.6.21**
38
+
39
+ - **@scalar/sidebar@0.7.14**
40
+
41
+ - **@scalar/openapi-parser@0.24.2**
42
+
43
+ ## 1.43.8
44
+
45
+ ### Patch Changes
46
+
47
+ #### Updated Dependencies
48
+
49
+ - **@scalar/workspace-store@0.24.10**
50
+ - [#7774](https://github.com/scalar/scalar/pull/7774): Adds exports to V2 client.
51
+
52
+ - **@scalar/api-client@2.18.4**
53
+ - [#7774](https://github.com/scalar/scalar/pull/7774): Adds exports to V2 client.
54
+
55
+ - **@scalar/oas-utils@0.6.20**
56
+
57
+ - **@scalar/sidebar@0.7.13**
58
+
59
+ - **@scalar/components@0.16.23**
60
+
3
61
  ## 1.43.7
4
62
 
5
63
  ### Patch Changes
package/README.md CHANGED
@@ -44,7 +44,7 @@ Interactive API Reference from OpenAPI/Swagger Documents [Try our Demo](https://
44
44
 
45
45
  ## Documentation
46
46
 
47
- [Read the documentation here](https://guides.scalar.com/products/api-references/integrations/html-js)
47
+ [Read the documentation here](https://scalar.com/products/api-references/integrations/html-js)
48
48
 
49
49
  ## Community
50
50
 
@@ -1,6 +1,6 @@
1
1
  import type { WorkspaceEventBus } from '@scalar/workspace-store/events';
2
2
  import type { ServerObject } from '@scalar/workspace-store/schemas/v3.1/strict/openapi-document';
3
- export type SelectorProps = {
3
+ type SelectorProps = {
4
4
  /** The event bus to use for emitting events */
5
5
  eventBus: WorkspaceEventBus;
6
6
  /** The selected server */
@@ -1 +1 @@
1
- {"version":3,"file":"ServerSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/ServerSelector.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,MAAM,MAAM,aAAa,GAAG;IAC1B,+CAA+C;IAC/C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB,CAAA;AAED;;;;;;;;GAQG;;AACH,wBAuJC"}
1
+ {"version":3,"file":"ServerSelector.vue.d.ts","sourceRoot":"","sources":["../../../../src/blocks/scalar-server-selector-block/components/ServerSelector.vue"],"names":[],"mappings":"AA4FA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAA;AACvE,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,8DAA8D,CAAA;AAMhG,KAAK,aAAa,GAAG;IACnB,+CAA+C;IAC/C,QAAQ,EAAE,iBAAiB,CAAA;IAC3B,2BAA2B;IAC3B,cAAc,EAAE,YAAY,GAAG,IAAI,CAAA;IACnC,wBAAwB;IACxB,OAAO,EAAE,YAAY,EAAE,CAAA;CACxB,CAAA;AAED;;;;;;;;GAQG;;AACH,wBAuJC"}