Skip to content

Commit f360681

Browse files
authored
Bump internal Mesh packages and update examples (#95)
1 parent f10c18f commit f360681

File tree

14 files changed

+19975
-791
lines changed

14 files changed

+19975
-791
lines changed

.changeset/poor-garlics-exist.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@graphprotocol/client-apollo': patch
3+
'@graphprotocol/client-auto-pagination': patch
4+
'@graphprotocol/client-block-tracking': patch
5+
'@graphprotocol/client-cli': patch
6+
'@graphprotocol/client-urql': patch
7+
---
8+
9+
Bump internal Mesh packages

examples/apollo/vite.config.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,8 @@ import react from '@vitejs/plugin-react'
55
export default defineConfig({
66
plugins: [react()],
77
define: {
8-
process: JSON.stringify({
9-
env: {
10-
DEBUG: 1,
11-
},
8+
'process.env': JSON.stringify({
9+
DEBUG: 1,
1210
}),
1311
},
1412
})

examples/composition/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
},
1111
"dependencies": {
1212
"@graphprotocol/client-cli": "0.0.10",
13-
"@graphql-mesh/transform-prefix": "0.11.41",
14-
"@graphql-mesh/transform-rename": "0.12.42",
15-
"@graphql-mesh/transform-type-merging": "0.3.51",
13+
"@graphql-mesh/transform-prefix": "0.11.45",
14+
"@graphql-mesh/transform-rename": "0.12.46",
15+
"@graphql-mesh/transform-type-merging": "0.4.0",
1616
"concurrently": "7.1.0",
1717
"graphql": "16.3.0",
1818
"nodemon": "2.0.15",

0 commit comments

Comments
 (0)