@abtnode/constant 1.6.0 → 1.6.4

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
@@ -197,6 +197,7 @@ module.exports = Object.freeze({
197
197
  BLOCKLET_STORE_URL: 'https://store.blocklet.dev',
198
198
  BLOCKLET_STORE_URL_DEV: 'https://dev.store.blocklet.dev',
199
199
  BLOCKLET_STORE_API_PREFIX: '/api',
200
+ BLOCKLET_STORE_META_PATH: '/api/store.json',
200
201
 
201
202
  DEFAULT_IP_DNS_DOMAIN_SUFFIX: 'ip.abtnet.io',
202
203
  DEFAULT_DASHBOARD_DOMAIN: '*.ip.abtnet.io',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.0",
6
+ "version": "1.6.4",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^27.3.1"
22
22
  },
23
- "gitHead": "5927d4780b21ce46406857575c44e1a8667eddaa"
23
+ "gitHead": "1c144cb9fb9a9952bc92f25cabbdb47a378cbd24"
24
24
  }