@sentio/runtime 1.37.5-rc.6 → 1.37.5-rc.7

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.6",
4
+ "version": "1.37.5-rc.7",
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.6",
13
+ "@sentio/protos": "^1.37.5-rc.7",
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": "6ceb74bee81addb7e69bc4875388972cadeceadb"
49
+ "gitHead": "2bb9ab2c087fcbda9808ec4e7476b2ad26dcdddc"
50
50
  }
@@ -4337,7 +4337,7 @@ export const EventTrackingResult = {
4337
4337
  writer.uint32(18).string(message.distinctEntityId);
4338
4338
  }
4339
4339
  if (message.attributes !== undefined) {
4340
- Struct.encode(Struct.wrap(message.attributes), writer.uint32(34).fork()).ldelim();
4340
+ Struct.encode(Struct.wrap(message.attributes), writer.uint32(50).fork()).ldelim();
4341
4341
  }
4342
4342
  if (message.runtimeInfo !== undefined) {
4343
4343
  RuntimeInfo.encode(message.runtimeInfo, writer.uint32(42).fork()).ldelim();
@@ -4358,7 +4358,7 @@ export const EventTrackingResult = {
4358
4358
  case 2:
4359
4359
  message.distinctEntityId = reader.string();
4360
4360
  break;
4361
- case 4:
4361
+ case 6:
4362
4362
  message.attributes = Struct.unwrap(Struct.decode(reader, reader.uint32()));
4363
4363
  break;
4364
4364
  case 5: