rudder-json-template-engine
Advanced tools
Comparing version 0.5.0 to 0.5.1
# Changelog | ||
## [0.5.1](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.5.0...v0.5.1) (2023-03-06) | ||
### Miscellaneous | ||
* upgrade to node v18 ([#27](https://github.com/rudderlabs/rudder-json-template-engine/issues/27)) ([f654d34](https://github.com/rudderlabs/rudder-json-template-engine/commit/f654d34efad5cf5ef91b17ff4be77d07462a6da3)) | ||
## [0.5.0](https://github.com/rudderlabs/rudder-json-template-engine/compare/v0.4.1...v0.5.0) (2023-01-19) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "rudder-json-template-engine", | ||
"version": "0.5.0", | ||
"homepage": "https://github.com/rudderlabs/rudder-workflow-engine", | ||
"version": "0.5.1", | ||
"homepage": "https://github.com/rudderlabs/rudder-json-template-engine", | ||
"description": "A library for evaluating JSON template expressions.", | ||
@@ -20,28 +20,28 @@ "main": "build/index.js", | ||
"type": "git", | ||
"url": "https://github.com/rudderlabs/rudder-workflow-engine.git" | ||
"url": "https://github.com/rudderlabs/rudder-json-template-engine.git" | ||
}, | ||
"devDependencies": { | ||
"@babel/eslint-parser": "^7.19.1", | ||
"@commitlint/cli": "^17.2.0", | ||
"@commitlint/config-conventional": "^17.2.0", | ||
"@stryker-mutator/core": "^6.3.1", | ||
"@types/jest": "^29.2.2", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.11.9", | ||
"@typescript-eslint/eslint-plugin": "^5.42.1", | ||
"eslint": "^8.27.0", | ||
"@commitlint/cli": "^17.4.4", | ||
"@commitlint/config-conventional": "^17.4.4", | ||
"@types/jest": "^29.4.0", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^18.14.6", | ||
"@typescript-eslint/eslint-plugin": "^5.54.0", | ||
"commander": "^10.0.0", | ||
"eslint": "^8.35.0", | ||
"eslint-config-airbnb-base": "^15.0.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-standard-with-typescript": "^23.0.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-config-prettier": "^8.7.0", | ||
"eslint-config-standard-with-typescript": "^34.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-prettier": "^4.2.1", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-unused-imports": "^2.0.0", | ||
"husky": "^8.0.2", | ||
"jest": "^29.3.0", | ||
"lint-staged": "^13.0.3", | ||
"prettier": "^2.7.1", | ||
"ts-jest": "^29.0.3", | ||
"husky": "^8.0.3", | ||
"jest": "^29.4.3", | ||
"lint-staged": "^13.1.2", | ||
"prettier": "^2.8.4", | ||
"ts-jest": "^29.0.5", | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
"typescript": "^4.9.5" | ||
}, | ||
@@ -60,6 +60,2 @@ "scripts": { | ||
}, | ||
"engines": { | ||
"node": ">=14.15.0 <15", | ||
"npm": ">=6.14.8" | ||
}, | ||
"lint-staged": { | ||
@@ -66,0 +62,0 @@ "*.(ts|json)": "prettier --write" |
119661