@abtnode/types 1.16.13-beta-d13e9789 → 1.16.14-beta-a898bfcb

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/lib/type_pb.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -232,6 +232,7 @@ export type TBlockletState = {
232
232
  startedAt: number,
233
233
  pausedAt: number,
234
234
  stoppedAt: number,
235
+ updatedAt: number,
235
236
  environments: TConfigEntry[],
236
237
  configs: TConfigEntry[],
237
238
  diskInfo?: TDiskInfo,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.13-beta-d13e9789",
3
+ "version": "1.16.14-beta-a898bfcb",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "fcb07d0b3c742aaa68101e302b9eca193d0db872"
39
+ "gitHead": "1e6f2ec5199ca28e106a6b02114f2a3f355b3ceb"
40
40
  }