@app-config/git
Advanced tools
Comparing version 2.6.1 to 2.7.0
{ | ||
"name": "@app-config/git", | ||
"description": "$git directive parsing extension for @app-config", | ||
"version": "2.6.1", | ||
"version": "2.7.0", | ||
"license": "MPL-2.0", | ||
@@ -33,9 +33,9 @@ "author": { | ||
"dependencies": { | ||
"@app-config/core": "^2.6.1", | ||
"@app-config/extension-utils": "^2.6.1", | ||
"@app-config/logging": "^2.6.1", | ||
"@app-config/core": "^2.7.0", | ||
"@app-config/extension-utils": "^2.7.0", | ||
"@app-config/logging": "^2.7.0", | ||
"simple-git": "2" | ||
}, | ||
"devDependencies": { | ||
"@app-config/test-utils": "^2.6.1" | ||
"@app-config/test-utils": "^2.7.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "prettier": "@lcdev/prettier", |
Updated@app-config/core@^2.7.0
Updated@app-config/logging@^2.7.0