@abtnode/constant 1.16.45-beta-20250624-134945-a23c15fc → 1.16.45-beta-20250625-103530-e1f5b0b8

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
@@ -757,6 +757,7 @@ module.exports = Object.freeze({
757
757
  unreadNotifications: true,
758
758
  launchBlockletByLauncher: true,
759
759
  launchBlockletWithoutWallet: true,
760
+ backupBlocklet: true,
760
761
  },
761
762
  NOTIFICATION_SEND_STATUS: {
762
763
  PENDING: 0, // 待发送
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.45-beta-20250624-134945-a23c15fc",
6
+ "version": "1.16.45-beta-20250625-103530-e1f5b0b8",
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": "3b56a1dbe3fea9df0d6b644a1821afae9b376ee8"
23
+ "gitHead": "68ba563213161265ceb38eaec06d43454a341f48"
24
24
  }