@abtnode/constant 1.7.14 → 1.7.17

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
@@ -241,6 +241,7 @@ module.exports = Object.freeze({
241
241
  BLOCKLET_STORE_URL: 'https://store.blocklet.dev',
242
242
  BLOCKLET_STORE_URL_DEV: 'https://dev.store.blocklet.dev',
243
243
  BLOCKLET_STORE_API_PREFIX: '/api',
244
+ BLOCKLET_STORE_API_BLOCKLET_PREFIX: '/api/blocklets',
244
245
  BLOCKLET_STORE_META_PATH: '/api/store.json',
245
246
 
246
247
  DEFAULT_DID_REGISTRY: 'https://registry.abtnet.io',
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.7.14",
6
+ "version": "1.7.17",
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.4.5"
22
22
  },
23
- "gitHead": "1f3855e6dc8b6d6c91526264e2f63215df6b962c"
23
+ "gitHead": "142a5b1e83ea03647ef9bea8de9bb269c9c82928"
24
24
  }