envio 2.1.0 → 2.1.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.
package/evm.schema.json CHANGED
@@ -27,7 +27,7 @@
27
27
  ]
28
28
  },
29
29
  "schema": {
30
- "description": "Custom path to config file",
30
+ "description": "Custom path to schema.yaml file",
31
31
  "type": [
32
32
  "string",
33
33
  "null"
@@ -452,7 +452,6 @@
452
452
  "s",
453
453
  "contractAddress",
454
454
  "logsBloom",
455
- "type",
456
455
  "root",
457
456
  "status",
458
457
  "yParity",
package/fuel.schema.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "$ref": "#/$defs/EcosystemTag"
21
21
  },
22
22
  "schema": {
23
- "description": "Custom path to config file",
23
+ "description": "Custom path to schema.yaml file",
24
24
  "type": [
25
25
  "string",
26
26
  "null"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "envio",
3
- "version": "v2.1.0",
3
+ "version": "v2.1.1",
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.1.0",
40
- "envio-linux-arm64": "v2.1.0",
41
- "envio-darwin-x64": "v2.1.0",
42
- "envio-darwin-arm64": "v2.1.0"
39
+ "envio-linux-x64": "v2.1.1",
40
+ "envio-linux-arm64": "v2.1.1",
41
+ "envio-darwin-x64": "v2.1.1",
42
+ "envio-darwin-arm64": "v2.1.1"
43
43
  },
44
44
  "eslintConfig": {
45
45
  "extends": [