@blocklet/constant 1.16.25-beta-708d1e12 → 1.16.25-beta-e3dbef52

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.
Files changed (3) hide show
  1. package/index.d.ts +3 -0
  2. package/index.js +4 -1
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -917,6 +917,9 @@ export declare const BLOCKLET_CONFIGURABLE_KEY: {
917
917
  export declare const DID_SPACES: {
918
918
  VC_TYPES: string[];
919
919
  NFT_TAG: string;
920
+ AUTHORIZE: {
921
+ DEFAULT_SCOPE: string;
922
+ };
920
923
  };
921
924
  export declare const BLOCKLET_APP_SPACE_REQUIREMENT: {
922
925
  REQUIRED: string;
package/index.js CHANGED
@@ -1077,7 +1077,10 @@ var BLOCKLET_CONFIGURABLE_KEY = {
1077
1077
  };
1078
1078
  var DID_SPACES = {
1079
1079
  VC_TYPES: ["PersonalSpaceVerifiableCredential", "EnterpriseSpaceVerifiableCredential", "DIDSpaceAppAuthCredential"],
1080
- NFT_TAG: "did-space-purchase-nft"
1080
+ NFT_TAG: "did-space-purchase-nft",
1081
+ AUTHORIZE: {
1082
+ DEFAULT_SCOPE: "list:object read:object write:object"
1083
+ }
1081
1084
  };
1082
1085
  var BLOCKLET_APP_SPACE_REQUIREMENT = {
1083
1086
  // 安装应用的时候,启动流程必须绑定 DID Space
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.25-beta-708d1e12",
6
+ "version": "1.16.25-beta-e3dbef52",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "type": "commonjs",
@@ -36,5 +36,5 @@
36
36
  "ts-jest": "^29.1.1",
37
37
  "typescript": "^5.0.4"
38
38
  },
39
- "gitHead": "2abdc1c1a5c3c74926052acee6fed3cb99e96714"
39
+ "gitHead": "a740380dd98d1677f7da1233d753f28ea50f77ce"
40
40
  }