@blocklet/constant 1.8.48 → 1.8.50

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 +3 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -195,8 +195,10 @@ module.exports = Object.freeze({
195
195
  BLOCKLET_APP_NAME: 'BLOCKLET_APP_NAME',
196
196
  BLOCKLET_APP_DESCRIPTION: 'BLOCKLET_APP_DESCRIPTION',
197
197
  BLOCKLET_APP_SK: 'BLOCKLET_APP_SK',
198
- BLOCKLET_APP_LOGO: 'BLOCKLET_APP_LOGO',
198
+ BLOCKLET_APP_LOGO: 'BLOCKLET_APP_LOGO', // deprecated
199
199
  BLOCKLET_APP_LOGO_SQUARE: 'BLOCKLET_APP_LOGO_SQUARE',
200
+ BLOCKLET_APP_LOGO_RECT: 'BLOCKLET_APP_LOGO_RECT',
201
+ BLOCKLET_APP_LOGO_FAVICON: 'BLOCKLET_APP_LOGO_FAVICON',
200
202
  BLOCKLET_APP_URL: 'BLOCKLET_APP_URL',
201
203
  BLOCKLET_PASSPORT_COLOR: 'BLOCKLET_PASSPORT_COLOR',
202
204
  BLOCKLET_WALLET_TYPE: 'BLOCKLET_WALLET_TYPE',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.8.48",
6
+ "version": "1.8.50",
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": "39979d7a059d5f97442ac7d46604391e6656ac8d"
23
+ "gitHead": "7f3ccb957659a6791b93b6fc4fbcbbd2c42f1efd"
24
24
  }