@abtnode/constant 1.17.3-beta-20251125-042047-1bcefd39 → 1.17.3-beta-20251127-063055-94957209

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 +3 -0
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -772,6 +772,9 @@ module.exports = Object.freeze({
772
772
  SDK_ALLOWED_METHODS: {
773
773
  configBlocklet: true,
774
774
  configNavigations: true,
775
+ addRoutingRule: true,
776
+ updateRoutingRule: true,
777
+ deleteRoutingRule: true,
775
778
  },
776
779
  // 这些接口可以跳过 ACCESS VERIFY
777
780
  SKIP_ACCESS_VERIFY_METHODS: {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.17.3-beta-20251125-042047-1bcefd39",
6
+ "version": "1.17.3-beta-20251127-063055-94957209",
7
7
  "description": "ABT Node constants",
8
8
  "main": "index.js",
9
9
  "files": [
@@ -17,5 +17,5 @@
17
17
  },
18
18
  "author": "polunzh <polunzh@gmail.com> (http://github.com/polunzh)",
19
19
  "license": "Apache-2.0",
20
- "gitHead": "aa12c79fd75c9e7e06c3f3255bb73e278eec02d4"
20
+ "gitHead": "80dac020e9642b7e51c6a142c526cdecb75217a9"
21
21
  }