@graphprotocol/graph-cli 0.42.2 → 0.43.0-alpha-20230224130144-b280a8f

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,5 +1,13 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.43.0-alpha-20230224130144-b280a8f
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1134](https://github.com/graphprotocol/graph-tooling/pull/1134)
8
+ [`b280a8f`](https://github.com/graphprotocol/graph-tooling/commit/b280a8fad6360359a30d9a0e1ad3a5a3d30e3753)
9
+ Thanks [@incrypto32](https://github.com/incrypto32)! - Fix Prefix error when using graph init
10
+
3
11
  ## 0.42.2
4
12
 
5
13
  ### Patch Changes
@@ -170,8 +170,8 @@ class InitCommand extends core_1.Command {
170
170
  }
171
171
  else {
172
172
  ({ node, allowSimpleName } = (0, node_1.chooseNodeUrl)({
173
- product,
174
- studio,
173
+ product: answers.product,
174
+ studio: answers.studio,
175
175
  node,
176
176
  allowSimpleName,
177
177
  }));
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.42.2",
2
+ "version": "0.43.0-alpha-20230224130144-b280a8f",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.42.2",
3
+ "version": "0.43.0-alpha-20230224130144-b280a8f",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {