@graphprotocol/graph-cli 0.45.0-alpha-20230330182034-4e64dfa → 0.45.0-alpha-20230330183009-1cbc371

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,9 +1,14 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.45.0-alpha-20230330182034-4e64dfa
3
+ ## 0.45.0-alpha-20230330183009-1cbc371
4
4
 
5
5
  ### Minor Changes
6
6
 
7
+ - [#1225](https://github.com/graphprotocol/graph-tooling/pull/1225)
8
+ [`5d72ffd`](https://github.com/graphprotocol/graph-tooling/commit/5d72ffd944146ab66f7db0ca9552223f503983d0)
9
+ Thanks [@saihaj](https://github.com/saihaj)! - When the contract has an `id` event, the CLI
10
+ renames the `id` entity to `{contractName}_id` and map it to `{contractName}_id` in the mapping.
11
+
7
12
  - [#1209](https://github.com/graphprotocol/graph-tooling/pull/1209)
8
13
  [`f26398e`](https://github.com/graphprotocol/graph-tooling/commit/f26398e054c556f414a1b45e92b7e4007a9b5a79)
9
14
  Thanks [@kalloc](https://github.com/kalloc)! - Support `ts` typing in tests folder
@@ -20,6 +25,13 @@
20
25
  - Removed dependency [`node-fetch@2.6.0` ↗︎](https://www.npmjs.com/package/node-fetch/v/2.6.0)
21
26
  (from `dependencies`)
22
27
 
28
+ - [#1225](https://github.com/graphprotocol/graph-tooling/pull/1225)
29
+ [`1cbc371`](https://github.com/graphprotocol/graph-tooling/commit/1cbc371939e32c8c1a490280913fca1a3c642a9f)
30
+ Thanks [@saihaj](https://github.com/saihaj)! - dependencies updates:
31
+
32
+ - Updated dependency [`chokidar@3.5.3` ↗︎](https://www.npmjs.com/package/chokidar/v/3.5.3) (from
33
+ `3.5.1`, in `dependencies`)
34
+
23
35
  - [#1207](https://github.com/graphprotocol/graph-tooling/pull/1207)
24
36
  [`ad275b3`](https://github.com/graphprotocol/graph-tooling/commit/ad275b31e635dab03cfefda00617ef9f612b01c0)
25
37
  Thanks [@saihaj](https://github.com/saihaj)! - bring back short hand for version and help
@@ -1,4 +1,5 @@
1
1
  "use strict";
2
+ /* eslint-disable */
2
3
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
4
  if (k2 === undefined) k2 = k;
4
5
  var desc = Object.getOwnPropertyDescriptor(m, k);
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.45.0-alpha-20230330182034-4e64dfa",
2
+ "version": "0.45.0-alpha-20230330183009-1cbc371",
3
3
  "commands": {
4
4
  "add": {
5
5
  "id": "add",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.45.0-alpha-20230330182034-4e64dfa",
3
+ "version": "0.45.0-alpha-20230330183009-1cbc371",
4
4
  "description": "CLI for building for and deploying to The Graph",
5
5
  "license": "(Apache-2.0 OR MIT)",
6
6
  "engines": {