@scalar/oas-utils 0.4.13 → 0.4.15

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,29 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.4.15
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [fb62e1b]
8
+ - Updated dependencies [fb62e1b]
9
+ - @scalar/types@0.2.10
10
+ - @scalar/themes@0.13.11
11
+ - @scalar/workspace-store@0.10.2
12
+
13
+ ## 0.4.14
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies [591562f]
18
+ - Updated dependencies [3f2ea8a]
19
+ - Updated dependencies [828c894]
20
+ - Updated dependencies [b5bcce7]
21
+ - Updated dependencies [8a67f4f]
22
+ - @scalar/openapi-types@0.3.6
23
+ - @scalar/types@0.2.9
24
+ - @scalar/workspace-store@0.10.1
25
+ - @scalar/themes@0.13.10
26
+
3
27
  ## 0.4.13
4
28
 
5
29
  ### Patch Changes
@@ -42,6 +42,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
42
42
  tokenUrl: string;
43
43
  clientSecret: string;
44
44
  "x-scalar-security-query"?: Record<string, string> | undefined;
45
+ "x-scalar-security-body"?: Record<string, string> | undefined;
45
46
  "x-tokenName"?: string | undefined;
46
47
  } | undefined;
47
48
  implicit?: {
@@ -54,6 +55,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
54
55
  authorizationUrl: string;
55
56
  "x-scalar-redirect-uri": string;
56
57
  "x-scalar-security-query"?: Record<string, string> | undefined;
58
+ "x-scalar-security-body"?: Record<string, string> | undefined;
57
59
  "x-tokenName"?: string | undefined;
58
60
  } | undefined;
59
61
  clientCredentials?: {
@@ -66,6 +68,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
66
68
  tokenUrl: string;
67
69
  clientSecret: string;
68
70
  "x-scalar-security-query"?: Record<string, string> | undefined;
71
+ "x-scalar-security-body"?: Record<string, string> | undefined;
69
72
  "x-tokenName"?: string | undefined;
70
73
  } | undefined;
71
74
  authorizationCode?: {
@@ -81,6 +84,7 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
81
84
  clientSecret: string;
82
85
  "x-usePkce": "SHA-256" | "plain" | "no";
83
86
  "x-scalar-security-query"?: Record<string, string> | undefined;
87
+ "x-scalar-security-body"?: Record<string, string> | undefined;
84
88
  "x-tokenName"?: string | undefined;
85
89
  } | undefined;
86
90
  };
@@ -1 +1 @@
1
- {"version":3,"file":"get-schemes.d.ts","sourceRoot":"","sources":["../../../src/helpers/security/get-schemes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAG5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAE1D,2IAA2I;AAC3I,eAAO,MAAM,UAAU,4BACI,SAAS,CAAC,4BAA4B,CAAC,mBAC/C,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAOu7xE,CAAC;;;;;;;;;;;qCAA0X,CAAC;yBAA+D,CAAC;;gBAA6D,CAAC;;;;;;;;;qCAAiV,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;qCAAuU,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;;;;qCAA+c,CAAC;yBAA+D,CAAC;;;;;IADx61E,CAAA"}
1
+ {"version":3,"file":"get-schemes.d.ts","sourceRoot":"","sources":["../../../src/helpers/security/get-schemes.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAA;AAG5D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,2BAA2B,CAAA;AAE1D,2IAA2I;AAC3I,eAAO,MAAM,UAAU,4BACI,SAAS,CAAC,4BAA4B,CAAC,mBAC/C,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAO2ghF,CAAC;;;;;;;;;;;qCAA0X,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;gBAA6D,CAAC;;;;;;;;;qCAAiV,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;qCAAuU,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;;;;qCAA+c,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;;;;IADxylF,CAAA"}
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.4.13",
19
+ "version": "0.4.15",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -93,18 +93,18 @@
93
93
  "@hyperjump/browser": "^1.1.0",
94
94
  "@hyperjump/json-schema": "^1.9.6",
95
95
  "@types/har-format": "^1.2.15",
96
- "flatted": "^3.3.1",
97
- "microdiff": "^1.4.0",
96
+ "flatted": "^3.3.3",
97
+ "microdiff": "^1.5.0",
98
98
  "nanoid": "5.1.5",
99
99
  "type-fest": "4.41.0",
100
100
  "yaml": "2.8.0",
101
101
  "zod": "3.24.1",
102
- "@scalar/helpers": "0.0.6",
103
102
  "@scalar/object-utils": "1.2.2",
104
- "@scalar/openapi-types": "0.3.5",
105
- "@scalar/themes": "0.13.9",
106
- "@scalar/workspace-store": "0.10.0",
107
- "@scalar/types": "0.2.8"
103
+ "@scalar/openapi-types": "0.3.6",
104
+ "@scalar/themes": "0.13.11",
105
+ "@scalar/helpers": "0.0.6",
106
+ "@scalar/types": "0.2.10",
107
+ "@scalar/workspace-store": "0.10.2"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@types/node": "^22.9.0",
@@ -113,8 +113,8 @@
113
113
  "vitest": "^1.6.1",
114
114
  "zod-to-ts": "github:amritk/zod-to-ts#build",
115
115
  "@scalar/build-tooling": "0.2.4",
116
- "@scalar/openapi-parser": "0.18.1",
117
- "@scalar/openapi-types": "0.3.5"
116
+ "@scalar/openapi-parser": "0.18.2",
117
+ "@scalar/openapi-types": "0.3.6"
118
118
  },
119
119
  "scripts": {
120
120
  "build": "scalar-build-esbuild",