@abtnode/schema 1.6.20 → 1.6.23
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 -2
- package/lib/schema.graphqls +5 -2
- package/package.json +2 -2
package/lib/index.js
CHANGED
|
@@ -683,6 +683,7 @@ type BlockletState {
|
|
|
683
683
|
runtimeInfo: RuntimeInfo
|
|
684
684
|
source: BlockletSource
|
|
685
685
|
deployedFrom: String
|
|
686
|
+
sourceUrl: String
|
|
686
687
|
port: Float32
|
|
687
688
|
interfaces: [BlockletStateInterface!]
|
|
688
689
|
engine: BlockletEngine
|
|
@@ -813,8 +814,10 @@ type LatestBlockletVersion {
|
|
|
813
814
|
type LauncherInfo {
|
|
814
815
|
did: String
|
|
815
816
|
type: String
|
|
816
|
-
|
|
817
|
+
provider: String
|
|
817
818
|
url: String
|
|
819
|
+
tag: String
|
|
820
|
+
chainHost: String
|
|
818
821
|
}
|
|
819
822
|
|
|
820
823
|
type MatchedSites {
|
|
@@ -883,7 +886,7 @@ type NodeState {
|
|
|
883
886
|
ownerNft: OwnerNft
|
|
884
887
|
diskAlertThreshold: Uint32
|
|
885
888
|
trustedPassports: [TrustedPassport!]
|
|
886
|
-
|
|
889
|
+
launcher: LauncherInfo
|
|
887
890
|
enablePassportIssuance: Boolean
|
|
888
891
|
didRegistry: String
|
|
889
892
|
didDomain: String
|
package/lib/schema.graphqls
CHANGED
|
@@ -683,6 +683,7 @@ type BlockletState {
|
|
|
683
683
|
runtimeInfo: RuntimeInfo
|
|
684
684
|
source: BlockletSource
|
|
685
685
|
deployedFrom: String
|
|
686
|
+
sourceUrl: String
|
|
686
687
|
port: Float32
|
|
687
688
|
interfaces: [BlockletStateInterface!]
|
|
688
689
|
engine: BlockletEngine
|
|
@@ -813,8 +814,10 @@ type LatestBlockletVersion {
|
|
|
813
814
|
type LauncherInfo {
|
|
814
815
|
did: String
|
|
815
816
|
type: String
|
|
816
|
-
|
|
817
|
+
provider: String
|
|
817
818
|
url: String
|
|
819
|
+
tag: String
|
|
820
|
+
chainHost: String
|
|
818
821
|
}
|
|
819
822
|
|
|
820
823
|
type MatchedSites {
|
|
@@ -883,7 +886,7 @@ type NodeState {
|
|
|
883
886
|
ownerNft: OwnerNft
|
|
884
887
|
diskAlertThreshold: Uint32
|
|
885
888
|
trustedPassports: [TrustedPassport!]
|
|
886
|
-
|
|
889
|
+
launcher: LauncherInfo
|
|
887
890
|
enablePassportIssuance: Boolean
|
|
888
891
|
didRegistry: String
|
|
889
892
|
didDomain: String
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.6.
|
|
6
|
+
"version": "1.6.23",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "lib/index.js",
|
|
9
9
|
"files": [
|
|
@@ -13,5 +13,5 @@
|
|
|
13
13
|
"keywords": [],
|
|
14
14
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
15
15
|
"license": "MIT",
|
|
16
|
-
"gitHead": "
|
|
16
|
+
"gitHead": "6c478fb7e2a30b302981b5339f349c69134e022e"
|
|
17
17
|
}
|