@blocklet/constant 1.16.6-beta-79e0bbcc → 1.16.6-beta-56be9f01
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 +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -238,7 +238,7 @@ module.exports = Object.freeze({
|
|
|
238
238
|
BLOCKLET_APP_LOGO_FAVICON: 'BLOCKLET_APP_LOGO_FAVICON',
|
|
239
239
|
BLOCKLET_APP_URL: 'BLOCKLET_APP_URL',
|
|
240
240
|
BLOCKLET_PASSPORT_COLOR: 'BLOCKLET_PASSPORT_COLOR',
|
|
241
|
-
BLOCKLET_WALLET_TYPE: 'BLOCKLET_WALLET_TYPE',
|
|
241
|
+
BLOCKLET_WALLET_TYPE: 'BLOCKLET_WALLET_TYPE', // deprecated
|
|
242
242
|
BLOCKLET_DELETABLE: 'BLOCKLET_DELETABLE',
|
|
243
243
|
BLOCKLET_APP_SPACE_ENDPOINT: 'BLOCKLET_APP_SPACE_ENDPOINT',
|
|
244
244
|
// 保存 did spaces 的地址
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.6-beta-
|
|
6
|
+
"version": "1.16.6-beta-56be9f01",
|
|
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": "f93c24693ed27c4a2821ec33c345696afe6f001a"
|
|
24
24
|
}
|