@abtnode/schema 1.16.38-beta-20250110-093740-edc58f78 → 1.16.38-beta-20250115-235439-bb5a1c1b

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
@@ -1445,6 +1445,10 @@ type BlockletDocker {
1445
1445
  dockerEnvs: [DockerEnvKeyValuePair!]
1446
1446
  }
1447
1447
 
1448
+ type BlockletDockerMeta {
1449
+ image: String
1450
+ }
1451
+
1448
1452
  type BlockletEngine {
1449
1453
  name: String
1450
1454
  displayName: String
@@ -1498,6 +1502,7 @@ type BlockletMeta {
1498
1502
  resource: BlockletResource
1499
1503
  engine: Any
1500
1504
  owner: BlockletMetaOwner
1505
+ docker: BlockletDockerMeta
1501
1506
  }
1502
1507
 
1503
1508
  type BlockletMetaInterface {
@@ -1445,6 +1445,10 @@ type BlockletDocker {
1445
1445
  dockerEnvs: [DockerEnvKeyValuePair!]
1446
1446
  }
1447
1447
 
1448
+ type BlockletDockerMeta {
1449
+ image: String
1450
+ }
1451
+
1448
1452
  type BlockletEngine {
1449
1453
  name: String
1450
1454
  displayName: String
@@ -1498,6 +1502,7 @@ type BlockletMeta {
1498
1502
  resource: BlockletResource
1499
1503
  engine: Any
1500
1504
  owner: BlockletMetaOwner
1505
+ docker: BlockletDockerMeta
1501
1506
  }
1502
1507
 
1503
1508
  type BlockletMetaInterface {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.38-beta-20250110-093740-edc58f78",
6
+ "version": "1.16.38-beta-20250115-235439-bb5a1c1b",
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": "7d1378d7023358e653ca092bfe2dd2c4e4a0aa02",
16
+ "gitHead": "d340d9ee0f1e860cc1ac8ed05e5793765896660a",
17
17
  "devDependencies": {
18
18
  "@wangshijun/ts-protoc-gen": "^0.16.2"
19
19
  }