@abtnode/constant 1.16.49-beta-20250828-131156-98768a61 → 1.16.49-beta-20250829-075052-2563fcb3

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 +0 -6
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -847,17 +847,11 @@ module.exports = Object.freeze({
847
847
  },
848
848
  AIGNE_CONFIG_ENCRYPT_SALT: 'AIGNE_CONFIG_ENCRYPT_SALT',
849
849
  CSP_OFFICIAL_SOURCES: [
850
- 'https://arcblock.io',
851
850
  'https://*.arcblock.io',
852
- 'https://didnames.io',
853
851
  'https://*.didnames.io',
854
- 'https://didwallet.io',
855
852
  'https://*.didwallet.io',
856
- 'https://abtnetwork.io',
857
853
  'https://*.abtnetwork.io',
858
- 'https://didspaces.com',
859
854
  'https://*.didspaces.com',
860
- 'https://blocklet.dev',
861
855
  'https://*.blocklet.dev',
862
856
  'https://domain.didlabs.org',
863
857
  ],
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.49-beta-20250828-131156-98768a61",
6
+ "version": "1.16.49-beta-20250829-075052-2563fcb3",
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": "2d2312333cf9dd50034609c678f2fd777e0ba25a"
23
+ "gitHead": "00522456124ad574b52f682e9debe33864469de0"
24
24
  }