File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 22
33### vNEXT
44
5+ ### v2.1.0
6+
57- Use GraphQL Tools v6
8+ - Integration with GraphQL CLI
69
710### v2.0.1
811
Original file line number Diff line number Diff line change 11FROM node:10-slim
22
3- LABEL version="2.0.1 "
3+ LABEL version="2.1.0 "
44LABEL repository="http://github.com/kamilkisiela/graphql-inspector"
55LABEL homepage="http://github.com/kamilkisiela/graphql-inspector"
66LABEL maintainer="Kamil Kisiela <
[email protected] >"
77
88ENV LOG_LEVEL "debug"
99
10- RUN yarn global add @graphql-inspector/cli@2.0.1 graphql
10+ RUN yarn global add @graphql-inspector/cli@2.1.0 graphql
1111
1212RUN mkdir /app
1313WORKDIR /app
Original file line number Diff line number Diff line change 11{
22 "npmClient" : " yarn" ,
33 "useWorkspaces" : true ,
4- "version" : " 2.0.1 "
5- }
4+ "version" : " 2.1.0 "
5+ }
Original file line number Diff line number Diff line change 412412 unique-filename "^1.1.1"
413413 which "^1.3.1"
414414
415- " @graphql-cli/[email protected] .1-alpha-f965abc. 0 " :
416- version "4.0.1-alpha-f965abc. 0"
417- resolved "https://registry.yarnpkg.com/@graphql-cli/common/-/common-4.0.1-alpha-f965abc. 0.tgz#ec301275c2f2ad64d00ffdebe07fff466394a46c "
418- integrity sha512-PKIXepzKT3QiH5nWxKz+E8VB7yxohof+ggeH+XysGpFEs5CNhuvblhmjbsEGGrSUpBq/c9U5gttPR6/TILBI9g ==
415+ 416+ version "4.0.0"
417+ resolved "https://registry.yarnpkg.com/@graphql-cli/common/-/common-4.0.0.tgz#a14d382b1e744b784eebde4cb98fadd30fd5e3b2 "
418+ integrity sha512-1webMsg9tmVQX9YA1wYeCVxNdWNrCrgVmpD0JyzroSsSEjt5hrHZR2x2vzuHK5CthH9I99GdvRtuMixmd1S9bQ ==
419419 dependencies :
420420 " @graphql-tools/load" " ^6.0.0"
421421 tslib "^2.0.0"
422422
423- " @graphql-cli/[email protected] .1-alpha-f965abc. 0 " :
424- version "4.0.1-alpha-f965abc. 0"
425- resolved "https://registry.yarnpkg.com/@graphql-cli/loaders/-/loaders-4.0.1-alpha-f965abc. 0.tgz#71b8b1b541e0d6036b55b2fd013d98223080933f "
426- integrity sha512-5JZ/v9plaBMCukEw4ju6781bL3ddUB5Fqj/HeooHLXvnq7Our40ttbQUGXnWLEYv7dl0KUX46WHjm9bAoOfSzA ==
423+ 424+ version "4.0.0"
425+ resolved "https://registry.yarnpkg.com/@graphql-cli/loaders/-/loaders-4.0.0.tgz#1e2fe548e35ec543c2aa13c683703408b0b1c7c9 "
426+ integrity sha512-hZ2DNCfjqZCCZrV4HqfgKwHWRCnh0TEXi9rkjvV0nMs4khfAzQFhAP+Y7nQMxAk7aKPY7kEq6X/tEYr8B68SQA ==
427427 dependencies :
428428 " @graphql-tools/apollo-engine-loader" " ^6.0.0"
429429 " @graphql-tools/code-file-loader" " ^6.0.0"
You can’t perform that action at this time.
0 commit comments