Skip to content

Commit a647ac2

Browse files
taeyzzzThanetpon Kultontikorn
andauthored
fix version (#15)
Co-authored-by: Thanetpon Kultontikorn <[email protected]>
1 parent fa158c5 commit a647ac2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
{
22
"name": "agoda-graphql-csharp-generator",
3-
"version": "1.1.1",
3+
"version": "1.2.1",
44
"main": "index.js",
55
"files": [
66
"dist"
77
],
88
"scripts": {
99
"generate-graphql": "ts-node ./src/generate.ts --schema-url 'https://smapi-qa-http.privatecloud.qa.agoda.is/v2/graphql' --graphql-dir './Agoda.Graphql/SupplyApi/Queries'",
10-
"generate-graphql-bapi": "ts-node ./src/generate.ts --schema-url 'https://booking-query-high-qa.privatecloud.qa.agoda.is' --graphql-dir './Agoda.Graphql/BookingQueries'",
1110
"build": "tsc"
1211
},
1312
"bin": {

0 commit comments

Comments
 (0)