@graphprotocol/graph-cli 0.98.2-alpha-20251016004828-ceb7b1e3388a8998911ecb797a0c474fa192ee2f → 0.98.2-alpha-20251017033347-846568d4ebde0878f569a890486bb0c1bd5b071b
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 +2 -2
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# @graphprotocol/graph-cli
|
|
2
2
|
|
|
3
|
-
## 0.98.2-alpha-
|
|
3
|
+
## 0.98.2-alpha-20251017033347-846568d4ebde0878f569a890486bb0c1bd5b071b
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
- [#2068](https://github.com/graphprotocol/graph-tooling/pull/2068) [`
|
|
7
|
+
- [#2068](https://github.com/graphprotocol/graph-tooling/pull/2068) [`846568d`](https://github.com/graphprotocol/graph-tooling/commit/846568d4ebde0878f569a890486bb0c1bd5b071b) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
|
|
8
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
9
|
|
|
10
10
|
## 0.98.1
|
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.2-alpha-
|
|
3
|
+
"version": "0.98.2-alpha-20251017033347-846568d4ebde0878f569a890486bb0c1bd5b071b",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for building for and deploying to The Graph",
|
|
6
6
|
"repository": {
|