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" : " agoda-graphql-csharp-generator" ,
3- "version" : " 1.1.0 " ,
3+ "version" : " 1.1.1 " ,
44 "main" : " index.js" ,
55 "files" : [
66 " dist"
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ const deleteFiles = async (listFiles: string[]): Promise<void> => {
4848// Remove input types region and update namespace/usings
4949async function removeInputTypesRegion ( filePath : string ) : Promise < void > {
5050 const fileName = path . parse ( filePath ) . name . replace ( '.generated' , '' )
51- const folder = path . dirname ( filePath ) . replace ( / \/ / g, '.' )
51+ const folder = path . dirname ( filePath ) . replace ( / [ / \\ ] / g, '.' )
5252 const namespace = `${ folder } .${ fileName } `
5353
5454 let content = await fs . readFile ( filePath , 'utf8' )
You can’t perform that action at this time.
0 commit comments