@scalar/oas-utils 0.4.31 → 0.4.32

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,15 @@
1
1
  # @scalar/oas-utils
2
2
 
3
+ ## 0.4.32
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [6462733]
8
+ - Updated dependencies [b858566]
9
+ - Updated dependencies [db5b649]
10
+ - @scalar/json-magic@0.5.2
11
+ - @scalar/workspace-store@0.16.0
12
+
3
13
  ## 0.4.31
4
14
 
5
15
  ### Patch Changes
@@ -92,6 +92,6 @@ export declare const getSchemes: (selectedSecuritySchemes: Operation["selectedSe
92
92
  } | undefined;
93
93
  };
94
94
  description?: string | undefined;
95
- 'x-default-scopes'?: string | string[] | undefined;
95
+ 'x-default-scopes'?: string[] | undefined;
96
96
  }>[];
97
97
  //# sourceMappingURL=get-schemes.d.ts.map
@@ -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,GACrB,yBAAyB,SAAS,CAAC,4BAA4B,CAAC,EAChE,iBAAiB,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAO43qF,CAAC;;;;;;;;;;;qCAA0X,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;2CAAiE,CAAC;;gBAAwE,CAAC;;;;;;;;;qCAAiV,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;qCAAuU,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;2CAAiE,CAAC;;yBAAiF,CAAC;;;;;;;;;;;;qCAA+c,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;2CAAiE,CAAC;;;;;IADr3vF,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,GACrB,yBAAyB,SAAS,CAAC,4BAA4B,CAAC,EAChE,iBAAiB,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,cAAc,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gBAOqvqF,CAAC;;;;;;;;;;;qCAA0X,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;2CAAiE,CAAC;;gBAAwE,CAAC;;;;;;;;;qCAAiV,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;;yBAAsE,CAAC;;;;;;;;;qCAAuU,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;2CAAiE,CAAC;;yBAAiF,CAAC;;;;;;;;;;;;qCAA+c,CAAC;oCAA0E,CAAC;yBAA+D,CAAC;2CAAiE,CAAC;;;;;IAD9uvF,CAAA"}
package/package.json CHANGED
@@ -16,7 +16,7 @@
16
16
  "specification",
17
17
  "yaml"
18
18
  ],
19
- "version": "0.4.31",
19
+ "version": "0.4.32",
20
20
  "engines": {
21
21
  "node": ">=20"
22
22
  },
@@ -101,12 +101,12 @@
101
101
  "yaml": "2.8.0",
102
102
  "zod": "3.24.1",
103
103
  "@scalar/helpers": "0.0.11",
104
- "@scalar/json-magic": "0.5.1",
104
+ "@scalar/json-magic": "0.5.2",
105
105
  "@scalar/object-utils": "1.2.7",
106
106
  "@scalar/openapi-types": "0.3.7",
107
107
  "@scalar/themes": "0.13.18",
108
108
  "@scalar/types": "0.2.16",
109
- "@scalar/workspace-store": "0.15.8"
109
+ "@scalar/workspace-store": "0.16.0"
110
110
  },
111
111
  "devDependencies": {
112
112
  "@types/node": "^22.9.0",
@@ -115,7 +115,7 @@
115
115
  "vitest": "3.2.4",
116
116
  "zod-to-ts": "github:amritk/zod-to-ts#build",
117
117
  "@scalar/build-tooling": "0.2.7",
118
- "@scalar/openapi-parser": "0.21.1",
118
+ "@scalar/openapi-parser": "0.21.2",
119
119
  "@scalar/openapi-types": "0.3.7"
120
120
  },
121
121
  "scripts": {