@graphprotocol/graph-cli 0.46.0 → 0.46.1-rc-20230411142418-d769ffa
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 +8 -0
- package/dist/command-helpers/ipfs.js +1 -1
- package/oclif.manifest.json +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
+
## 0.46.1-rc-20230411142418-d769ffa
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#1277](https://github.com/graphprotocol/graph-tooling/pull/1277)
|
|
8
|
+
[`6d5378d`](https://github.com/graphprotocol/graph-tooling/commit/6d5378d08839a353559aad1c680b74aed0ce69e9)
|
|
9
|
+
Thanks [@saihaj](https://github.com/saihaj)! - point to correct IPFS URL endpoint
|
|
10
|
+
|
|
3
11
|
## 0.46.0
|
|
4
12
|
|
|
5
13
|
### Minor Changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DEFAULT_IPFS_URL = void 0;
|
|
4
|
-
const DEFAULT_IPFS_URL = 'https://api.thegraph.com/ipfs/';
|
|
4
|
+
const DEFAULT_IPFS_URL = 'https://api.thegraph.com/ipfs/api/v0';
|
|
5
5
|
exports.DEFAULT_IPFS_URL = DEFAULT_IPFS_URL;
|
package/oclif.manifest.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.46.
|
|
2
|
+
"version": "0.46.1-rc-20230411142418-d769ffa",
|
|
3
3
|
"commands": {
|
|
4
4
|
"add": {
|
|
5
5
|
"id": "add",
|
|
@@ -360,7 +360,7 @@
|
|
|
360
360
|
"char": "i",
|
|
361
361
|
"summary": "Upload build results to an IPFS node.",
|
|
362
362
|
"multiple": false,
|
|
363
|
-
"default": "https://api.thegraph.com/ipfs/"
|
|
363
|
+
"default": "https://api.thegraph.com/ipfs/api/v0"
|
|
364
364
|
},
|
|
365
365
|
"headers": {
|
|
366
366
|
"name": "headers",
|