@abtnode/constant 1.17.3-beta-20251125-042047-1bcefd39 → 1.17.3-beta-20251126-121502-d0926972
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.
- package/index.js +3 -0
- 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-
|
|
6
|
+
"version": "1.17.3-beta-20251126-121502-d0926972",
|
|
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": "
|
|
20
|
+
"gitHead": "7039cacaad2a14a9573371e24e57cbbd6b6525c8"
|
|
21
21
|
}
|