@blocklet/constant 1.8.28 → 1.8.30

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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -184,6 +184,7 @@ module.exports = Object.freeze({
184
184
  BLOCKLET_APP_DESCRIPTION: 'BLOCKLET_APP_DESCRIPTION',
185
185
  BLOCKLET_APP_SK: 'BLOCKLET_APP_SK',
186
186
  BLOCKLET_APP_LOGO: 'BLOCKLET_APP_LOGO',
187
+ BLOCKLET_APP_LOGO_SQUARE: 'BLOCKLET_APP_LOGO_SQUARE',
187
188
  BLOCKLET_APP_URL: 'BLOCKLET_APP_URL',
188
189
  BLOCKLET_PASSPORT_COLOR: 'BLOCKLET_PASSPORT_COLOR',
189
190
  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.28",
6
+ "version": "1.8.30",
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": "af7aacf5507177600ae563ab597cb42d7223b113"
23
+ "gitHead": "cb294f4ee7382c6ef7692b6c2c33ad080fced13e"
24
24
  }