@subql/types-ethereum 0.0.1-2 → 0.0.1-3

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 +1 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -12,3 +12,4 @@ All logs must start with the format: [x.y.z] - yyyy-mm-dd
12
12
  ## [0.1.0] - 2022-10-31
13
13
 
14
14
  Initial release
15
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/types-ethereum",
3
- "version": "0.0.1-2",
3
+ "version": "0.0.1-3",
4
4
  "description": "",
5
5
  "homepage": "https://github.com/subquery/subql",
6
6
  "repository": "github:subquery/subql",
@@ -25,5 +25,5 @@
25
25
  "dependencies": {
26
26
  "@ethersproject/abstract-provider": "^5.6.1"
27
27
  },
28
- "stableVersion": "0.0.1-1"
28
+ "stableVersion": "0.0.1-2"
29
29
  }