@graphprotocol/graph-cli 0.98.2-alpha-20251017033347-846568d4ebde0878f569a890486bb0c1bd5b071b → 0.98.2-rc-20251017213432-e5439694e584cc4ec781f659731e0e161759c622
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-
|
|
3
|
+
## 0.98.2-rc-20251017213432-e5439694e584cc4ec781f659731e0e161759c622
|
|
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) [`c05a9b3`](https://github.com/graphprotocol/graph-tooling/commit/c05a9b3685e69aeaabe9181966bc244387b40924) 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-
|
|
3
|
+
"version": "0.98.2-rc-20251017213432-e5439694e584cc4ec781f659731e0e161759c622",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "CLI for building for and deploying to The Graph",
|
|
6
6
|
"repository": {
|