@scalar/api-reference 1.43.8 → 1.43.10

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 (42) hide show
  1. package/CHANGELOG.md +63 -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 +14630 -14139
  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/SchemaProperty.vue.js +1 -1
  11. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts +2 -1
  12. package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts.map +1 -1
  13. package/dist/components/Content/Schema/helpers/schema-name.d.ts +0 -6
  14. package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
  15. package/dist/components/Content/Schema/helpers/schema-name.js +0 -1
  16. package/dist/components/Content/index.d.ts +0 -1
  17. package/dist/components/Content/index.d.ts.map +1 -1
  18. package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
  19. package/dist/components/Section/SectionAccordion.vue.js +1 -1
  20. package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.js +1 -1
  21. package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.js +1 -1
  22. package/dist/helpers/lazy-bus.d.ts +0 -1
  23. package/dist/helpers/lazy-bus.d.ts.map +1 -1
  24. package/dist/helpers/lazy-bus.js +0 -1
  25. package/dist/helpers/load-from-perssistance.d.ts +1 -1
  26. package/dist/helpers/load-from-perssistance.d.ts.map +1 -1
  27. package/dist/helpers/load-from-perssistance.js +12 -13
  28. package/dist/helpers/markdown.d.ts +0 -7
  29. package/dist/helpers/markdown.d.ts.map +1 -1
  30. package/dist/helpers/normalize-configurations.d.ts +1 -14
  31. package/dist/helpers/normalize-configurations.d.ts.map +1 -1
  32. package/dist/helpers/normalize-configurations.js +0 -1
  33. package/dist/helpers/openapi.d.ts +1 -5
  34. package/dist/helpers/openapi.d.ts.map +1 -1
  35. package/dist/helpers/openapi.js +1 -2
  36. package/dist/plugins/persistance-plugin.d.ts +7 -1
  37. package/dist/plugins/persistance-plugin.d.ts.map +1 -1
  38. package/dist/plugins/persistance-plugin.js +11 -1
  39. package/dist/style.css +179 -176
  40. package/package.json +11 -20
  41. package/dist/features/Operation/types/schemas.d.ts +0 -3
  42. package/dist/features/Operation/types/schemas.d.ts.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,68 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.43.10
4
+
5
+ ### Patch Changes
6
+
7
+ - [#7820](https://github.com/scalar/scalar/pull/7820): fix: correctly restore the auth from persistance
8
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
9
+
10
+ #### Updated Dependencies
11
+
12
+ - **@scalar/workspace-store@0.25.1**
13
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
14
+
15
+ - **@scalar/api-client@2.19.1**
16
+ - [#7828](https://github.com/scalar/scalar/pull/7828): fix: switch to upsert params due to race condition
17
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
18
+
19
+ - **@scalar/oas-utils@0.6.22**
20
+ - [#7814](https://github.com/scalar/scalar/pull/7814): fix: additional properties generate invalid example
21
+
22
+ - **@scalar/sidebar@0.7.15**
23
+
24
+ - **@scalar/components@0.16.25**
25
+
26
+ ## 1.43.9
27
+
28
+ ### Patch Changes
29
+
30
+ - [#7781](https://github.com/scalar/scalar/pull/7781): fix: remove unused dependencies
31
+ - `@floating-ui/vue`
32
+ - `@scalar/json-magic`
33
+ - `@scalar/object-utils`
34
+ - `@scalar/openapi-upgrader`
35
+ - `js-base64`
36
+ - `type-fest`
37
+ - `zod`
38
+
39
+ - [#7778](https://github.com/scalar/scalar/pull/7778): fix: do not persist auth when the option is off
40
+ - [#7802](https://github.com/scalar/scalar/pull/7802): fix: can not search in classic layout
41
+ - [#7810](https://github.com/scalar/scalar/pull/7810): docs: update documentation domain
42
+
43
+ #### Updated Dependencies
44
+
45
+ - **@scalar/api-client@2.19.0**
46
+ - [#7821](https://github.com/scalar/scalar/pull/7821): Fix slot name for menu items
47
+ - [#7786](https://github.com/scalar/scalar/pull/7786): chore: refactor mutators in workspace store
48
+ - [#7753](https://github.com/scalar/scalar/pull/7753): feat: default headers and global cookies
49
+ - [#7806](https://github.com/scalar/scalar/pull/7806): fix: replace star with named exports
50
+ - [#7762](https://github.com/scalar/scalar/pull/7762): fix: only enable required parameters by default
51
+
52
+ - **@scalar/workspace-store@0.25.0**
53
+ - [#7786](https://github.com/scalar/scalar/pull/7786): chore: refactor mutators in workspace store
54
+ - [#7753](https://github.com/scalar/scalar/pull/7753): feat: default headers and global cookies
55
+ - [#7763](https://github.com/scalar/scalar/pull/7763): fix: normalize securitySchemes 'scheme'
56
+
57
+ - **@scalar/components@0.16.24**
58
+ - [#7802](https://github.com/scalar/scalar/pull/7802): fix: Vue warning because of deprecated icon syntax
59
+
60
+ - **@scalar/oas-utils@0.6.21**
61
+
62
+ - **@scalar/sidebar@0.7.14**
63
+
64
+ - **@scalar/openapi-parser@0.24.2**
65
+
3
66
  ## 1.43.8
4
67
 
5
68
  ### 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"}