@scalar/api-reference 1.44.25 → 1.44.26
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 +49 -0
- package/dist/blocks/scalar-info-block/components/InfoDescription.vue.d.ts.map +1 -1
- package/dist/blocks/scalar-info-block/components/InfoDescription.vue.js +1 -1
- package/dist/blocks/scalar-info-block/components/InfoDescription.vue2.js +7 -3
- package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.d.ts +2 -1
- package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.d.ts.map +1 -1
- package/dist/blocks/scalar-info-block/components/InfoMarkdownSection.vue.js +3 -1
- package/dist/browser/standalone.js +10492 -10487
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/ApiReference.vue.js +1 -1
- package/dist/components/ApiReference.vue2.js +12 -10
- package/dist/components/ClassicHeader.vue.d.ts.map +1 -1
- package/dist/components/ClassicHeader.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaComposition.vue.js +6 -4
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue.js +1 -1
- package/dist/components/Content/Schema/SchemaPropertyHeading.vue2.js +16 -5
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts +4 -6
- package/dist/components/Content/Schema/helpers/get-schema-type.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/get-schema-type.js +1 -14
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +0 -5
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.js +0 -36
- package/dist/style.css +44 -42
- package/package.json +18 -18
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.44.
|
|
23
|
+
"version": "1.44.26",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -81,26 +81,26 @@
|
|
|
81
81
|
"@unhead/vue": "^2.1.4",
|
|
82
82
|
"@vueuse/core": "13.9.0",
|
|
83
83
|
"fuse.js": "^7.1.0",
|
|
84
|
-
"github-slugger": "
|
|
84
|
+
"github-slugger": "2.0.0",
|
|
85
85
|
"microdiff": "^1.5.0",
|
|
86
86
|
"nanoid": "^5.1.6",
|
|
87
87
|
"vue": "^3.5.26",
|
|
88
|
-
"@scalar/agent-chat": "0.5.
|
|
89
|
-
"@scalar/
|
|
90
|
-
"@scalar/
|
|
88
|
+
"@scalar/agent-chat": "0.5.17",
|
|
89
|
+
"@scalar/code-highlight": "0.2.4",
|
|
90
|
+
"@scalar/api-client": "2.29.3",
|
|
91
|
+
"@scalar/helpers": "0.2.16",
|
|
92
|
+
"@scalar/components": "0.19.9",
|
|
91
93
|
"@scalar/icons": "0.5.3",
|
|
92
|
-
"@scalar/
|
|
93
|
-
"@scalar/
|
|
94
|
-
"@scalar/openapi-parser": "0.24.13",
|
|
95
|
-
"@scalar/oas-utils": "0.6.46",
|
|
96
|
-
"@scalar/sidebar": "0.7.39",
|
|
97
|
-
"@scalar/snippetz": "0.6.15",
|
|
98
|
-
"@scalar/themes": "0.14.0",
|
|
94
|
+
"@scalar/oas-utils": "0.6.47",
|
|
95
|
+
"@scalar/openapi-parser": "0.24.14",
|
|
99
96
|
"@scalar/openapi-types": "0.5.3",
|
|
100
|
-
"@scalar/
|
|
101
|
-
"@scalar/
|
|
97
|
+
"@scalar/sidebar": "0.7.40",
|
|
98
|
+
"@scalar/snippetz": "0.6.16",
|
|
99
|
+
"@scalar/themes": "0.14.0",
|
|
102
100
|
"@scalar/use-toasts": "0.9.1",
|
|
103
|
-
"@scalar/
|
|
101
|
+
"@scalar/use-hooks": "0.3.7",
|
|
102
|
+
"@scalar/types": "0.6.7",
|
|
103
|
+
"@scalar/workspace-store": "0.34.3"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hono/node-server": "^1.19.7",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"@vitejs/plugin-vue": "^6.0.3",
|
|
110
110
|
"@vue/server-renderer": "^3.5.26",
|
|
111
111
|
"@vue/test-utils": "2.4.6",
|
|
112
|
-
"hono": "4.11.
|
|
112
|
+
"hono": "4.11.10",
|
|
113
113
|
"jsdom": "27.4.0",
|
|
114
114
|
"react": "^19.2.3",
|
|
115
115
|
"rollup-plugin-webpack-stats": "^0.2.5",
|
|
@@ -118,9 +118,9 @@
|
|
|
118
118
|
"vite-plugin-banner": "^0.8.1",
|
|
119
119
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
120
120
|
"vitest": "4.0.16",
|
|
121
|
-
"@scalar/core": "0.3.41",
|
|
122
|
-
"@scalar/galaxy": "0.5.16",
|
|
123
121
|
"@scalar/build-tooling": "0.4.1",
|
|
122
|
+
"@scalar/core": "0.3.42",
|
|
123
|
+
"@scalar/galaxy": "0.5.16",
|
|
124
124
|
"@scalar/react-renderer": "0.3.0"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|