@abtnode/constant 1.16.46-beta-20250703-024219-4029ee97 → 1.16.46-beta-20250704-234926-09d872ad

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 +1 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -758,6 +758,7 @@ module.exports = Object.freeze({
758
758
  launchBlockletByLauncher: true,
759
759
  launchBlockletWithoutWallet: true,
760
760
  backupBlocklet: true,
761
+ destroySelf: true,
761
762
  },
762
763
  NOTIFICATION_SEND_STATUS: {
763
764
  PENDING: 0, // 待发送
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.46-beta-20250703-024219-4029ee97",
6
+ "version": "1.16.46-beta-20250704-234926-09d872ad",
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": "0d35eb314598b28948e267212d98e7d820c75216"
23
+ "gitHead": "1767a642c60fcfada6be69de0e68c5d269489e5d"
24
24
  }