rudder-json-template-engine
Advanced tools
Comparing version 0.4.1 to 0.5.0
# Changelog | ||
## [0.5.0](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.4.1...v0.5.0) (2023-01-19) | ||
### Features | ||
* add stryker mutation testing integration ([#25](https://github.com/rudderlabs/rudder-json-template-engine/issues/25)) ([55f8c22](https://github.com/rudderlabs/rudder-json-template-engine/commit/55f8c22783b35311ea56e6daab41773fa0bfab0b)) | ||
## [0.4.1](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.4.0...v0.4.1) (2022-12-19) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "rudder-json-template-engine", | ||
"version": "0.4.1", | ||
"version": "0.5.0", | ||
"homepage": "https://github.com/rudderlabs/rudder-workflow-engine", | ||
@@ -26,2 +26,3 @@ "description": "A library for evaluating JSON template expressions.", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@stryker-mutator/core": "^6.3.1", | ||
"@types/jest": "^29.2.2", | ||
@@ -56,3 +57,4 @@ "@types/mocha": "^10.0.0", | ||
"jest:scenarios": "jest e2e.test.ts --verbose", | ||
"test:scenario": "ts-node test/test_scenario.ts" | ||
"test:scenario": "ts-node test/test_scenario.ts", | ||
"test:stryker": "stryker run" | ||
}, | ||
@@ -59,0 +61,0 @@ "engines": { |
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
119386
23