@cucumber/gherkin-utils
Advanced tools
Comparing version 2.0.1 to 2.1.0
import pretty from './pretty'; | ||
import Query from './Query'; | ||
import GherkinDocumentWalker, { rejectAllFilters } from './GherkinDocumentWalker'; | ||
export { pretty, GherkinDocumentWalker, rejectAllFilters }; | ||
export { pretty, Query, GherkinDocumentWalker, rejectAllFilters }; |
@@ -25,5 +25,7 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.rejectAllFilters = exports.GherkinDocumentWalker = exports.pretty = void 0; | ||
exports.rejectAllFilters = exports.GherkinDocumentWalker = exports.Query = exports.pretty = void 0; | ||
var pretty_1 = __importDefault(require("./pretty")); | ||
exports.pretty = pretty_1.default; | ||
var Query_1 = __importDefault(require("./Query")); | ||
exports.Query = Query_1.default; | ||
var GherkinDocumentWalker_1 = __importStar(require("./GherkinDocumentWalker")); | ||
@@ -30,0 +32,0 @@ exports.GherkinDocumentWalker = GherkinDocumentWalker_1.default; |
{ | ||
"name": "@cucumber/gherkin-utils", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "Various Gherkin utilities", | ||
@@ -30,23 +30,24 @@ "main": "dist/src/index.js", | ||
"devDependencies": { | ||
"@cucumber/gherkin": "^15.0.2", | ||
"@types/glob": "^7.1.3", | ||
"@types/mocha": "^8.0.3", | ||
"@types/node": "^14.6.2", | ||
"@typescript-eslint/eslint-plugin": "^4.0.1", | ||
"@typescript-eslint/parser": "^4.0.1", | ||
"eslint": "^7.8.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"@types/node": "^14.14.6", | ||
"@typescript-eslint/eslint-plugin": "^4.6.1", | ||
"@typescript-eslint/parser": "^4.6.1", | ||
"core-js": "^3.6.5", | ||
"eslint": "^7.12.1", | ||
"eslint-config-prettier": "^6.15.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"eslint-plugin-react": "^7.20.6", | ||
"eslint-plugin-react": "^7.21.5", | ||
"glob": "^7.1.6", | ||
"json-schema": "^0.2.5", | ||
"mocha": "^8.1.3", | ||
"mocha": "^8.2.1", | ||
"nyc": "^15.1.0", | ||
"prettier": "^2.1.1", | ||
"prettier": "^2.1.2", | ||
"ts-node": "^9.0.0", | ||
"typescript": "^4.0.2" | ||
"typescript": "^4.0.5" | ||
}, | ||
"dependencies": { | ||
"@cucumber/messages": "^13.0.1" | ||
"@cucumber/gherkin": "^15.0.2", | ||
"@cucumber/messages": "^13.1.0", | ||
"@teppeis/multimaps": "^1.1.0" | ||
}, | ||
@@ -53,0 +54,0 @@ "directories": { |
import pretty from './pretty' | ||
import Query from './Query' | ||
import GherkinDocumentWalker, { | ||
@@ -6,2 +7,2 @@ rejectAllFilters, | ||
export { pretty, GherkinDocumentWalker, rejectAllFilters } | ||
export { pretty, Query, GherkinDocumentWalker, rejectAllFilters } |
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
159777
17
49
2808
3
+ Added@cucumber/gherkin@^15.0.2
+ Added@teppeis/multimaps@^1.1.0
+ Added@cucumber/gherkin@15.0.2(transitive)
+ Added@teppeis/multimaps@1.1.0(transitive)
+ Addedbuffer-from@1.1.2(transitive)
+ Addedcommander@6.2.1(transitive)
+ Addedsource-map@0.6.1(transitive)
+ Addedsource-map-support@0.5.21(transitive)
Updated@cucumber/messages@^13.1.0