File tree 2 files changed +11
-3
lines changed
rsocket-graphql-apollo-link
rsocket-graphql-apollo-server
2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 9
9
" LICENSE" ,
10
10
" README.md"
11
11
],
12
+ "publishConfig" : {
13
+ "access" : " public"
14
+ },
12
15
"scripts" : {
13
16
"build" : " yarn run clean && yarn run compile" ,
14
17
"clean" : " rimraf -rf ./dist" ,
25
28
"devDependencies" : {
26
29
"rimraf" : " ~3.0.2" ,
27
30
"typescript" : " ~4.5.2"
28
- }
31
+ },
32
+ "gitHead" : " 39565e56d069f40fd9ac8d169f8f62a918f7f723"
29
33
}
Original file line number Diff line number Diff line change 9
9
" LICENSE" ,
10
10
" README.md"
11
11
],
12
+ "publishConfig" : {
13
+ "access" : " public"
14
+ },
12
15
"scripts" : {
13
16
"build" : " yarn run clean && yarn run compile" ,
14
17
"clean" : " rimraf -rf ./dist" ,
21
24
"@graphql-tools/schema" : " ^8.3.5" ,
22
25
"@rsocket/composite-metadata" : " ^1.0.0-alpha.1" ,
23
26
"@rsocket/core" : " ^1.0.0-alpha.1" ,
24
- "apollo-server-plugin-base" : " ^3.6.2" ,
25
27
"apollo-server-core" : " ^3.6.6" ,
26
28
"apollo-server-env" : " ^4.2.1" ,
29
+ "apollo-server-plugin-base" : " ^3.6.2" ,
27
30
"graphql" : " ^16.3.0" ,
28
31
"rxjs" : " ^7.5"
29
32
},
30
33
"devDependencies" : {
31
34
"rimraf" : " ~3.0.2" ,
32
35
"typescript" : " ~4.5.2"
33
- }
36
+ },
37
+ "gitHead" : " 39565e56d069f40fd9ac8d169f8f62a918f7f723"
34
38
}
You can’t perform that action at this time.
0 commit comments