File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " codify-plugin-lib" ,
3- "version" : " 1.0.170 " ,
3+ "version" : " 1.0.171 " ,
44 "description" : " Library plugin library" ,
55 "main" : " dist/index.js" ,
66 "typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -398,7 +398,7 @@ export function resolveFnFromEqualsFnOrString(
398398
399399const ParameterTransformationDefaults : Partial < Record < ParameterSettingType , InputTransformation > > = {
400400 'directory' : {
401- to : ( a : unknown ) => path . resolve ( resolvePathWithVariables ( ( untildify ( String ( a ) ) ) ) ) ,
401+ to : ( a : unknown ) => resolvePathWithVariables ( ( untildify ( String ( a ) ) ) ) ,
402402 from : ( a : unknown , original ) => {
403403 if ( ParameterEqualsDefaults . directory ! ( a , original ) ) {
404404 return original ;
You can’t perform that action at this time.
0 commit comments