@subql/frontier-evm-processor 0.0.1-2 → 0.0.2-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
- ## [Unreleased]
7
+ ## [0.0.1] - 2022-05-11
8
8
 
9
9
  Migrated from `@subql/contract-processors` package
10
+
11
+ ### Updated
12
+
13
+ - update to datasource spec version 1.0.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@subql/frontier-evm-processor",
3
- "version": "0.0.1-2",
3
+ "version": "0.0.2-0",
4
4
  "description": "SubQuery datasource processor for Frontier EVM",
5
5
  "main": "dist/index.js",
6
6
  "author": "Subquery Pte Limited",
@@ -9,7 +9,7 @@
9
9
  "build": "tsc -b"
10
10
  },
11
11
  "dependencies": {
12
- "@subql/types": "^1.0.1-0",
12
+ "@subql/types": "latest",
13
13
  "class-transformer": "^0.5.1",
14
14
  "class-validator": "^0.13.2",
15
15
  "ethers": "^5.6.5",
@@ -23,5 +23,5 @@
23
23
  "peerDependencies": {
24
24
  "@polkadot/api": "^8"
25
25
  },
26
- "stableVersion": "0.0.1-1"
26
+ "stableVersion": "0.0.1"
27
27
  }