cucumber-messages
Advanced tools
Comparing version 3.0.0 to 3.0.1
{ | ||
"name": "cucumber-messages", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "Protocol Buffer messages for Cucumber's inter-process communication", | ||
@@ -11,7 +11,9 @@ "main": "dist/src/index.js", | ||
"scripts": { | ||
"test": "mocha test/**/*.ts", | ||
"test": "mocha", | ||
"lint": "tslint src/**/*.ts test/**/*.ts --exclude src/cucumber-messages.d.ts --exclude dist/src/cucumber-messages.d.ts", | ||
"lint-fix": "tslint --fix src/**/*.ts test/**/*.ts", | ||
"coverage": "nyc --reporter=html --reporter=text mocha test/**/*.ts", | ||
"build": "tsc", | ||
"lint-fix": "tslint --fix src/**/*.ts test/**/*.ts --exclude src/cucumber-messages.d.ts --exclude dist/src/cucumber-messages.d.ts", | ||
"coverage": "nyc --reporter=html --reporter=text mocha", | ||
"pbjs": "pbjs --target static-module --wrap commonjs messages.proto --out src/cucumber-messages.js", | ||
"pbts": "pbts src/cucumber-messages.js > src/cucumber-messages.d.ts", | ||
"build": "tsc && npm run pbjs && npm run pbts && copyfiles src/cucumber-messages.js src/cucumber-messages.d.ts dist", | ||
"prepublishOnly": "npm run build" | ||
@@ -23,13 +25,14 @@ }, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^11.13.9", | ||
"mocha": "^6.1.2", | ||
"nyc": "^14.1.0", | ||
"prettier": "^1.17.0", | ||
"ts-node": "^8.1.0", | ||
"tslint": "^5.16.0", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.6.2", | ||
"copyfiles": "^2.1.1", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prettier": "^1.18.2", | ||
"ts-node": "^8.3.0", | ||
"tslint": "^5.18.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-plugin-prettier": "^2.0.1", | ||
"typescript": "^3.4.5" | ||
"typescript": "^3.5.3" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1372355
11
29
22037