@stoplight/types
Advanced tools
Comparing version 13.3.0 to 13.4.0
@@ -62,6 +62,9 @@ var HttpParamStyles; | ||
NodeFormat["Yaml"] = "yaml"; | ||
NodeFormat["Apng"] = "apng"; | ||
NodeFormat["Avif"] = "avif"; | ||
NodeFormat["Bmp"] = "bmp"; | ||
NodeFormat["Gif"] = "gif"; | ||
NodeFormat["Jpeg"] = "jpeg"; | ||
NodeFormat["Png"] = "png"; | ||
NodeFormat["Gif"] = "gif"; | ||
NodeFormat["Bmp"] = "bmp"; | ||
NodeFormat["Svg"] = "svg"; | ||
NodeFormat["Webp"] = "webp"; | ||
@@ -68,0 +71,0 @@ })(NodeFormat || (NodeFormat = {})); |
@@ -66,7 +66,10 @@ 'use strict'; | ||
NodeFormat["Yaml"] = "yaml"; | ||
NodeFormat["Apng"] = "apng"; | ||
NodeFormat["Avif"] = "avif"; | ||
NodeFormat["Bmp"] = "bmp"; | ||
NodeFormat["Gif"] = "gif"; | ||
NodeFormat["Jpeg"] = "jpeg"; | ||
NodeFormat["Png"] = "png"; | ||
NodeFormat["Gif"] = "gif"; | ||
NodeFormat["Bmp"] = "bmp"; | ||
NodeFormat["Svg"] = "svg"; | ||
NodeFormat["Webp"] = "webp"; | ||
})(exports.NodeFormat || (exports.NodeFormat = {})); |
@@ -24,7 +24,10 @@ /** | ||
Yaml = "yaml", | ||
Apng = "apng", | ||
Avif = "avif", | ||
Bmp = "bmp", | ||
Gif = "gif", | ||
Jpeg = "jpeg", | ||
Png = "png", | ||
Gif = "gif", | ||
Bmp = "bmp", | ||
Svg = "svg", | ||
Webp = "webp" | ||
} |
{ | ||
"name": "@stoplight/types", | ||
"version": "13.3.0", | ||
"version": "13.4.0", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
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
36838
681