@graphprotocol/graph-cli 0.98.1 → 0.98.2-alpha-20251016004828-ceb7b1e3388a8998911ecb797a0c474fa192ee2f
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 +7 -0
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
+
## 0.98.2-alpha-20251016004828-ceb7b1e3388a8998911ecb797a0c474fa192ee2f
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#2068](https://github.com/graphprotocol/graph-tooling/pull/2068) [`ceb7b1e`](https://github.com/graphprotocol/graph-tooling/commit/ceb7b1e3388a8998911ecb797a0c474fa192ee2f) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
8
|
+
- Updated dependency [`kubo-rpc-client@^6.0.0` ↗︎](https://www.npmjs.com/package/kubo-rpc-client/v/6.0.0) (from `^5.0.2`, in `dependencies`)
|
|
9
|
+
|
|
3
10
|
## 0.98.1
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@graphprotocol/graph-cli",
|
|
3
|
-
"version": "0.98.
|
|
3
|
+
"version": "0.98.2-alpha-20251016004828-ceb7b1e3388a8998911ecb797a0c474fa192ee2f",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for building for and deploying to The Graph",
|
|
6
6
|
"repository": {
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"immutable": "5.1.4",
|
|
46
46
|
"jayson": "4.2.0",
|
|
47
47
|
"js-yaml": "4.1.0",
|
|
48
|
-
"kubo-rpc-client": "^
|
|
48
|
+
"kubo-rpc-client": "^6.0.0",
|
|
49
49
|
"open": "10.2.0",
|
|
50
50
|
"prettier": "3.6.2",
|
|
51
51
|
"progress": "^2.0.3",
|