@graphprotocol/graph-cli 0.97.1 → 0.97.2-alpha-20250621161302-5cda4adb335f85ca3237b45901a24b6c0249b75a

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 CHANGED
@@ -1,5 +1,15 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
+ ## 0.97.2-alpha-20250621161302-5cda4adb335f85ca3237b45901a24b6c0249b75a
4
+
5
+ ### Patch Changes
6
+
7
+ - [#2032](https://github.com/graphprotocol/graph-tooling/pull/2032) [`5cda4ad`](https://github.com/graphprotocol/graph-tooling/commit/5cda4adb335f85ca3237b45901a24b6c0249b75a) Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
8
+ - Updated dependency [`@oclif/core@4.4.0` ↗︎](https://www.npmjs.com/package/@oclif/core/v/4.4.0) (from `4.3.0`, in `dependencies`)
9
+ - Updated dependency [`glob@11.0.3` ↗︎](https://www.npmjs.com/package/glob/v/11.0.3) (from `11.0.2`, in `dependencies`)
10
+ - Updated dependency [`immutable@5.1.3` ↗︎](https://www.npmjs.com/package/immutable/v/5.1.3) (from `5.1.2`, in `dependencies`)
11
+ - Updated dependency [`undici@7.10.0` ↗︎](https://www.npmjs.com/package/undici/v/7.10.0) (from `7.9.0`, in `dependencies`)
12
+
3
13
  ## 0.97.1
4
14
 
5
15
  ### Patch Changes
@@ -1017,5 +1017,5 @@
1017
1017
  ]
1018
1018
  }
1019
1019
  },
1020
- "version": "0.97.1"
1020
+ "version": "0.97.2-alpha-20250621161302-5cda4adb335f85ca3237b45901a24b6c0249b75a"
1021
1021
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.97.1",
3
+ "version": "0.97.2-alpha-20250621161302-5cda4adb335f85ca3237b45901a24b6c0249b75a",
4
4
  "type": "module",
5
5
  "description": "CLI for building for and deploying to The Graph",
6
6
  "repository": {
@@ -27,7 +27,7 @@
27
27
  ],
28
28
  "dependencies": {
29
29
  "@float-capital/float-subgraph-uncrashable": "0.0.0-internal-testing.5",
30
- "@oclif/core": "4.3.0",
30
+ "@oclif/core": "4.4.0",
31
31
  "@oclif/plugin-autocomplete": "^3.2.11",
32
32
  "@oclif/plugin-not-found": "^3.2.29",
33
33
  "@oclif/plugin-warn-if-update-available": "^3.1.24",
@@ -38,10 +38,10 @@
38
38
  "debug": "4.4.1",
39
39
  "docker-compose": "1.2.0",
40
40
  "fs-extra": "11.3.0",
41
- "glob": "11.0.2",
41
+ "glob": "11.0.3",
42
42
  "gluegun": "5.2.0",
43
43
  "graphql": "16.11.0",
44
- "immutable": "5.1.2",
44
+ "immutable": "5.1.3",
45
45
  "jayson": "4.2.0",
46
46
  "js-yaml": "4.1.0",
47
47
  "kubo-rpc-client": "^5.0.2",
@@ -49,7 +49,7 @@
49
49
  "prettier": "3.5.3",
50
50
  "semver": "7.7.2",
51
51
  "tmp-promise": "3.0.3",
52
- "undici": "7.9.0",
52
+ "undici": "7.10.0",
53
53
  "web3-eth-abi": "4.4.1",
54
54
  "yaml": "2.8.0"
55
55
  },