@stoplight/spectral-formatters
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -10,1 +10,2 @@ export * from './json'; | ||
export declare const pretty: Formatter; | ||
export declare const githubActions: Formatter; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pretty = void 0; | ||
exports.githubActions = exports.pretty = void 0; | ||
const tslib_1 = require("tslib"); | ||
@@ -15,2 +15,6 @@ (0, tslib_1.__exportStar)(require("./json"), exports); | ||
exports.pretty = pretty; | ||
const githubActions = () => { | ||
throw Error('github-actions formatter is available only in Node.js'); | ||
}; | ||
exports.githubActions = githubActions; | ||
//# sourceMappingURL=index.js.map |
export { html, json, junit, text, stylish, teamcity } from './index'; | ||
export type { Formatter, FormatterOptions } from './index'; | ||
export { pretty } from './pretty'; | ||
export { githubActions } from './github-actions'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.pretty = exports.teamcity = exports.stylish = exports.text = exports.junit = exports.json = exports.html = void 0; | ||
exports.githubActions = exports.pretty = exports.teamcity = exports.stylish = exports.text = exports.junit = exports.json = exports.html = void 0; | ||
var index_1 = require("./index"); | ||
@@ -13,2 +13,4 @@ Object.defineProperty(exports, "html", { enumerable: true, get: function () { return index_1.html; } }); | ||
Object.defineProperty(exports, "pretty", { enumerable: true, get: function () { return pretty_1.pretty; } }); | ||
var github_actions_1 = require("./github-actions"); | ||
Object.defineProperty(exports, "githubActions", { enumerable: true, get: function () { return github_actions_1.githubActions; } }); | ||
//# sourceMappingURL=index.node.js.map |
{ | ||
"name": "@stoplight/spectral-formatters", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"homepage": "https://github.com/stoplightio/spectral", | ||
@@ -5,0 +5,0 @@ "bugs": "https://github.com/stoplightio/spectral/issues", |
@@ -35,1 +35,2 @@ # @stoplight/spectral-formatters | ||
- pretty | ||
- github-actions |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
61718
66
601
36