@abtnode/constant 1.16.26-beta-4831bf3f → 1.16.26-beta-5251ab18

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 +2 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -453,6 +453,7 @@ module.exports = Object.freeze({
453
453
  BLOCKLET_STORE_API_BLOCKLET_PREFIX: '/api/blocklets',
454
454
  BLOCKLET_STORE_META_PATH: '/api/store.json',
455
455
  BLOCKLET_STORE: {
456
+ id: 'zNKqX7D8ZAYa77HgzpoFfnV3BFbcmSRrE9aT',
456
457
  name: 'Official Store',
457
458
  description: 'ArcBlock official blocklet registry',
458
459
  url: BLOCKLET_STORE_URL,
@@ -460,6 +461,7 @@ module.exports = Object.freeze({
460
461
  maintainer: 'arcblock',
461
462
  },
462
463
  BLOCKLET_STORE_DEV: {
464
+ id: 'zNKmfUatDhzfMVACfr3u97eqndj8f1yXXw3m',
463
465
  name: 'Dev Store',
464
466
  description: 'ArcBlock dev registry that contains demo and example blocklets',
465
467
  url: BLOCKLET_STORE_URL_DEV,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.26-beta-4831bf3f",
6
+ "version": "1.16.26-beta-5251ab18",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -20,5 +20,5 @@
20
20
  "devDependencies": {
21
21
  "jest": "^29.7.0"
22
22
  },
23
- "gitHead": "e1b75eed1841ae3589b3f854a9f027f1b7da64ba"
23
+ "gitHead": "759e8dbab81a3ae2fa02f32776fe388d13337da7"
24
24
  }