@cucumber/gherkin
Advanced tools
Comparing version 10.0.0 to 11.0.0
{ | ||
"name": "@cucumber/gherkin", | ||
"version": "10.0.0", | ||
"version": "11.0.0", | ||
"description": "Gherkin parser", | ||
@@ -34,5 +34,5 @@ "main": "dist/src/index.js", | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.1", | ||
"@typescript-eslint/eslint-plugin": "^2.19.2", | ||
"@typescript-eslint/parser": "^2.19.2", | ||
"@types/node": "^13.7.7", | ||
"@typescript-eslint/eslint-plugin": "^2.21.0", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"eslint": "^6.8.0", | ||
@@ -43,7 +43,7 @@ "eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-react": "^7.18.3", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.7.5" | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -50,0 +50,0 @@ "dependencies": { |
import Gherkin from './Gherkin'; | ||
import IGherkinOptions from './IGherkinOptions'; | ||
import GherkinQuery from './GherkinQuery'; | ||
import StrictArrayMultimap from './StrictArrayMultimap'; | ||
import StrictMap from './StrictMap'; | ||
import Query from './Query'; | ||
export default Gherkin; | ||
export { IGherkinOptions, GherkinQuery, StrictArrayMultimap, StrictMap }; | ||
export { IGherkinOptions, Query }; |
@@ -7,9 +7,5 @@ "use strict"; | ||
var Gherkin_1 = __importDefault(require("./Gherkin")); | ||
var GherkinQuery_1 = __importDefault(require("./GherkinQuery")); | ||
exports.GherkinQuery = GherkinQuery_1.default; | ||
var StrictArrayMultimap_1 = __importDefault(require("./StrictArrayMultimap")); | ||
exports.StrictArrayMultimap = StrictArrayMultimap_1.default; | ||
var StrictMap_1 = __importDefault(require("./StrictMap")); | ||
exports.StrictMap = StrictMap_1.default; | ||
var Query_1 = __importDefault(require("./Query")); | ||
exports.Query = Query_1.default; | ||
exports.default = Gherkin_1.default; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@cucumber/gherkin", | ||
"version": "10.0.0", | ||
"version": "11.0.0", | ||
"description": "Gherkin parser", | ||
@@ -34,5 +34,5 @@ "main": "dist/src/index.js", | ||
"@types/mocha": "^7.0.1", | ||
"@types/node": "^13.7.1", | ||
"@typescript-eslint/eslint-plugin": "^2.19.2", | ||
"@typescript-eslint/parser": "^2.19.2", | ||
"@types/node": "^13.7.7", | ||
"@typescript-eslint/eslint-plugin": "^2.21.0", | ||
"@typescript-eslint/parser": "^2.21.0", | ||
"eslint": "^6.8.0", | ||
@@ -43,7 +43,7 @@ "eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-react": "^7.18.3", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.0", | ||
"nyc": "^15.0.0", | ||
"prettier": "^1.19.1", | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.7.5" | ||
"typescript": "^3.8.3" | ||
}, | ||
@@ -50,0 +50,0 @@ "dependencies": { |
import Gherkin from './Gherkin' | ||
import IGherkinOptions from './IGherkinOptions' | ||
import GherkinQuery from './GherkinQuery' | ||
import StrictArrayMultimap from './StrictArrayMultimap' | ||
import StrictMap from './StrictMap' | ||
import Query from './Query' | ||
export default Gherkin | ||
export { IGherkinOptions, GherkinQuery, StrictArrayMultimap, StrictMap } | ||
export { IGherkinOptions, Query } |
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
722079
123
17429