@cucumber/tag-expressions
Advanced tools
Comparing version 6.1.0 to 6.1.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.default = parse; | ||
var OPERAND = 'operand'; | ||
@@ -85,3 +86,2 @@ var OPERATOR = 'operator'; | ||
} | ||
exports.default = parse; | ||
function tokenize(expr) { | ||
@@ -88,0 +88,0 @@ var tokens = []; |
{ | ||
"name": "@cucumber/tag-expressions", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Cucumber Tag Expression parser", | ||
@@ -29,4 +29,3 @@ "type": "module", | ||
"eslint-fix": "eslint --ext ts,tsx --max-warnings 0 --fix src test", | ||
"eslint": "eslint --ext ts,tsx --max-warnings 0 src test", | ||
"upgrade": "npm-check-updates --upgrade" | ||
"eslint": "eslint --ext ts,tsx --max-warnings 0 src test" | ||
}, | ||
@@ -47,23 +46,22 @@ "repository": { | ||
"devDependencies": { | ||
"@stryker-mutator/core": "8.0.0", | ||
"@stryker-mutator/mocha-runner": "8.0.0", | ||
"@stryker-mutator/typescript-checker": "8.0.0", | ||
"@stryker-mutator/core": "8.6.0", | ||
"@stryker-mutator/mocha-runner": "8.6.0", | ||
"@stryker-mutator/typescript-checker": "8.6.0", | ||
"@types/js-yaml": "^4.0.3", | ||
"@types/mocha": "10.0.6", | ||
"@types/node": "20.10.8", | ||
"@typescript-eslint/eslint-plugin": "6.18.1", | ||
"@typescript-eslint/parser": "6.18.1", | ||
"eslint": "8.56.0", | ||
"@types/mocha": "10.0.9", | ||
"@types/node": "20.17.1", | ||
"@typescript-eslint/eslint-plugin": "8.11.0", | ||
"@typescript-eslint/parser": "8.11.0", | ||
"eslint": "8.57.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-import": "2.31.0", | ||
"eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"eslint-plugin-simple-import-sort": "10.0.0", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-simple-import-sort": "12.1.1", | ||
"js-yaml": "^4.1.0", | ||
"mocha": "10.2.0", | ||
"npm-check-updates": "16.14.12", | ||
"prettier": "3.1.1", | ||
"pretty-quick": "3.1.3", | ||
"mocha": "10.7.3", | ||
"prettier": "3.3.3", | ||
"pretty-quick": "4.0.0", | ||
"ts-node": "10.9.2", | ||
"typescript": "5.3.3" | ||
"typescript": "5.6.3" | ||
}, | ||
@@ -70,0 +68,0 @@ "directories": { |
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
20
103000