File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " agoda-graphql-csharp-generator" ,
3
- "version" : " 1.0.8 " ,
3
+ "version" : " 1.0.9 " ,
4
4
"main" : " index.js" ,
5
5
"files" : [
6
6
" dist"
22
22
"typescript" : " ^5.8.3"
23
23
},
24
24
"dependencies" : {
25
- "agoda-graphql-codegen-csharp" : " ^1.1.318" ,
26
- "graphql-code-generator" : " ^0.10.7"
25
+ "agoda-graphql-codegen-csharp" : " ^1.1.318"
27
26
}
28
27
}
Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ const getGqlGenCommand = (): string => {
9
9
try {
10
10
// Find the graphql-code-generator package that provides gql-gen
11
11
const gqlGenPath = require . resolve ( 'graphql-code-generator/dist/cli.js' ) ;
12
- console . log ( "gqlGenPath:" , gqlGenPath ) ;
13
-
14
12
return `node "${ gqlGenPath } "` ;
15
13
} catch ( error ) {
16
14
// Fallback to npx with correct package name
You can’t perform that action at this time.
0 commit comments