@subql/node-ethereum 1.0.1-0 → 1.0.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
 
7
7
  ## [Unreleased]
8
8
 
9
+ ## [1.0.1] - 2023-04-05
10
+ ### Fixed
11
+ - Various minor fiexes for dynamic datasources (#51)
12
+ ### Removed
13
+ - Remove `count` method from the store (#51)
14
+
9
15
  ## [1.0.0] - 2023-04-03
10
16
  - Release
11
17
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/node-ethereum",
3
- "version": "1.0.1-0",
3
+ "version": "1.0.1",
4
4
  "description": "",
5
5
  "author": "Ian He",
6
6
  "license": "Apache-2.0",
@@ -27,7 +27,7 @@
27
27
  "@subql/common": "^1.8.1",
28
28
  "@subql/common-ethereum": "1.0.0",
29
29
  "@subql/node-core": "1.11.2-storeCache-0.0.4",
30
- "@subql/types-ethereum": "1.0.1-0",
30
+ "@subql/types-ethereum": "1.0.1",
31
31
  "@subql/utils": "^1.4.1",
32
32
  "@subql/x-merkle-mountain-range": "2.0.0-0.1.2",
33
33
  "@willsoto/nestjs-prometheus": "^4.4.0",