File tree Expand file tree Collapse file tree 13 files changed +32
-18
lines changed Expand file tree Collapse file tree 13 files changed +32
-18
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
- name : Setup NPM credentials
25
25
run : echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" >> ~/.npmrc
26
26
env :
27
- NODE_AUTH_TOKEN : ${{ secrets.NPM_TOKEN }}
27
+ NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
28
28
29
29
- name : Get yarn cache
30
30
uses : c-hive/gha-yarn-cache@v2
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
- "@graphprotocol/client-apollo" : " 0.0.0 " ,
15
+ "@graphprotocol/client-apollo" : " 0.0.1 " ,
16
16
"@apollo/client" : " 3.5.10" ,
17
17
"graphql" : " 16.3.0" ,
18
18
"rollup-plugin-node-polyfills" : " 0.2.1"
19
19
},
20
20
"devDependencies" : {
21
- "@graphprotocol/client-cli" : " 0.0.0 " ,
21
+ "@graphprotocol/client-cli" : " 0.0.1 " ,
22
22
"@types/react" : " ^17.0.33" ,
23
23
"@types/react-dom" : " ^17.0.10" ,
24
24
"@vitejs/plugin-react" : " ^1.0.7" ,
Original file line number Diff line number Diff line change 8
8
"check" : " tsc --pretty --noEmit"
9
9
},
10
10
"dependencies" : {
11
- "@graphprotocol/client-cli" : " 0.0.0 " ,
11
+ "@graphprotocol/client-cli" : " 0.0.1 " ,
12
12
"@graphql-mesh/transform-prefix" : " 0.11.12" ,
13
13
"@graphql-mesh/transform-rename" : " 0.12.12" ,
14
14
"@graphql-mesh/transform-type-merging" : " 0.3.22" ,
Original file line number Diff line number Diff line change 15
15
"rollup-plugin-node-polyfills" : " 0.2.1"
16
16
},
17
17
"devDependencies" : {
18
- "@graphprotocol/client-cli" : " 0.0.0 " ,
18
+ "@graphprotocol/client-cli" : " 0.0.1 " ,
19
19
"@types/react" : " ^17.0.33" ,
20
20
"@types/react-dom" : " ^17.0.10" ,
21
21
"@vitejs/plugin-react" : " ^1.0.7" ,
Original file line number Diff line number Diff line change 8
8
"check" : " tsc --pretty --noEmit"
9
9
},
10
10
"dependencies" : {
11
- "@graphprotocol/client-cli" : " 0.0.0 " ,
11
+ "@graphprotocol/client-cli" : " 0.0.1 " ,
12
12
"concurrently" : " 7.0.0" ,
13
13
"nodemon" : " 2.0.15" ,
14
14
"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
- "@graphprotocol/client-urql" : " 0.0.0 " ,
15
+ "@graphprotocol/client-urql" : " 0.0.1 " ,
16
16
"urql" : " 2.2.0" ,
17
17
"graphql" : " 16.3.0" ,
18
18
"rollup-plugin-node-polyfills" : " 0.2.1"
19
19
},
20
20
"devDependencies" : {
21
- "@graphprotocol/client-cli" : " 0.0.0 " ,
21
+ "@graphprotocol/client-cli" : " 0.0.1 " ,
22
22
"@types/react" : " ^17.0.33" ,
23
23
"@types/react-dom" : " ^17.0.10" ,
24
24
"@vitejs/plugin-react" : " ^1.0.7" ,
Original file line number Diff line number Diff line change
1
+ # @graphprotocol/client-apollo
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 48c1380: Initial release
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/client-apollo" ,
3
- "version" : " 0.0.0 " ,
3
+ "version" : " 0.0.1 " ,
4
4
"description" : " " ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change
1
+ # @graphprotocol/client-cli
2
+
3
+ ## 0.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 48c1380: Initial release
You can’t perform that action at this time.
0 commit comments