@abtnode/schema 1.16.38-beta-20250110-003414-d3c1bfbd → 1.16.38-beta-20250114-011103-277f0108
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 +5 -0
- package/lib/schema.graphqls +5 -0
- package/package.json +2 -2
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 {
|
package/lib/schema.graphqls
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 {
|
package/package.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
"publishConfig": {
|
4
4
|
"access": "public"
|
5
5
|
},
|
6
|
-
"version": "1.16.38-beta-
|
6
|
+
"version": "1.16.38-beta-20250114-011103-277f0108",
|
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": "
|
16
|
+
"gitHead": "9e4d26709a9d8b01f6a0a9158220da8504132997",
|
17
17
|
"devDependencies": {
|
18
18
|
"@wangshijun/ts-protoc-gen": "^0.16.2"
|
19
19
|
}
|