@scalar/api-client 1.2.36 → 1.2.37

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @scalar/api-client
2
2
 
3
+ ## 1.2.37
4
+
5
+ ### Patch Changes
6
+
7
+ - d60cc10: fix: api client body on delete request
8
+
3
9
  ## 1.2.36
4
10
 
5
11
  ### Patch Changes
@@ -1 +1 @@
1
- {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Request/Request.vue.ts"],"names":[],"mappings":";AAyPA,wBAKG"}
1
+ {"version":3,"file":"Request.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/ApiClient/Request/Request.vue.ts"],"names":[],"mappings":";AA4PA,wBAKG"}
@@ -1 +1 @@
1
- {"version":3,"file":"getRequestFromAuthentication.d.ts","sourceRoot":"","sources":["../../src/helpers/getRequestFromAuthentication.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAgClD;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,cAAc,EAAE,mBAAmB,EACnC,iBAAiB,CAAC,EAAE,CAChB,SAAS,CAAC,yBAAyB,GACnC,WAAW,CAAC,yBAAyB,CACxC,EAAE,GACF,OAAO,CAAC,UAAU,CAAC,CA8HrB;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,UAIhE;AAED,wBAAgB,sCAAsC,CACpD,cAAc,EAAE,mBAAmB,YAcpC"}
1
+ {"version":3,"file":"getRequestFromAuthentication.d.ts","sourceRoot":"","sources":["../../src/helpers/getRequestFromAuthentication.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAC5D,OAAO,KAAK,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,wBAAwB,CAAA;AACpE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAA;AAgClD;;GAEG;AACH,wBAAgB,4BAA4B,CAC1C,cAAc,EAAE,mBAAmB,EACnC,iBAAiB,CAAC,EAAE,CAChB,SAAS,CAAC,yBAAyB,GACnC,WAAW,CAAC,yBAAyB,CACxC,EAAE,GACF,OAAO,CAAC,UAAU,CAAC,CA6HrB;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,UAIhE;AAED,wBAAgB,sCAAsC,CACpD,cAAc,EAAE,mBAAmB,YAcpC"}
package/dist/index.js CHANGED
@@ -32677,7 +32677,7 @@ const _sfc_main$b = /* @__PURE__ */ defineComponent({
32677
32677
  );
32678
32678
  const showRequestBody = computed(() => {
32679
32679
  const requestType = activeRequest2.type.toLowerCase();
32680
- return requestType === "put" || requestType === "post" || requestType === "patch";
32680
+ return requestType === "put" || requestType === "post" || requestType === "patch" || requestType === "delete";
32681
32681
  });
32682
32682
  return (_ctx, _cache) => {
32683
32683
  return openBlock(), createElementBlock("div", _hoisted_1$9, [
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "rest",
19
19
  "testing"
20
20
  ],
21
- "version": "1.2.36",
21
+ "version": "1.2.37",
22
22
  "engines": {
23
23
  "node": ">=18"
24
24
  },
@@ -41,11 +41,11 @@
41
41
  "nanoid": "^5.0.1",
42
42
  "pretty-bytes": "^6.1.1",
43
43
  "pretty-ms": "^8.0.0",
44
- "@scalar/components": "0.7.14",
45
44
  "@scalar/themes": "0.7.11",
46
- "@scalar/use-tooltip": "0.6.2",
45
+ "@scalar/components": "0.7.14",
47
46
  "@scalar/use-modal": "0.3.3",
48
- "@scalar/use-codemirror": "0.10.5"
47
+ "@scalar/use-codemirror": "0.10.5",
48
+ "@scalar/use-tooltip": "0.6.2"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@types/content-type": "^1.1.6",