@scalar/api-reference 1.44.18 → 1.44.23
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 +195 -0
- package/dist/blocks/scalar-client-selector-block/components/ClientSelector.vue.js +1 -1
- package/dist/blocks/scalar-server-selector-block/components/Selector.vue.js +2 -2
- package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.js +3 -3
- package/dist/browser/standalone.js +18051 -17957
- 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 +19 -2
- package/dist/components/Content/Auth/Auth.vue.d.ts.map +1 -1
- package/dist/components/Content/Auth/Auth.vue.js +2 -1
- package/dist/features/Operation/components/ParameterListItem.vue.d.ts.map +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue.js +1 -1
- package/dist/features/Operation/components/ParameterListItem.vue2.js +1 -3
- package/dist/features/Operation/layouts/ModernLayout.vue.d.ts.map +1 -1
- package/dist/features/Operation/layouts/ModernLayout.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponseTab.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.d.ts.map +1 -1
- package/dist/features/example-responses/ExampleResponses.vue.js +1 -1
- package/dist/features/example-responses/ExampleResponses.vue2.js +1 -0
- package/dist/helpers/index.d.ts +2 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/helpers/index.js +5 -0
- package/dist/helpers/storage.d.ts +133 -15
- package/dist/helpers/storage.d.ts.map +1 -1
- package/dist/plugins/index.d.ts +1 -0
- package/dist/plugins/index.d.ts.map +1 -1
- package/dist/plugins/index.js +2 -0
- package/dist/standalone/lib/html-api.js +1 -1
- package/dist/style.css +227 -196
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.44.
|
|
23
|
+
"version": "1.44.23",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -78,29 +78,29 @@
|
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
80
|
"@headlessui/vue": "1.7.23",
|
|
81
|
-
"@unhead/vue": "^1.
|
|
81
|
+
"@unhead/vue": "^2.1.4",
|
|
82
82
|
"@vueuse/core": "13.9.0",
|
|
83
83
|
"fuse.js": "^7.1.0",
|
|
84
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.
|
|
88
|
+
"@scalar/agent-chat": "0.5.14",
|
|
89
|
+
"@scalar/api-client": "2.29.1",
|
|
89
90
|
"@scalar/code-highlight": "0.2.3",
|
|
90
|
-
"@scalar/
|
|
91
|
+
"@scalar/components": "0.19.7",
|
|
92
|
+
"@scalar/helpers": "0.2.15",
|
|
91
93
|
"@scalar/icons": "0.5.3",
|
|
92
|
-
"@scalar/
|
|
93
|
-
"@scalar/
|
|
94
|
-
"@scalar/openapi-parser": "0.24.9",
|
|
95
|
-
"@scalar/oas-utils": "0.6.40",
|
|
94
|
+
"@scalar/openapi-parser": "0.24.13",
|
|
95
|
+
"@scalar/oas-utils": "0.6.45",
|
|
96
96
|
"@scalar/openapi-types": "0.5.3",
|
|
97
|
-
"@scalar/sidebar": "0.7.
|
|
98
|
-
"@scalar/
|
|
99
|
-
"@scalar/snippetz": "0.6.11",
|
|
100
|
-
"@scalar/use-hooks": "0.3.7",
|
|
97
|
+
"@scalar/sidebar": "0.7.38",
|
|
98
|
+
"@scalar/snippetz": "0.6.15",
|
|
101
99
|
"@scalar/themes": "0.14.0",
|
|
100
|
+
"@scalar/use-hooks": "0.3.7",
|
|
101
|
+
"@scalar/types": "0.6.6",
|
|
102
102
|
"@scalar/use-toasts": "0.9.1",
|
|
103
|
-
"@scalar/workspace-store": "0.
|
|
103
|
+
"@scalar/workspace-store": "0.34.1"
|
|
104
104
|
},
|
|
105
105
|
"devDependencies": {
|
|
106
106
|
"@hono/node-server": "^1.19.7",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
120
120
|
"vitest": "4.0.16",
|
|
121
121
|
"@scalar/build-tooling": "0.4.1",
|
|
122
|
-
"@scalar/core": "0.3.
|
|
123
|
-
"@scalar/galaxy": "0.5.
|
|
122
|
+
"@scalar/core": "0.3.41",
|
|
123
|
+
"@scalar/galaxy": "0.5.16",
|
|
124
124
|
"@scalar/react-renderer": "0.3.0"
|
|
125
125
|
},
|
|
126
126
|
"scripts": {
|