@blocklet/constant 1.16.7 → 1.16.8-beta-ca58a421
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/index.js +6 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -240,9 +240,14 @@ module.exports = Object.freeze({
|
|
|
240
240
|
BLOCKLET_PASSPORT_COLOR: 'BLOCKLET_PASSPORT_COLOR',
|
|
241
241
|
BLOCKLET_WALLET_TYPE: 'BLOCKLET_WALLET_TYPE', // deprecated
|
|
242
242
|
BLOCKLET_DELETABLE: 'BLOCKLET_DELETABLE',
|
|
243
|
+
|
|
244
|
+
// 应用使用 DID Spaces 存储 文件/nft 的时候使用的环境变量
|
|
243
245
|
BLOCKLET_APP_SPACE_ENDPOINT: 'BLOCKLET_APP_SPACE_ENDPOINT',
|
|
244
|
-
// 保存 did spaces 的地址
|
|
245
246
|
BLOCKLET_APP_SPACES_URL: 'BLOCKLET_APP_SPACES_URL',
|
|
247
|
+
|
|
248
|
+
// 应用使用 DID Spaces 备份的时候使用的环境变量
|
|
249
|
+
BLOCKLET_APP_BACKUP_ENDPOINT: 'BLOCKLET_APP_BACKUP_ENDPOINT',
|
|
250
|
+
|
|
246
251
|
BLOCKLET_APP_CHAIN_HOST: 'BLOCKLET_APP_CHAIN_HOST',
|
|
247
252
|
BLOCKLET_APP_CHAIN_TYPE: 'BLOCKLET_APP_CHAIN_TYPE',
|
|
248
253
|
BLOCKLET_APP_CHAIN_ID: 'BLOCKLET_APP_CHAIN_ID',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.8-beta-ca58a421",
|
|
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": "
|
|
23
|
+
"gitHead": "d0f724c8082572a01b6e9287df6c3d0663ec9c57"
|
|
24
24
|
}
|