@scalar/oas-utils
Advanced tools
Comparing version 0.2.27 to 0.2.28
# @scalar/oas-utils | ||
## 0.2.28 | ||
### Patch Changes | ||
- dba83e4: Support circular refs | ||
- Updated dependencies [60e63d3] | ||
- Updated dependencies [dba83e4] | ||
- @scalar/themes@0.9.22 | ||
- @scalar/object-utils@1.1.6 | ||
## 0.2.27 | ||
@@ -4,0 +14,0 @@ |
@@ -0,5 +1,5 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { securityRequirement } from '../security/security-requirement.js'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -6,0 +6,0 @@ /** |
@@ -0,4 +1,4 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -5,0 +5,0 @@ const cookieSchema = z.object({ |
@@ -0,4 +1,4 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -5,0 +5,0 @@ const parsed = z.object({ |
@@ -0,4 +1,4 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -5,0 +5,0 @@ const folderSchema = z.object({ |
@@ -0,4 +1,4 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -5,0 +5,0 @@ /** A generic string value used for filling in fields */ |
@@ -0,4 +1,4 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -5,0 +5,0 @@ /** |
@@ -0,4 +1,4 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
import { nanoidSchema } from '../shared/utility.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -5,0 +5,0 @@ const requestExampleParametersSchema = z.object({ |
@@ -0,1 +1,2 @@ | ||
import { deepMerge } from '@scalar/object-utils/merge'; | ||
import { z } from 'zod'; | ||
@@ -6,3 +7,2 @@ import { $refSchema } from './refs.js'; | ||
import { securityRequirement } from '../security/security-requirement.js'; | ||
import { deepMerge } from '../../../helpers/deepMerge.js'; | ||
@@ -9,0 +9,0 @@ const requestBodySchema = z.any(); |
@@ -41,3 +41,3 @@ import { z } from 'zod'; | ||
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt"; | ||
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
event: "closeModal"; | ||
@@ -48,3 +48,3 @@ modifier?: boolean | undefined; | ||
modifier?: "default" | "Meta" | "Control" | "Shift" | "Alt" | undefined; | ||
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
event: "closeModal"; | ||
@@ -71,3 +71,3 @@ modifier?: boolean | undefined; | ||
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt"; | ||
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
event: "closeModal"; | ||
@@ -87,3 +87,3 @@ modifier?: boolean | undefined; | ||
modifier?: "default" | "Meta" | "Control" | "Shift" | "Alt" | undefined; | ||
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
event: "closeModal"; | ||
@@ -111,3 +111,3 @@ modifier?: boolean | undefined; | ||
modifier: "default" | "Meta" | "Control" | "Shift" | "Alt"; | ||
hotKeys?: Partial<Record<"" | "0" | "/" | "[" | "1" | "2" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
hotKeys?: Partial<Record<"" | "0" | "1" | "2" | "/" | "[" | "Space" | "Backspace" | "Tab" | "Enter" | "Escape" | "3" | "4" | "5" | "6" | "7" | "8" | "9" | "a" | "b" | "c" | "d" | "e" | "f" | "g" | "h" | "i" | "j" | "k" | "l" | "m" | "n" | "o" | "p" | "q" | "r" | "s" | "t" | "u" | "v" | "w" | "x" | "y" | "z" | "*" | "+" | "-" | "." | "F1" | "F2" | "F3" | "F4" | "F5" | "F6" | "F7" | "F8" | "F9" | "F10" | "F11" | "F12" | ";" | "=" | "," | "`" | "\\" | "]", { | ||
event: "closeModal"; | ||
@@ -114,0 +114,0 @@ modifier?: boolean | undefined; |
export * from './concatenateUrlAndPath.js'; | ||
export * from './createHash.js'; | ||
export * from './deepMerge.js'; | ||
export * from './fetchSpecFromUrl.js'; | ||
@@ -5,0 +4,0 @@ export * from './findVariables.js'; |
export { concatenateUrlAndPath } from './concatenateUrlAndPath.js'; | ||
export { createHash } from './createHash.js'; | ||
export { deepMerge } from './deepMerge.js'; | ||
export { fetchSpecFromUrl } from './fetchSpecFromUrl.js'; | ||
@@ -5,0 +4,0 @@ export { findVariables } from './findVariables.js'; |
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.2.27", | ||
"version": "0.2.28", | ||
"engines": { | ||
@@ -98,3 +98,4 @@ "node": ">=18" | ||
"zod": "^3.22.4", | ||
"@scalar/themes": "0.9.21" | ||
"@scalar/object-utils": "1.1.6", | ||
"@scalar/themes": "0.9.22" | ||
}, | ||
@@ -101,0 +102,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
247968
6
168
5338
+ Added@scalar/object-utils@1.1.6
+ Added@scalar/object-utils@1.1.6(transitive)
+ Added@scalar/themes@0.9.22(transitive)
+ Added@types/web-bluetooth@0.0.20(transitive)
+ Added@vueuse/core@10.11.1(transitive)
+ Added@vueuse/metadata@10.11.1(transitive)
+ Added@vueuse/shared@10.11.1(transitive)
+ Addedjust-clone@6.2.0(transitive)
+ Addedts-deepmerge@7.0.2(transitive)
+ Addedvue-demi@0.14.10(transitive)
- Removed@scalar/themes@0.9.21(transitive)
Updated@scalar/themes@0.9.22