@scalar/api-reference 1.44.8 → 1.44.11

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 (37) hide show
  1. package/CHANGELOG.md +55 -0
  2. package/dist/browser/standalone.js +13543 -13289
  3. package/dist/browser/webpack-stats.json +1 -1
  4. package/dist/components/ApiReference.vue.d.ts.map +1 -1
  5. package/dist/components/ApiReference.vue.js +1 -1
  6. package/dist/components/ApiReference.vue2.js +4 -3
  7. package/dist/components/Content/Auth/Auth.vue.d.ts +2 -0
  8. package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
  9. package/dist/components/Content/Auth/Auth.vue.js +11 -4
  10. package/dist/components/Content/Content.vue.d.ts +2 -0
  11. package/dist/components/Content/Content.vue.d.ts.map +1 -1
  12. package/dist/components/Content/Content.vue.js +10 -5
  13. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts +3 -0
  14. package/dist/components/Content/Operations/TraversedEntry.vue.d.ts.map +1 -1
  15. package/dist/components/Content/Operations/TraversedEntry.vue.js +9 -4
  16. package/dist/features/Operation/Operation.vue.d.ts +6 -0
  17. package/dist/features/Operation/Operation.vue.d.ts.map +1 -1
  18. package/dist/features/Operation/Operation.vue.js +17 -2
  19. package/dist/features/Operation/helpers/filter-selected-security.d.ts +4 -3
  20. package/dist/features/Operation/helpers/filter-selected-security.d.ts.map +1 -1
  21. package/dist/features/Operation/helpers/filter-selected-security.js +2 -5
  22. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts +4 -3
  23. package/dist/features/Operation/layouts/ClassicLayout.vue.d.ts.map +1 -1
  24. package/dist/features/Operation/layouts/ClassicLayout.vue.js +1 -1
  25. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts +4 -3
  26. package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
  27. package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
  28. package/dist/helpers/load-from-perssistance.d.ts +3 -23
  29. package/dist/helpers/load-from-perssistance.d.ts.map +1 -1
  30. package/dist/helpers/load-from-perssistance.js +5 -61
  31. package/dist/helpers/storage.d.ts +39 -278
  32. package/dist/helpers/storage.d.ts.map +1 -1
  33. package/dist/helpers/storage.js +9 -28
  34. package/dist/plugins/persistance-plugin.d.ts.map +1 -1
  35. package/dist/plugins/persistance-plugin.js +3 -19
  36. package/dist/style.css +100 -97
  37. package/package.json +16 -16
package/CHANGELOG.md CHANGED
@@ -1,5 +1,60 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.44.11
4
+
5
+ ### Patch Changes
6
+
7
+ #### Updated Dependencies
8
+
9
+ - **@scalar/agent-chat@0.5.2**
10
+ - [#8027](https://github.com/scalar/scalar/pull/8027): feat(agent): add client side request tool
11
+
12
+ - **@scalar/api-client@2.23.2**
13
+ - [#8027](https://github.com/scalar/scalar/pull/8027): feat(agent): add client side request tool
14
+
15
+ ## 1.44.10
16
+
17
+ ### Patch Changes
18
+
19
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
20
+
21
+ #### Updated Dependencies
22
+
23
+ - **@scalar/workspace-store@0.28.2**
24
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
25
+
26
+ - **@scalar/agent-chat@0.5.1**
27
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
28
+ - [#8028](https://github.com/scalar/scalar/pull/8028): feat(agent-chat): registry upload flow
29
+
30
+ - **@scalar/api-client@2.23.1**
31
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
32
+ - [#7992](https://github.com/scalar/scalar/pull/7992): feat: hide code snippets without clients
33
+
34
+ - **@scalar/helpers@0.2.11**
35
+ - [#8016](https://github.com/scalar/scalar/pull/8016): feat: move history and auth into their own store
36
+
37
+ - **@scalar/oas-utils@0.6.33**
38
+
39
+ - **@scalar/sidebar@0.7.26**
40
+
41
+ - **@scalar/components@0.17.3**
42
+
43
+ - **@scalar/openapi-parser@0.24.7**
44
+
45
+ - **@scalar/types@0.6.2**
46
+
47
+ - **@scalar/snippetz@0.6.11**
48
+
49
+ ## 1.44.9
50
+
51
+ ### Patch Changes
52
+
53
+ #### Updated Dependencies
54
+
55
+ - **@scalar/agent-chat@0.4.8**
56
+ - [#8020](https://github.com/scalar/scalar/pull/8020): chore(agent): tweak info message copy
57
+
3
58
  ## 1.44.8
4
59
 
5
60
  ### Patch Changes