@abtnode/types 1.16.33-beta-20241102-083409-a924dd84 → 1.16.33-beta-20241107-065332-b20666d2

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
@@ -452,6 +452,7 @@ export type TRuntimeInfo = {
452
452
  uptime: string;
453
453
  memoryUsage: number;
454
454
  cpuUsage: number;
455
+ runningDocker: boolean;
455
456
  };
456
457
  export type THashFile = {
457
458
  file: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.33-beta-20241102-083409-a924dd84",
3
+ "version": "1.16.33-beta-20241107-065332-b20666d2",
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": "bc8a9ea91a3012635f25fb1594d96d3a10971517"
39
+ "gitHead": "cfc4d5837f83a0bfd507567915695894dda2c0ec"
40
40
  }