Skip to content

Commit 8dffc78

Browse files
committed
Headers option as function
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
1 parent cb2c06d commit 8dffc78

34 files changed

+3743
-12449
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- "8"
5-
- "9"
63
- "10"
7-
- "11"
84
- "12"
95

106
os:
117
- linux
128
- osx
139

10+
dist: xenial
11+
1412
install:
1513
- npm install
1614
- npm i -g typescript jest

package-lock.json

Lines changed: 599 additions & 316 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/jest": "^24.0.18",
99
"graphql": "^14.5.0",
1010
"jest": "^24.8.0",
11-
"lerna": "^3.4.3",
11+
"lerna": "^3.22.1",
1212
"ts-jest": "^24.0.2",
1313
"typescript": "^3.5.3"
1414
},

packages/openapi-to-graphql-cli/lib/openapi-to-graphql.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)