@scalar/api-client 2.20.2 → 2.21.0
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 +29 -0
- package/dist/style.css +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/OperationBlock.vue.js +56 -59
- package/dist/v2/blocks/operation-block/helpers/build-request-parameters.d.ts.map +1 -1
- package/dist/v2/blocks/operation-block/helpers/build-request-parameters.js +52 -51
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.d.ts +4 -0
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.d.ts.map +1 -0
- package/dist/v2/blocks/operation-block/helpers/de-serialize-parameter.js +23 -0
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.d.ts.map +1 -1
- package/dist/v2/blocks/operation-code-sample/helpers/operation-to-har/process-parameters.js +24 -23
- package/dist/v2/blocks/request-block/helpers/get-default-headers.js +1 -1
- package/dist/v2/blocks/response-block/ResponseBlock.vue.d.ts +2 -8
- package/dist/v2/blocks/response-block/ResponseBlock.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/ResponseBlock.vue.js +2 -2
- package/dist/v2/blocks/response-block/ResponseBlock.vue2.js +57 -60
- package/dist/v2/blocks/response-block/components/ResponseBodyStreaming.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/components/ResponseBodyStreaming.vue.js +61 -41
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.d.ts +0 -3
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue.js +1 -1
- package/dist/v2/blocks/response-block/components/ResponseEmpty.vue2.js +31 -34
- package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.d.ts +3 -3
- package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue.js +2 -2
- package/dist/v2/blocks/response-block/components/ResponseLoadingOverlay.vue2.js +26 -20
- package/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.d.ts +4 -2
- package/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.d.ts.map +1 -1
- package/dist/v2/blocks/response-block/components/ResponseMetaInformation.vue.js +39 -33
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue.js +2 -2
- package/dist/v2/blocks/scalar-address-bar-block/components/AddressBar.vue2.js +64 -64
- package/dist/v2/blocks/scalar-address-bar-block/hooks/use-loading-animation.d.ts +1 -0
- package/dist/v2/blocks/scalar-address-bar-block/hooks/use-loading-animation.d.ts.map +1 -1
- package/dist/v2/blocks/scalar-address-bar-block/hooks/use-loading-animation.js +12 -11
- package/dist/v2/components/code-input/CodeInput.vue.d.ts +152 -95
- package/dist/v2/components/code-input/CodeInput.vue.d.ts.map +1 -1
- package/dist/v2/components/code-input/CodeInput.vue.js +2 -2
- package/dist/v2/components/code-input/CodeInput.vue2.js +87 -99
- package/dist/v2/features/operation/Operation.vue.js +1 -1
- package/dist/views/Request/ResponseSection/ResponseEmpty.vue2.js +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"rest",
|
|
19
19
|
"testing"
|
|
20
20
|
],
|
|
21
|
-
"version": "2.
|
|
21
|
+
"version": "2.21.0",
|
|
22
22
|
"engines": {
|
|
23
23
|
"node": ">=20"
|
|
24
24
|
},
|
|
@@ -326,26 +326,26 @@
|
|
|
326
326
|
"whatwg-mimetype": "^4.0.0",
|
|
327
327
|
"yaml": "^2.8.0",
|
|
328
328
|
"zod": "^4.3.5",
|
|
329
|
+
"@scalar/components": "0.16.31",
|
|
329
330
|
"@scalar/analytics-client": "1.0.1",
|
|
330
|
-
"@scalar/draggable": "0.3.0",
|
|
331
|
-
"@scalar/components": "0.16.30",
|
|
332
331
|
"@scalar/helpers": "0.2.9",
|
|
332
|
+
"@scalar/draggable": "0.3.0",
|
|
333
333
|
"@scalar/import": "0.4.46",
|
|
334
334
|
"@scalar/icons": "0.5.2",
|
|
335
|
-
"@scalar/json-magic": "0.9.
|
|
335
|
+
"@scalar/json-magic": "0.9.4",
|
|
336
|
+
"@scalar/oas-utils": "0.6.28",
|
|
336
337
|
"@scalar/object-utils": "1.2.23",
|
|
337
|
-
"@scalar/
|
|
338
|
+
"@scalar/openapi-parser": "0.24.5",
|
|
338
339
|
"@scalar/openapi-types": "0.5.3",
|
|
340
|
+
"@scalar/sidebar": "0.7.21",
|
|
339
341
|
"@scalar/postman-to-openapi": "0.4.1",
|
|
340
|
-
"@scalar/openapi-parser": "0.24.4",
|
|
341
|
-
"@scalar/snippetz": "0.6.8",
|
|
342
|
-
"@scalar/sidebar": "0.7.20",
|
|
343
|
-
"@scalar/types": "0.5.10",
|
|
344
|
-
"@scalar/use-codemirror": "0.13.24",
|
|
345
342
|
"@scalar/themes": "0.13.26",
|
|
343
|
+
"@scalar/types": "0.5.10",
|
|
344
|
+
"@scalar/snippetz": "0.6.8",
|
|
345
|
+
"@scalar/use-codemirror": "0.13.25",
|
|
346
346
|
"@scalar/use-hooks": "0.3.6",
|
|
347
347
|
"@scalar/use-toasts": "0.9.1",
|
|
348
|
-
"@scalar/workspace-store": "0.
|
|
348
|
+
"@scalar/workspace-store": "0.27.0"
|
|
349
349
|
},
|
|
350
350
|
"devDependencies": {
|
|
351
351
|
"@tailwindcss/vite": "^4.1.18",
|
|
@@ -355,7 +355,7 @@
|
|
|
355
355
|
"@vue/test-utils": "2.4.6",
|
|
356
356
|
"fake-indexeddb": "6.2.3",
|
|
357
357
|
"fastify": "^5.3.3",
|
|
358
|
-
"jsdom": "
|
|
358
|
+
"jsdom": "27.4.0",
|
|
359
359
|
"tailwindcss": "^4.1.18",
|
|
360
360
|
"vite": "^7.3.1",
|
|
361
361
|
"vite-svg-loader": "5.1.0",
|