@abtnode/constant 1.16.49-beta-20250829-075052-2563fcb3 → 1.16.49-beta-20250902-002109-7f238eb8
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 +6 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -862,6 +862,11 @@ module.exports = Object.freeze({
|
|
|
862
862
|
'https://*.did.life',
|
|
863
863
|
'https://*.did.rocks',
|
|
864
864
|
],
|
|
865
|
-
CSP_THIRD_PARTY_SOURCES: [
|
|
865
|
+
CSP_THIRD_PARTY_SOURCES: [
|
|
866
|
+
'https://cdnjs.cloudflare.com',
|
|
867
|
+
'https://js.stripe.com',
|
|
868
|
+
'https://ipapi.co',
|
|
869
|
+
'https://unpkg.com',
|
|
870
|
+
],
|
|
866
871
|
CSP_ICONIFY_SOURCES: ['https://*.simplesvg.com', 'https://*.iconify.design', 'https://*.unisvg.com'],
|
|
867
872
|
});
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.49-beta-
|
|
6
|
+
"version": "1.16.49-beta-20250902-002109-7f238eb8",
|
|
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": "9bee8945b677d3f490bf3620b71f030a25268aa0"
|
|
24
24
|
}
|