File tree Expand file tree Collapse file tree 11 files changed +407
-496
lines changed Expand file tree Collapse file tree 11 files changed +407
-496
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ ' @graphprotocol/client-cli ' : patch
3
+ ---
4
+
5
+ Fix Browser compatibility issues
Original file line number Diff line number Diff line change 14
14
"react-dom" : " ^17.0.2" ,
15
15
"@graphprotocol/client-apollo" : " 0.0.2" ,
16
16
"@apollo/client" : " 3.5.10" ,
17
- "graphql" : " 16.3.0" ,
18
- "rollup-plugin-node-polyfills" : " 0.2.1"
17
+ "graphql" : " 16.3.0"
19
18
},
20
19
"devDependencies" : {
21
20
"@graphprotocol/client-cli" : " 0.0.3" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- resolve : {
8
- alias : {
9
- path : 'rollup-plugin-node-polyfills/polyfills/path' ,
10
- events : 'rollup-plugin-node-polyfills/polyfills/events' ,
11
- } ,
12
- } ,
13
7
} )
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"@graphprotocol/client-cli" : " 0.0.3" ,
13
- "@graphql-mesh/transform-prefix" : " 0.11.12 " ,
14
- "@graphql-mesh/transform-rename" : " 0.12.12 " ,
15
- "@graphql-mesh/transform-type-merging" : " 0.3.22 " ,
13
+ "@graphql-mesh/transform-prefix" : " 0.11.32 " ,
14
+ "@graphql-mesh/transform-rename" : " 0.12.33 " ,
15
+ "@graphql-mesh/transform-type-merging" : " 0.3.43 " ,
16
16
"concurrently" : " 7.0.0" ,
17
17
"nodemon" : " 2.0.15" ,
18
18
"ts-node" : " 10.5.0" ,
Original file line number Diff line number Diff line change 12
12
"dependencies" : {
13
13
"react" : " ^17.0.2" ,
14
14
"react-dom" : " ^17.0.2" ,
15
- "graphql" : " 16.3.0" ,
16
- "rollup-plugin-node-polyfills" : " 0.2.1"
15
+ "graphql" : " 16.3.0"
17
16
},
18
17
"devDependencies" : {
19
18
"@graphprotocol/client-cli" : " 0.0.3" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- resolve : {
8
- alias : {
9
- path : 'rollup-plugin-node-polyfills/polyfills/path' ,
10
- events : 'rollup-plugin-node-polyfills/polyfills/events' ,
11
- } ,
12
- } ,
13
7
} )
Original file line number Diff line number Diff line change 14
14
"react-dom" : " ^17.0.2" ,
15
15
"@graphprotocol/client-urql" : " 0.0.2" ,
16
16
"urql" : " 2.2.0" ,
17
- "graphql" : " 16.3.0" ,
18
- "rollup-plugin-node-polyfills" : " 0.2.1"
17
+ "graphql" : " 16.3.0"
19
18
},
20
19
"devDependencies" : {
21
20
"@graphprotocol/client-cli" : " 0.0.3" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,4 @@ import react from '@vitejs/plugin-react'
4
4
// https://vitejs.dev/config/
5
5
export default defineConfig ( {
6
6
plugins : [ react ( ) ] ,
7
- resolve : {
8
- alias : {
9
- path : 'rollup-plugin-node-polyfills/polyfills/path' ,
10
- events : 'rollup-plugin-node-polyfills/polyfills/events' ,
11
- } ,
12
- } ,
13
7
} )
Original file line number Diff line number Diff line change 49
49
"access" : " public"
50
50
},
51
51
"dependencies" : {
52
- "@graphql-mesh/cli" : " 0.66.2 " ,
53
- "@graphql-mesh/graphql" : " 0.23.2 " ,
52
+ "@graphql-mesh/cli" : " 0.67.6 " ,
53
+ "@graphql-mesh/graphql" : " 0.23.7 " ,
54
54
"tslib" : " 2.3.1"
55
55
},
56
56
"devDependencies" : {
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ export function graphqlClientCLI() {
15
15
buildArtifactsCommand : 'build' ,
16
16
sourceServerCommand : 'serve-source' ,
17
17
validateCommand : 'validate' ,
18
+ additionalPackagePrefixes : [ '@graphprotocol/client-' ] ,
18
19
} )
19
20
}
You can’t perform that action at this time.
0 commit comments