@abtnode/schema 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.
package/lib/index.js CHANGED
@@ -1675,6 +1675,8 @@ type BlockletState {
1675
1675
  externalSk: Boolean
1676
1676
  externalSkSource: String
1677
1677
  structVersion: String
1678
+ enableDocker: Boolean
1679
+ enableDockerNetwork: Boolean
1678
1680
  }
1679
1681
 
1680
1682
  type BlockletStats {
@@ -1675,6 +1675,8 @@ type BlockletState {
1675
1675
  externalSk: Boolean
1676
1676
  externalSkSource: String
1677
1677
  structVersion: String
1678
+ enableDocker: Boolean
1679
+ enableDockerNetwork: Boolean
1678
1680
  }
1679
1681
 
1680
1682
  type BlockletStats {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.38-beta-20250118-033334-2da05ae8",
6
+ "version": "1.16.38-beta-20250120-112111-55c032e8",
7
7
  "description": "",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -13,7 +13,7 @@
13
13
  "keywords": [],
14
14
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
15
15
  "license": "Apache-2.0",
16
- "gitHead": "55a983304e72e5e54d6425acd0e2dad1f710aad3",
16
+ "gitHead": "adcb4f0e35157f6645e10e7ef53f8fdeff6953ec",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }