@graphprotocol/graph-cli 0.93.0-alpha-20241217214813-ebea15d61dbc9b2957e7d616261cdbe996ff1b4e → 0.93.0

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,15 +1,15 @@
1
1
  # @graphprotocol/graph-cli
2
2
 
3
- ## 0.93.0-alpha-20241217214813-ebea15d61dbc9b2957e7d616261cdbe996ff1b4e
3
+ ## 0.93.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
7
  - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
8
- [`ebea15d`](https://github.com/graphprotocol/graph-tooling/commit/ebea15d61dbc9b2957e7d616261cdbe996ff1b4e)
8
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
9
9
  Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Update all dependencies
10
10
 
11
11
  - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
12
- [`ebea15d`](https://github.com/graphprotocol/graph-tooling/commit/ebea15d61dbc9b2957e7d616261cdbe996ff1b4e)
12
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
13
13
  Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - - add networks registry support
14
14
  - improve `graph init` flow
15
15
  - filter through the networks as you type
@@ -21,22 +21,30 @@
21
21
  ### Patch Changes
22
22
 
23
23
  - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
24
- [`ebea15d`](https://github.com/graphprotocol/graph-tooling/commit/ebea15d61dbc9b2957e7d616261cdbe996ff1b4e)
24
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
25
+ Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - dependencies updates:
26
+
27
+ - Updated dependency
28
+ [`assemblyscript@0.19.23` ↗︎](https://www.npmjs.com/package/assemblyscript/v/0.19.23) (from
29
+ `0.27.31`, in `dependencies`)
30
+
31
+ - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
32
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
25
33
  Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - Fix `graph add` flag parameters
26
34
  parsing
27
35
 
28
36
  - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
29
- [`ebea15d`](https://github.com/graphprotocol/graph-tooling/commit/ebea15d61dbc9b2957e7d616261cdbe996ff1b4e)
37
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
30
38
  Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix bug with clashing \_id field name
31
39
  in schema
32
40
 
33
41
  - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
34
- [`ebea15d`](https://github.com/graphprotocol/graph-tooling/commit/ebea15d61dbc9b2957e7d616261cdbe996ff1b4e)
42
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
35
43
  Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - fix generated example entity id
36
44
  uniqueness
37
45
 
38
46
  - [#1849](https://github.com/graphprotocol/graph-tooling/pull/1849)
39
- [`35140a2`](https://github.com/graphprotocol/graph-tooling/commit/35140a2efea180b95db166fd56c7e3af9afff065)
47
+ [`00e0a83`](https://github.com/graphprotocol/graph-tooling/commit/00e0a830165a946749d12fdbcdc0ad00074a2ecd)
40
48
  Thanks [@YaroShkvorets](https://github.com/YaroShkvorets)! - rollback asc version
41
49
 
42
50
  ## 0.92.0
@@ -1016,5 +1016,5 @@
1016
1016
  ]
1017
1017
  }
1018
1018
  },
1019
- "version": "0.93.0-alpha-20241217214813-ebea15d61dbc9b2957e7d616261cdbe996ff1b4e"
1019
+ "version": "0.93.0"
1020
1020
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@graphprotocol/graph-cli",
3
- "version": "0.93.0-alpha-20241217214813-ebea15d61dbc9b2957e7d616261cdbe996ff1b4e",
3
+ "version": "0.93.0",
4
4
  "type": "module",
5
5
  "description": "CLI for building for and deploying to The Graph",
6
6
  "license": "(Apache-2.0 OR MIT)",