@abtnode/constant 1.16.45-beta-20250612-231219-481217be → 1.16.45-beta-20250614-101901-d1700f8d

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
@@ -756,6 +756,7 @@ module.exports = Object.freeze({
756
756
  readNotifications: true,
757
757
  unreadNotifications: true,
758
758
  launchBlockletByLauncher: true,
759
+ launchBlockletWithoutWallet: true,
759
760
  },
760
761
  NOTIFICATION_SEND_STATUS: {
761
762
  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-20250612-231219-481217be",
6
+ "version": "1.16.45-beta-20250614-101901-d1700f8d",
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": "01a3fb21f16a515e2565d12797baeda5fdf585b0"
23
+ "gitHead": "5fb4c294b2754d660fa946ac85c962edb2deaad2"
24
24
  }