envio 2.3.0 → 2.3.2

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/fuel.schema.json +2 -2
  2. package/package.json +5 -5
package/fuel.schema.json CHANGED
@@ -99,11 +99,11 @@
99
99
  "type": "object",
100
100
  "properties": {
101
101
  "name": {
102
- "description": "A reference to a struct in the ABI or a unique name for the provided log_id",
102
+ "description": "Name of the event in the HyperIndex generated code",
103
103
  "type": "string"
104
104
  },
105
105
  "logId": {
106
- "description": "A reference to a log_id in the ABI",
106
+ "description": "An identifier of a logged type from ABI. Used for indexing LogData receipts. The option can be omitted when the event name matches the logged struct/enum name.",
107
107
  "type": [
108
108
  "string",
109
109
  "null"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envio",
3
- "version": "v2.3.0",
3
+ "version": "v2.3.2",
4
4
  "description": "A latency and sync speed optimized, developer friendly blockchain data indexer.",
5
5
  "bin": "lib/index.js",
6
6
  "scripts": {
@@ -36,10 +36,10 @@
36
36
  "typescript": "^4.9.4"
37
37
  },
38
38
  "optionalDependencies": {
39
- "envio-linux-x64": "v2.3.0",
40
- "envio-linux-arm64": "v2.3.0",
41
- "envio-darwin-x64": "v2.3.0",
42
- "envio-darwin-arm64": "v2.3.0"
39
+ "envio-linux-x64": "v2.3.2",
40
+ "envio-linux-arm64": "v2.3.2",
41
+ "envio-darwin-x64": "v2.3.2",
42
+ "envio-darwin-arm64": "v2.3.2"
43
43
  },
44
44
  "eslintConfig": {
45
45
  "extends": [