@stoplight/types
Advanced tools
Comparing version 13.1.0 to 13.2.0
@@ -52,2 +52,3 @@ var HttpParamStyles; | ||
NodeType["Styleguide"] = "styleguide"; | ||
NodeType["Image"] = "image"; | ||
})(NodeType || (NodeType = {})); | ||
@@ -62,4 +63,9 @@ /** | ||
NodeFormat["Yaml"] = "yaml"; | ||
NodeFormat["Jpeg"] = "jpeg"; | ||
NodeFormat["Png"] = "png"; | ||
NodeFormat["Gif"] = "gif"; | ||
NodeFormat["Bmp"] = "bmp"; | ||
NodeFormat["Webp"] = "webp"; | ||
})(NodeFormat || (NodeFormat = {})); | ||
export { DiagnosticSeverity, HttpParamStyles, NodeFormat, NodeType }; |
@@ -56,2 +56,3 @@ 'use strict'; | ||
NodeType["Styleguide"] = "styleguide"; | ||
NodeType["Image"] = "image"; | ||
})(exports.NodeType || (exports.NodeType = {})); | ||
@@ -66,2 +67,7 @@ /** | ||
NodeFormat["Yaml"] = "yaml"; | ||
NodeFormat["Jpeg"] = "jpeg"; | ||
NodeFormat["Png"] = "png"; | ||
NodeFormat["Gif"] = "gif"; | ||
NodeFormat["Bmp"] = "bmp"; | ||
NodeFormat["Webp"] = "webp"; | ||
})(exports.NodeFormat || (exports.NodeFormat = {})); |
@@ -14,3 +14,4 @@ /** | ||
SpectralRuleset = "spectral_ruleset", | ||
Styleguide = "styleguide" | ||
Styleguide = "styleguide", | ||
Image = "image" | ||
} | ||
@@ -23,3 +24,8 @@ /** | ||
Markdown = "markdown", | ||
Yaml = "yaml" | ||
Yaml = "yaml", | ||
Jpeg = "jpeg", | ||
Png = "png", | ||
Gif = "gif", | ||
Bmp = "bmp", | ||
Webp = "webp" | ||
} |
{ | ||
"name": "@stoplight/types", | ||
"version": "13.1.0", | ||
"version": "13.2.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
34210
647