Skip to content

Commit 8dffc78

Browse files
committed
Headers option as function
Signed-off-by: Alan Cha <[email protected]>
1 parent cb2c06d commit 8dffc78

34 files changed

+3743
-12449
lines changed

Diff for: .travis.yml

+2-4
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

Diff for: package-lock.json

+599-316
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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
},

Diff for: packages/openapi-to-graphql-cli/lib/openapi-to-graphql.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)