aem-clientlib-generator
Advanced tools
Comparing version 1.6.0 to 1.7.0
# Changelog | ||
## 1.7.0 | ||
### Update | ||
- update minimum required node version to be >=10.19.0 | ||
## 1.6.0 | ||
@@ -27,3 +33,3 @@ | ||
- Add ability to create directories recursively | ||
- Add ability to create directories recursively | ||
@@ -30,0 +36,0 @@ ## 1.4.3 |
{ | ||
"name": "aem-clientlib-generator", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Creates configuration files for AEM ClientLibs and synchronizes assets.", | ||
@@ -36,3 +36,3 @@ "author": { | ||
"engines": { | ||
"node": ">=6.0.0" | ||
"node": ">=10.19.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "keywords": [ |
67126
155