@abtnode/schema 1.6.20 → 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 CHANGED
@@ -813,8 +813,10 @@ type LatestBlockletVersion {
813
813
  type LauncherInfo {
814
814
  did: String
815
815
  type: String
816
- cloudService: String
816
+ provider: String
817
817
  url: String
818
+ tag: String
819
+ chainHost: String
818
820
  }
819
821
 
820
822
  type MatchedSites {
@@ -883,7 +885,7 @@ type NodeState {
883
885
  ownerNft: OwnerNft
884
886
  diskAlertThreshold: Uint32
885
887
  trustedPassports: [TrustedPassport!]
886
- launcherInfo: LauncherInfo
888
+ launcher: LauncherInfo
887
889
  enablePassportIssuance: Boolean
888
890
  didRegistry: String
889
891
  didDomain: String
@@ -813,8 +813,10 @@ type LatestBlockletVersion {
813
813
  type LauncherInfo {
814
814
  did: String
815
815
  type: String
816
- cloudService: String
816
+ provider: String
817
817
  url: String
818
+ tag: String
819
+ chainHost: String
818
820
  }
819
821
 
820
822
  type MatchedSites {
@@ -883,7 +885,7 @@ type NodeState {
883
885
  ownerNft: OwnerNft
884
886
  diskAlertThreshold: Uint32
885
887
  trustedPassports: [TrustedPassport!]
886
- launcherInfo: LauncherInfo
888
+ launcher: LauncherInfo
887
889
  enablePassportIssuance: Boolean
888
890
  didRegistry: String
889
891
  didDomain: String
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.20",
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": "e695a9fa4e2cbf7fcef554be3309090c37919d94"
16
+ "gitHead": "864ae21711c119948475057a1f634fd7d16ae91a"
17
17
  }