@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.
- package/CHANGELOG.md +58 -0
- package/README.md +1 -1
- package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts +1 -1
- package/dist/blocks/scalar-server-selector-block/components/ServerSelector.vue.d.ts.map +1 -1
- package/dist/browser/standalone.js +13331 -13037
- 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 +8 -3
- package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts +2 -1
- package/dist/components/Content/Schema/helpers/get-compositions-to-render.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.d.ts +0 -6
- package/dist/components/Content/Schema/helpers/schema-name.d.ts.map +1 -1
- package/dist/components/Content/Schema/helpers/schema-name.js +0 -1
- package/dist/components/Content/index.d.ts +0 -1
- package/dist/components/Content/index.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.d.ts.map +1 -1
- package/dist/components/Section/SectionAccordion.vue.js +1 -1
- package/dist/features/toolbar/ApiReferenceToolbarSdks.vue.js +1 -1
- package/dist/features/toolbar/ApiReferenceToolbarShareRegister.vue.js +1 -1
- package/dist/helpers/lazy-bus.d.ts +0 -1
- package/dist/helpers/lazy-bus.d.ts.map +1 -1
- package/dist/helpers/lazy-bus.js +0 -1
- package/dist/helpers/markdown.d.ts +0 -7
- package/dist/helpers/markdown.d.ts.map +1 -1
- package/dist/helpers/normalize-configurations.d.ts +1 -14
- package/dist/helpers/normalize-configurations.d.ts.map +1 -1
- package/dist/helpers/normalize-configurations.js +0 -1
- package/dist/helpers/openapi.d.ts +1 -5
- package/dist/helpers/openapi.d.ts.map +1 -1
- package/dist/helpers/openapi.js +1 -2
- package/dist/plugins/persistance-plugin.d.ts +7 -1
- package/dist/plugins/persistance-plugin.d.ts.map +1 -1
- package/dist/plugins/persistance-plugin.js +11 -1
- package/dist/style.css +148 -145
- package/package.json +14 -23
- package/dist/features/Operation/types/schemas.d.ts +0 -3
- 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.
|
|
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.
|
|
95
|
-
"@scalar/icons": "0.5.2",
|
|
89
|
+
"@scalar/components": "0.16.24",
|
|
96
90
|
"@scalar/helpers": "0.2.8",
|
|
97
|
-
"@scalar/
|
|
98
|
-
"@scalar/
|
|
99
|
-
"@scalar/
|
|
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/
|
|
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/
|
|
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.
|
|
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/
|
|
132
|
-
"@scalar/
|
|
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 +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"}
|