@abtnode/schema 1.6.17 → 1.6.21
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
|
@@ -545,6 +545,7 @@ type AccessKey {
|
|
|
545
545
|
|
|
546
546
|
type BlockletCapabilities {
|
|
547
547
|
clusterMode: Boolean
|
|
548
|
+
component: Boolean
|
|
548
549
|
}
|
|
549
550
|
|
|
550
551
|
type BlockletDiff {
|
|
@@ -812,8 +813,10 @@ type LatestBlockletVersion {
|
|
|
812
813
|
type LauncherInfo {
|
|
813
814
|
did: String
|
|
814
815
|
type: String
|
|
815
|
-
|
|
816
|
+
provider: String
|
|
816
817
|
url: String
|
|
818
|
+
tag: String
|
|
819
|
+
chainHost: String
|
|
817
820
|
}
|
|
818
821
|
|
|
819
822
|
type MatchedSites {
|
|
@@ -882,7 +885,7 @@ type NodeState {
|
|
|
882
885
|
ownerNft: OwnerNft
|
|
883
886
|
diskAlertThreshold: Uint32
|
|
884
887
|
trustedPassports: [TrustedPassport!]
|
|
885
|
-
|
|
888
|
+
launcher: LauncherInfo
|
|
886
889
|
enablePassportIssuance: Boolean
|
|
887
890
|
didRegistry: String
|
|
888
891
|
didDomain: String
|
package/lib/schema.graphqls
CHANGED
|
@@ -545,6 +545,7 @@ type AccessKey {
|
|
|
545
545
|
|
|
546
546
|
type BlockletCapabilities {
|
|
547
547
|
clusterMode: Boolean
|
|
548
|
+
component: Boolean
|
|
548
549
|
}
|
|
549
550
|
|
|
550
551
|
type BlockletDiff {
|
|
@@ -812,8 +813,10 @@ type LatestBlockletVersion {
|
|
|
812
813
|
type LauncherInfo {
|
|
813
814
|
did: String
|
|
814
815
|
type: String
|
|
815
|
-
|
|
816
|
+
provider: String
|
|
816
817
|
url: String
|
|
818
|
+
tag: String
|
|
819
|
+
chainHost: String
|
|
817
820
|
}
|
|
818
821
|
|
|
819
822
|
type MatchedSites {
|
|
@@ -882,7 +885,7 @@ type NodeState {
|
|
|
882
885
|
ownerNft: OwnerNft
|
|
883
886
|
diskAlertThreshold: Uint32
|
|
884
887
|
trustedPassports: [TrustedPassport!]
|
|
885
|
-
|
|
888
|
+
launcher: LauncherInfo
|
|
886
889
|
enablePassportIssuance: Boolean
|
|
887
890
|
didRegistry: String
|
|
888
891
|
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.21",
|
|
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": "864ae21711c119948475057a1f634fd7d16ae91a"
|
|
17
17
|
}
|