@abtnode/constant 1.16.26-beta-bdd2d7c0 → 1.16.26-beta-346cba92
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.
- package/index.js +2 -0
- 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-
|
|
6
|
+
"version": "1.16.26-beta-346cba92",
|
|
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": "
|
|
23
|
+
"gitHead": "389bb6584585302b9b12ec7133c73cb28b0d663b"
|
|
24
24
|
}
|