@scalar/api-reference 1.43.4 → 1.43.5
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 +26 -0
- package/dist/blocks/scalar-info-block/components/DownloadLink.vue.js +1 -1
- package/dist/browser/standalone.js +584 -618
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts +2 -2
- package/dist/components/Content/Schema/SchemaProperty.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaProperty.vue2.js +64 -123
- package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts +14 -0
- package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/get-compositions-to-render.js +31 -0
- package/dist/components/Content/Schema/helpers/get-enum-values.d.ts +9 -0
- package/dist/components/Content/Schema/helpers/get-enum-values.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/get-enum-values.js +20 -0
- package/dist/components/Content/Schema/helpers/get-property-description.d.ts +9 -0
- package/dist/components/Content/Schema/helpers/get-property-description.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/get-property-description.js +34 -0
- package/dist/components/Content/Schema/helpers/has-complex-array-items.d.ts +10 -0
- package/dist/components/Content/Schema/helpers/has-complex-array-items.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/has-complex-array-items.js +48 -0
- package/dist/components/Content/Schema/helpers/should-display-description.d.ts +10 -0
- package/dist/components/Content/Schema/helpers/should-display-description.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/should-display-description.js +12 -0
- package/dist/components/Content/Schema/helpers/should-display-heading.d.ts +11 -0
- package/dist/components/Content/Schema/helpers/should-display-heading.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/should-display-heading.js +12 -0
- package/dist/components/Content/Schema/helpers/should-render-array-item-composition.d.ts +10 -0
- package/dist/components/Content/Schema/helpers/should-render-array-item-composition.d.ts.map +1 -0
- package/dist/components/Content/Schema/helpers/should-render-array-item-composition.js +15 -0
- package/dist/components/Content/index.d.ts +1 -0
- package/dist/components/Content/index.d.ts.map +1 -1
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +18 -16
- package/dist/helpers/id-routing.d.ts.map +1 -1
- package/dist/helpers/id-routing.js +7 -1
- package/dist/plugins/hooks/usePluginManager.js +1 -1
- package/dist/style.css +94 -77
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.43.
|
|
23
|
+
"version": "1.43.5",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -89,31 +89,31 @@
|
|
|
89
89
|
"type-fest": "5.0.0",
|
|
90
90
|
"vue": "^3.5.21",
|
|
91
91
|
"zod": "^4.1.11",
|
|
92
|
-
"@scalar/api-client": "2.18.
|
|
93
|
-
"@scalar/components": "0.16.19",
|
|
92
|
+
"@scalar/api-client": "2.18.1",
|
|
94
93
|
"@scalar/code-highlight": "0.2.2",
|
|
94
|
+
"@scalar/components": "0.16.20",
|
|
95
95
|
"@scalar/helpers": "0.2.7",
|
|
96
|
-
"@scalar/icons": "0.5.2",
|
|
97
96
|
"@scalar/json-magic": "0.9.0",
|
|
98
|
-
"@scalar/oas-utils": "0.6.16",
|
|
99
97
|
"@scalar/openapi-parser": "0.23.13",
|
|
98
|
+
"@scalar/oas-utils": "0.6.17",
|
|
99
|
+
"@scalar/openapi-upgrader": "0.1.7",
|
|
100
100
|
"@scalar/openapi-types": "0.5.3",
|
|
101
101
|
"@scalar/object-utils": "1.2.21",
|
|
102
|
-
"@scalar/
|
|
103
|
-
"@scalar/sidebar": "0.7.9",
|
|
102
|
+
"@scalar/sidebar": "0.7.10",
|
|
104
103
|
"@scalar/snippetz": "0.6.4",
|
|
105
104
|
"@scalar/themes": "0.13.26",
|
|
106
105
|
"@scalar/types": "0.5.7",
|
|
107
|
-
"@scalar/
|
|
108
|
-
"@scalar/
|
|
109
|
-
"@scalar/
|
|
106
|
+
"@scalar/icons": "0.5.2",
|
|
107
|
+
"@scalar/use-toasts": "0.9.1",
|
|
108
|
+
"@scalar/workspace-store": "0.24.7",
|
|
109
|
+
"@scalar/use-hooks": "0.3.6"
|
|
110
110
|
},
|
|
111
111
|
"devDependencies": {
|
|
112
112
|
"@hono/node-server": "1.19.5",
|
|
113
113
|
"@playwright/test": "1.56.0",
|
|
114
|
-
"@tailwindcss/vite": "^4.1.
|
|
115
|
-
"@types/react": "^19.
|
|
116
|
-
"@types/react-dom": "^19.
|
|
114
|
+
"@tailwindcss/vite": "^4.1.18",
|
|
115
|
+
"@types/react": "^19.2.7",
|
|
116
|
+
"@types/react-dom": "^19.2.3",
|
|
117
117
|
"@vitejs/plugin-vue": "6.0.1",
|
|
118
118
|
"@vue/server-renderer": "^3.5.17",
|
|
119
119
|
"@vue/test-utils": "2.4.6",
|
|
@@ -121,15 +121,15 @@
|
|
|
121
121
|
"react": "^19.1.0",
|
|
122
122
|
"react-dom": "^19.1.0",
|
|
123
123
|
"rollup-plugin-webpack-stats": "^0.2.5",
|
|
124
|
-
"tailwindcss": "^4.1.
|
|
125
|
-
"vite": "7.
|
|
124
|
+
"tailwindcss": "^4.1.18",
|
|
125
|
+
"vite": "7.3.0",
|
|
126
126
|
"vite-plugin-banner": "^0.7.1",
|
|
127
127
|
"vite-plugin-css-injected-by-js": "^3.4.0",
|
|
128
128
|
"vitest": "3.2.4",
|
|
129
|
-
"@scalar/core": "0.3.31",
|
|
130
129
|
"@scalar/build-tooling": "0.4.1",
|
|
131
|
-
"@scalar/
|
|
132
|
-
"@scalar/galaxy": "0.5.12"
|
|
130
|
+
"@scalar/core": "0.3.31",
|
|
131
|
+
"@scalar/galaxy": "0.5.12",
|
|
132
|
+
"@scalar/react-renderer": "0.3.0"
|
|
133
133
|
},
|
|
134
134
|
"scripts": {
|
|
135
135
|
"build": "pnpm build:default && pnpm build:standalone && pnpm types:build",
|