@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/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "vue",
21
21
  "vue3"
22
22
  ],
23
- "version": "1.43.7",
23
+ "version": "1.43.9",
24
24
  "engines": {
25
25
  "node": ">=20"
26
26
  },
@@ -77,49 +77,40 @@
77
77
  "bundle": true
78
78
  },
79
79
  "dependencies": {
80
- "@floating-ui/vue": "1.1.9",
81
80
  "@headlessui/vue": "1.7.23",
82
81
  "@unhead/vue": "^1.11.20",
83
82
  "@vueuse/core": "13.9.0",
84
83
  "fuse.js": "^7.1.0",
85
84
  "github-slugger": "^2.0.0",
86
- "js-base64": "^3.7.8",
87
85
  "microdiff": "^1.5.0",
88
86
  "nanoid": "^5.1.6",
89
- "type-fest": "^5.3.1",
90
87
  "vue": "^3.5.26",
91
- "zod": "^4.3.5",
92
- "@scalar/api-client": "2.18.3",
93
88
  "@scalar/code-highlight": "0.2.2",
94
- "@scalar/components": "0.16.22",
95
- "@scalar/icons": "0.5.2",
89
+ "@scalar/components": "0.16.24",
96
90
  "@scalar/helpers": "0.2.8",
97
- "@scalar/oas-utils": "0.6.19",
98
- "@scalar/json-magic": "0.9.1",
99
- "@scalar/openapi-parser": "0.24.1",
91
+ "@scalar/api-client": "2.19.0",
92
+ "@scalar/openapi-parser": "0.24.2",
93
+ "@scalar/icons": "0.5.2",
94
+ "@scalar/oas-utils": "0.6.21",
100
95
  "@scalar/openapi-types": "0.5.3",
101
- "@scalar/object-utils": "1.2.22",
102
- "@scalar/openapi-upgrader": "0.1.7",
103
- "@scalar/sidebar": "0.7.12",
104
- "@scalar/snippetz": "0.6.5",
96
+ "@scalar/sidebar": "0.7.14",
105
97
  "@scalar/themes": "0.13.26",
106
- "@scalar/types": "0.5.8",
107
- "@scalar/use-toasts": "0.9.1",
98
+ "@scalar/snippetz": "0.6.5",
108
99
  "@scalar/use-hooks": "0.3.6",
109
- "@scalar/workspace-store": "0.24.9"
100
+ "@scalar/workspace-store": "0.25.0",
101
+ "@scalar/types": "0.5.8",
102
+ "@scalar/use-toasts": "0.9.1"
110
103
  },
111
104
  "devDependencies": {
112
105
  "@hono/node-server": "^1.19.7",
113
106
  "@playwright/test": "1.56.0",
114
107
  "@tailwindcss/vite": "^4.1.18",
115
- "@types/react": "^19.2.7",
116
- "@types/react-dom": "^19.2.3",
117
108
  "@vitejs/plugin-vue": "^6.0.3",
118
109
  "@vue/server-renderer": "^3.5.26",
119
110
  "@vue/test-utils": "2.4.6",
120
111
  "hono": "4.11.4",
112
+ "jsdom": "26.1.0",
121
113
  "react": "^19.2.3",
122
- "react-dom": "^19.2.3",
123
114
  "rollup-plugin-webpack-stats": "^0.2.5",
124
115
  "tailwindcss": "^4.1.18",
125
116
  "vite": "^7.3.1",
@@ -128,8 +119,8 @@
128
119
  "vitest": "4.0.16",
129
120
  "@scalar/build-tooling": "0.4.1",
130
121
  "@scalar/core": "0.3.32",
131
- "@scalar/react-renderer": "0.3.0",
132
- "@scalar/galaxy": "0.5.12"
122
+ "@scalar/galaxy": "0.5.12",
123
+ "@scalar/react-renderer": "0.3.0"
133
124
  },
134
125
  "scripts": {
135
126
  "build": "pnpm build:default && pnpm build:standalone && pnpm types:build",
@@ -1,3 +0,0 @@
1
- import type { OpenAPIV3_1 } from '@scalar/openapi-types';
2
- export type Schemas = Record<string, OpenAPIV3_1.SchemaObject> | unknown;
3
- //# sourceMappingURL=schemas.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"schemas.d.ts","sourceRoot":"","sources":["../../../../src/features/Operation/types/schemas.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,uBAAuB,CAAA;AAExD,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,MAAM,EAAE,WAAW,CAAC,YAAY,CAAC,GAAG,OAAO,CAAA"}