@abtnode/constant 1.16.52 → 1.16.53-beta-20251009-113612-7a16b6a0

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 +4 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -753,6 +753,10 @@ module.exports = Object.freeze({
753
753
  checkDomains: true,
754
754
  isDidDomain: true,
755
755
  },
756
+ SDK_ALLOWED_METHODS: {
757
+ configBlocklet: true,
758
+ configNavigations: true,
759
+ },
756
760
  // 这些接口可以跳过 ACCESS VERIFY
757
761
  SKIP_ACCESS_VERIFY_METHODS: {
758
762
  makeAllNotificationsAsRead: true,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.52",
6
+ "version": "1.16.53-beta-20251009-113612-7a16b6a0",
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": "80c999e25b5395854cc7f8860f54b34c6b5cf1f4"
23
+ "gitHead": "cb28aceba798cdfe4073bb6df9514c09aa3587ba"
24
24
  }