@abtnode/constant 1.16.52-beta-20251008-094601-8a853b5b → 1.16.52-beta-20251008-095951-3bccac1c
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 +1 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -848,6 +848,7 @@ module.exports = Object.freeze({
|
|
|
848
848
|
'blocklet:write': 'Manage blocklet components and configuration',
|
|
849
849
|
},
|
|
850
850
|
AIGNE_CONFIG_ENCRYPT_SALT: 'AIGNE_CONFIG_ENCRYPT_SALT',
|
|
851
|
+
ASSET_CDN_HOST: 'https://cdn.blocklet.io',
|
|
851
852
|
CSP_OFFICIAL_SOURCES: [
|
|
852
853
|
'https://*.arcblock.io',
|
|
853
854
|
'https://*.didnames.io',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.52-beta-20251008-
|
|
6
|
+
"version": "1.16.52-beta-20251008-095951-3bccac1c",
|
|
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": "ad14c18446ff0123a2d80d6f8203f4d2c0b33b97"
|
|
24
24
|
}
|