File tree 8 files changed +27
-13
lines changed
8 files changed +27
-13
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/graph-cli
2
2
3
+ ## 0.91.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #1754 ] ( https://github.com/graphprotocol/graph-tooling/pull/1754 )
8
+ [ ` 2050bf6 ` ] ( https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd )
9
+ Thanks [ @incrypto32 ] ( https://github.com/incrypto32 ) ! - Add support for subgraph datasource and
10
+ associated types.
11
+
12
+ - [ #1781 ] ( https://github.com/graphprotocol/graph-tooling/pull/1781 )
13
+ [ ` e8218ee ` ] ( https://github.com/graphprotocol/graph-tooling/commit/e8218eedec4292a95957efc5cadcbcf5280c0375 )
14
+ Thanks [ @alinobrasil ] ( https://github.com/alinobrasil ) ! - added rpc and api urls for
15
+ botanix-testnet
16
+
3
17
## 0.90.1
4
18
5
19
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/graph-cli" ,
3
- "version" : " 0.90.1 " ,
3
+ "version" : " 0.91.0 " ,
4
4
"description" : " CLI for building for and deploying to The Graph" ,
5
5
"license" : " (Apache-2.0 OR MIT)" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ export default class CodegenCommand extends Command {
43
43
summary : 'IPFS node to use for fetching subgraph data.' ,
44
44
char : 'i' ,
45
45
default : DEFAULT_IPFS_URL ,
46
+ hidden : true
46
47
} ) ,
47
48
'uncrashable-config' : Flags . file ( {
48
49
summary : 'Directory for uncrashable config.' ,
Original file line number Diff line number Diff line change @@ -159,6 +159,7 @@ export default class InitCommand extends Command {
159
159
summary : 'IPFS node to use for fetching subgraph data.' ,
160
160
char : 'i' ,
161
161
default : DEFAULT_IPFS_URL ,
162
+ hidden : true
162
163
} ) ,
163
164
} ;
164
165
Original file line number Diff line number Diff line change 1
1
# @graphprotocol/graph-ts
2
2
3
+ ## 0.36.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [ #1754 ] ( https://github.com/graphprotocol/graph-tooling/pull/1754 )
8
+ [ ` 2050bf6 ` ] ( https://github.com/graphprotocol/graph-tooling/commit/2050bf6259c19bd86a7446410c7e124dfaddf4cd )
9
+ Thanks [ @incrypto32 ] ( https://github.com/incrypto32 ) ! - Add support for subgraph datasource and
10
+ associated types.
11
+
3
12
## 0.35.1
4
13
5
14
### Patch Changes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @graphprotocol/graph-ts" ,
3
- "version" : " 0.35.1 " ,
3
+ "version" : " 0.36.0 " ,
4
4
"description" : " TypeScript/AssemblyScript library for writing subgraph mappings for The Graph" ,
5
5
"main" : " index.ts" ,
6
6
"module" : " index.ts" ,
You can’t perform that action at this time.
0 commit comments