@scalar/api-reference 1.35.6 → 1.35.7
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 +32 -0
- package/dist/blocks/helpers/getPointer.d.ts.map +1 -1
- package/dist/browser/standalone.js +14400 -14218
- package/dist/browser/webpack-stats.json +1 -1
- package/dist/components/Lazy/Lazy.vue.d.ts.map +1 -1
- package/dist/components/Lazy/Lazy.vue2.js +2 -2
- package/dist/features/document-source/hooks/useDocumentSource.d.ts.map +1 -1
- package/dist/features/document-source/hooks/useDocumentSource.js +6 -5
- package/dist/features/sidebar/components/SidebarElement.vue.js +2 -2
- package/dist/index.js +1 -1
- package/dist/style.css +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.d.ts.map +1 -1
- package/dist/v2/ApiReferenceWorkspace.vue.js +59 -53
- package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue.js +1 -1
- package/dist/v2/blocks/scalar-info-block/components/DownloadLink.vue2.js +39 -30
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue.js +1 -1
- package/dist/v2/blocks/scalar-request-example-block/components/RequestExample.vue2.js +77 -71
- package/dist/v2/helpers/map-configuration.d.ts.map +1 -1
- package/package.json +16 -15
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"vue",
|
|
21
21
|
"vue3"
|
|
22
22
|
],
|
|
23
|
-
"version": "1.35.
|
|
23
|
+
"version": "1.35.7",
|
|
24
24
|
"engines": {
|
|
25
25
|
"node": ">=20"
|
|
26
26
|
},
|
|
@@ -56,22 +56,23 @@
|
|
|
56
56
|
"type-fest": "^4.41.0",
|
|
57
57
|
"vue": "^3.5.17",
|
|
58
58
|
"zod": "3.24.1",
|
|
59
|
-
"@scalar/
|
|
60
|
-
"@scalar/code-highlight": "0.1.9",
|
|
59
|
+
"@scalar/code-highlight": "0.2.0",
|
|
61
60
|
"@scalar/helpers": "0.0.11",
|
|
62
|
-
"@scalar/components": "0.14.34",
|
|
63
61
|
"@scalar/icons": "0.4.7",
|
|
64
|
-
"@scalar/
|
|
65
|
-
"@scalar/
|
|
62
|
+
"@scalar/api-client": "2.5.34",
|
|
63
|
+
"@scalar/oas-utils": "0.4.30",
|
|
64
|
+
"@scalar/components": "0.14.35",
|
|
65
|
+
"@scalar/json-magic": "0.5.0",
|
|
66
66
|
"@scalar/object-utils": "1.2.7",
|
|
67
|
-
"@scalar/openapi-parser": "0.
|
|
68
|
-
"@scalar/snippetz": "0.4.9",
|
|
67
|
+
"@scalar/openapi-parser": "0.21.0",
|
|
69
68
|
"@scalar/openapi-types": "0.3.7",
|
|
70
|
-
"@scalar/
|
|
71
|
-
"@scalar/
|
|
69
|
+
"@scalar/openapi-upgrader": "0.1.0",
|
|
70
|
+
"@scalar/snippetz": "0.4.10",
|
|
71
|
+
"@scalar/themes": "0.13.18",
|
|
72
|
+
"@scalar/types": "0.2.16",
|
|
72
73
|
"@scalar/use-hooks": "0.2.5",
|
|
73
74
|
"@scalar/use-toasts": "0.8.0",
|
|
74
|
-
"@scalar/workspace-store": "0.15.
|
|
75
|
+
"@scalar/workspace-store": "0.15.7"
|
|
75
76
|
},
|
|
76
77
|
"devDependencies": {
|
|
77
78
|
"@hono/node-server": "^1.11.0",
|
|
@@ -82,7 +83,7 @@
|
|
|
82
83
|
"@vitejs/plugin-vue": "6.0.1",
|
|
83
84
|
"@vue/server-renderer": "^3.5.17",
|
|
84
85
|
"@vue/test-utils": "^2.4.1",
|
|
85
|
-
"hono": "
|
|
86
|
+
"hono": "4.9.7",
|
|
86
87
|
"react": "^19.1.0",
|
|
87
88
|
"react-dom": "^19.1.0",
|
|
88
89
|
"rollup-plugin-webpack-stats": "^0.2.5",
|
|
@@ -91,10 +92,10 @@
|
|
|
91
92
|
"vite-plugin-banner": "^0.7.1",
|
|
92
93
|
"vite-plugin-css-injected-by-js": "^3.4.0",
|
|
93
94
|
"vitest": "3.2.4",
|
|
94
|
-
"@scalar/galaxy": "0.5.8",
|
|
95
|
-
"@scalar/react-renderer": "0.2.1",
|
|
96
95
|
"@scalar/build-tooling": "0.2.7",
|
|
97
|
-
"@scalar/core": "0.3.
|
|
96
|
+
"@scalar/core": "0.3.17",
|
|
97
|
+
"@scalar/galaxy": "0.5.8",
|
|
98
|
+
"@scalar/react-renderer": "0.2.1"
|
|
98
99
|
},
|
|
99
100
|
"scripts": {
|
|
100
101
|
"build": "pnpm build:default && pnpm build:standalone && pnpm types:build && tsc-alias -p tsconfig.build.json",
|