File tree 4 files changed +8
-6
lines changed
packages/utils/graphql-codegen-testing
4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 14
14
"files.exclude" : {
15
15
"**/.git" : true ,
16
16
"**/.DS_Store" : true ,
17
- "node_modules" : true ,
17
+ "node_modules" : false ,
18
18
"test-lib" : true ,
19
19
"lib" : true ,
20
20
"coverage" : true ,
Original file line number Diff line number Diff line change 40
40
"@graphql-codegen/plugin-helpers" : " ^2.1.1" ,
41
41
"common-tags" : " ^1.8.0" ,
42
42
"lz-string" : " ^1.4.4" ,
43
- "graphql-helix" : " 1.7 .0" ,
43
+ "graphql-helix" : " 1.8 .0" ,
44
44
"nock" : " 13.1.3" ,
45
45
"tslib" : " ~2.3.0"
46
46
},
Original file line number Diff line number Diff line change
1
+ /* eslint-disable no-console */
1
2
import globby from 'globby' ;
2
3
import { dirname } from 'path' ;
3
4
import { fileURLToPath } from 'url' ;
@@ -9,6 +10,7 @@ global.expect.extend = () => {};
9
10
async function main ( ) {
10
11
const mjsFiles = await globby ( [ '../packages/**/dist/*.mjs' ] , {
11
12
cwd : dirname ( fileURLToPath ( import . meta. url ) ) ,
13
+ ignore : [ '../packages/utils/graphql-codegen-testing/dist/index.mjs' ] ,
12
14
} ) ;
13
15
14
16
const ok = [ ] ;
Original file line number Diff line number Diff line change @@ -8023,10 +8023,10 @@ graphql-config@^4.0.1:
8023
8023
minimatch "3.0.4"
8024
8024
string-env-interpolation "1.0.1"
8025
8025
8026
- graphql-helix@1.7 .0:
8027
- version "1.7 .0"
8028
- resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.7 .0.tgz#452b2792447dddd259cdf4d6731da2171c8a7e49 "
8029
- integrity sha512-CUqBZL0e/ivPnqFguzWCmMzPTjYXvak2465SsIiAYt0C2yZa4kjzQjB/JIF7YKHCsP8VrJwA29HXmYOJzPAe3g ==
8026
+ graphql-helix@1.8 .0:
8027
+ version "1.8 .0"
8028
+ resolved "https://registry.yarnpkg.com/graphql-helix/-/graphql-helix-1.8 .0.tgz#e3dc18348acb8e792243f808130606c28214c4bd "
8029
+ integrity sha512-tg1tdR2PgCOn2Z/NDSnA9rUR16bLrLtE4el/NwboQ4wWaWM/Eoi3ewV0gtyzKgg61+SjywEac5mDvGgK0AfsDg ==
8030
8030
8031
8031
8032
8032
version "2.8.4"
You can’t perform that action at this time.
0 commit comments