@sentio/runtime 1.37.5-rc.7 → 1.37.5-rc.8
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/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@sentio/runtime",
|
3
3
|
"license": "Apache-2.0",
|
4
|
-
"version": "1.37.5-rc.
|
4
|
+
"version": "1.37.5-rc.8",
|
5
5
|
"scripts": {
|
6
6
|
"compile": "tsc -p .",
|
7
7
|
"build": "yarn compile",
|
@@ -10,7 +10,7 @@
|
|
10
10
|
},
|
11
11
|
"dependencies": {
|
12
12
|
"@ethersproject/providers": "~5.7.0",
|
13
|
-
"@sentio/protos": "^1.37.5-rc.
|
13
|
+
"@sentio/protos": "^1.37.5-rc.8",
|
14
14
|
"bignumber.js": "^9.1.0",
|
15
15
|
"command-line-args": "^5.2.1",
|
16
16
|
"command-line-usage": "^6.1.3",
|
@@ -46,5 +46,5 @@
|
|
46
46
|
"!{lib,src}/tests",
|
47
47
|
"!**/*.test.{js,ts}"
|
48
48
|
],
|
49
|
-
"gitHead": "
|
49
|
+
"gitHead": "506e721a68e92313182371fd2037c6fcad383193"
|
50
50
|
}
|
@@ -4482,7 +4482,7 @@ export const ExportResult = {
|
|
4482
4482
|
export type ProcessorDefinition = typeof ProcessorDefinition;
|
4483
4483
|
export const ProcessorDefinition = {
|
4484
4484
|
name: "Processor",
|
4485
|
-
fullName: "
|
4485
|
+
fullName: "processor.Processor",
|
4486
4486
|
methods: {
|
4487
4487
|
start: {
|
4488
4488
|
name: "Start",
|