@abtnode/types 1.16.38-beta-20250118-033334-2da05ae8 → 1.16.38-beta-20250120-112111-55c032e8

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 +2 -0
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -319,6 +319,8 @@ export type TBlockletState = {
319
319
  externalSk: boolean;
320
320
  externalSkSource: string;
321
321
  structVersion: string;
322
+ enableDocker: boolean;
323
+ enableDockerNetwork: boolean;
322
324
  };
323
325
  export type TBlockletExtra = {
324
326
  did: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.38-beta-20250118-033334-2da05ae8",
3
+ "version": "1.16.38-beta-20250120-112111-55c032e8",
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": "55a983304e72e5e54d6425acd0e2dad1f710aad3"
39
+ "gitHead": "adcb4f0e35157f6645e10e7ef53f8fdeff6953ec"
40
40
  }