@graphprotocol/graph-cli 0.79.0 → 0.79.1

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,14 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.79.1
4
+
5
+ ### Patch Changes
6
+
7
+ - [#1701](https://github.com/graphprotocol/graph-tooling/pull/1701)
8
+ [`24c402f`](https://github.com/graphprotocol/graph-tooling/commit/24c402f5f2f296a1df35d54fe1927030f96481d4)
9
+ Thanks [@saihaj](https://github.com/saihaj)! - Allow publishing without forcing network or
10
+ subgraph id
11
+
3
12
  ## 0.79.0
4
13
 
5
14
  ### Minor Changes
@@ -120,7 +120,6 @@ PublishCommand.flags = {
120
120
  options: ['arbitrum-one', 'arbitrum-sepolia'],
121
121
  default: 'arbitrum-one',
122
122
  required: false,
123
- dependsOn: ['subgraph-id'],
124
123
  }),
125
124
  ipfs: core_1.Flags.string({
126
125
  summary: 'Upload build results to an IPFS node.',
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.79.0",
2
+ "version": "0.79.1",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
@@ -779,9 +779,6 @@
779
779
  "arbitrum-one",
780
780
  "arbitrum-sepolia"
781
781
  ],
782
- "dependsOn": [
783
- "subgraph-id"
784
- ],
785
782
  "default": "arbitrum-one"
786
783
  },
787
784
  "ipfs": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.79.0",
3
+ "version": "0.79.1",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {