@blocklet/constant 1.8.63 → 1.8.64-beta-0b5ede51

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 (2) hide show
  1. package/index.js +2 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -210,6 +210,8 @@ module.exports = Object.freeze({
210
210
  BLOCKLET_WALLET_TYPE: 'BLOCKLET_WALLET_TYPE',
211
211
  BLOCKLET_DELETABLE: 'BLOCKLET_DELETABLE',
212
212
  BLOCKLET_APP_SPACE_ENDPOINT: 'BLOCKLET_APP_SPACE_ENDPOINT',
213
+ // 保存 did spaces 的地址
214
+ BLOCKLET_APP_SPACES_URL: 'BLOCKLET_APP_SPACES_URL',
213
215
 
214
216
  // Component Key
215
217
  COMPONENT_ACCESS_WHO: 'COMPONENT_ACCESS_WHO',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.63",
6
+ "version": "1.8.64-beta-0b5ede51",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.5.1"
22
22
  },
23
- "gitHead": "69c7bf7f79fbabc8718d8ec0c6fb36ce9477cfd8"
23
+ "gitHead": "fbb72fdf88ea44c949ea951b84ab0506805bda7d"
24
24
  }