@graphprotocol/graph-cli 0.91.0-alpha-20241203152341-8f72d02 → 0.91.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.91.0-alpha-20241203152341-8f72d02
3
+ ## 0.91.0
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,7 +10,7 @@
10
10
  associated types.
11
11
 
12
12
  - [#1781](https://github.com/graphprotocol/graph-tooling/pull/1781)
13
- [`53466fb`](https://github.com/graphprotocol/graph-tooling/commit/53466fb63f116f03b00d26826692db02dd5ab274)
13
+ [`e8218ee`](https://github.com/graphprotocol/graph-tooling/commit/e8218eedec4292a95957efc5cadcbcf5280c0375)
14
14
  Thanks [@alinobrasil](https://github.com/alinobrasil)! - added rpc and api urls for
15
15
  botanix-testnet
16
16
 
@@ -109,6 +109,7 @@ CodegenCommand.flags = {
109
109
  summary: 'IPFS node to use for fetching subgraph data.',
110
110
  char: 'i',
111
111
  default: ipfs_1.DEFAULT_IPFS_URL,
112
+ hidden: true
112
113
  }),
113
114
  'uncrashable-config': core_1.Flags.file({
114
115
  summary: 'Directory for uncrashable config.',
@@ -324,6 +324,7 @@ InitCommand.flags = {
324
324
  summary: 'IPFS node to use for fetching subgraph data.',
325
325
  char: 'i',
326
326
  default: ipfs_1.DEFAULT_IPFS_URL,
327
+ hidden: true
327
328
  }),
328
329
  };
329
330
  exports.default = InitCommand;
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.91.0-alpha-20241203152341-8f72d02",
2
+ "version": "0.91.0",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
@@ -244,6 +244,7 @@
244
244
  "type": "option",
245
245
  "char": "i",
246
246
  "summary": "IPFS node to use for fetching subgraph data.",
247
+ "hidden": true,
247
248
  "multiple": false,
248
249
  "default": "https://api.thegraph.com/ipfs/api/v0"
249
250
  },
@@ -565,6 +566,7 @@
565
566
  "type": "option",
566
567
  "char": "i",
567
568
  "summary": "IPFS node to use for fetching subgraph data.",
569
+ "hidden": true,
568
570
  "multiple": false,
569
571
  "default": "https://api.thegraph.com/ipfs/api/v0"
570
572
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.91.0-alpha-20241203152341-8f72d02",
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": {