@abtnode/constant 1.17.5-beta-20251208-123021-e8c53f96 → 1.17.5-beta-20251209-090953-3a59e7ac
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 +10 -2
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -508,7 +508,7 @@ module.exports = Object.freeze({
|
|
|
508
508
|
BLOCKLET_STORE: {
|
|
509
509
|
id: 'zNKqX7D8ZAYa77HgzpoFfnV3BFbcmSRrE9aT',
|
|
510
510
|
name: 'Official Store',
|
|
511
|
-
description: 'ArcBlock official
|
|
511
|
+
description: 'ArcBlock official store for production ready blocklets',
|
|
512
512
|
url: BLOCKLET_STORE_URL,
|
|
513
513
|
logoUrl: '/logo.png',
|
|
514
514
|
maintainer: 'arcblock',
|
|
@@ -516,11 +516,19 @@ module.exports = Object.freeze({
|
|
|
516
516
|
BLOCKLET_STORE_DEV: {
|
|
517
517
|
id: 'zNKmfUatDhzfMVACfr3u97eqndj8f1yXXw3m',
|
|
518
518
|
name: 'Dev Store',
|
|
519
|
-
description: 'ArcBlock
|
|
519
|
+
description: 'ArcBlock official store for demo and example blocklets',
|
|
520
520
|
url: BLOCKLET_STORE_URL_DEV,
|
|
521
521
|
maintainer: 'arcblock',
|
|
522
522
|
logoUrl: '/logo.png',
|
|
523
523
|
},
|
|
524
|
+
BLOCKLET_TEST_STORE: {
|
|
525
|
+
id: 'zNKirQVRx4xbyTPMkvH3kguRfofTJana8WBK',
|
|
526
|
+
name: 'Test Store',
|
|
527
|
+
description: 'ArcBlock official store for non-production ready blocklets',
|
|
528
|
+
url: TEST_STORE_URL,
|
|
529
|
+
maintainer: 'arcblock',
|
|
530
|
+
logoUrl: '/logo.png',
|
|
531
|
+
},
|
|
524
532
|
|
|
525
533
|
// application is a container, components have no hierarchy and are tiled in application
|
|
526
534
|
APP_STRUCT_VERSION: '2',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.17.5-beta-
|
|
6
|
+
"version": "1.17.5-beta-20251209-090953-3a59e7ac",
|
|
7
7
|
"description": "ABT Node constants",
|
|
8
8
|
"main": "index.js",
|
|
9
9
|
"files": [
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
},
|
|
18
18
|
"author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "514964082a28e8c6658d9a62cf283811dd6a8baf"
|
|
21
21
|
}
|