@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 +9 -0
- package/dist/commands/publish.js +0 -1
- package/oclif.manifest.json +1 -4
- package/package.json +1 -1
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
|
package/dist/commands/publish.js
CHANGED
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.79.
|
|
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": {
|