@abtnode/router-provider 1.16.42-beta-20250416-010627-a89e72e0 → 1.16.43-beta-20250419-231352-c78ac93d

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.
@@ -239,7 +239,7 @@ SecRule REQUEST_HEADERS:tus-resumable "@rx ^1\.0\.0$" \
239
239
  ctl:ruleRemoveById=920420"
240
240
 
241
241
  # Fix: did space connect and restore false positive
242
- SecRule REQUEST_FILENAME "@rx (?:/connect-to-did-space|/one-click-authorization|/restore)" \
242
+ SecRule REQUEST_FILENAME "@rx (?:/connect-to-did-space|/one-click-authorization|/connect-to-did-domain|/restore)" \
243
243
  "id:1009,\
244
244
  phase:1,\
245
245
  pass,\
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/router-provider",
3
- "version": "1.16.42-beta-20250416-010627-a89e72e0",
3
+ "version": "1.16.43-beta-20250419-231352-c78ac93d",
4
4
  "description": "Routing engine implementations for abt node",
5
5
  "author": "polunzh <polunzh@gmail.com>",
6
6
  "homepage": "https://github.com/ArcBlock/blocklet-server#readme",
@@ -32,10 +32,10 @@
32
32
  "url": "https://github.com/ArcBlock/blocklet-server/issues"
33
33
  },
34
34
  "dependencies": {
35
- "@abtnode/constant": "1.16.42-beta-20250416-010627-a89e72e0",
36
- "@abtnode/logger": "1.16.42-beta-20250416-010627-a89e72e0",
37
- "@abtnode/router-templates": "1.16.42-beta-20250416-010627-a89e72e0",
38
- "@abtnode/util": "1.16.42-beta-20250416-010627-a89e72e0",
35
+ "@abtnode/constant": "1.16.43-beta-20250419-231352-c78ac93d",
36
+ "@abtnode/logger": "1.16.43-beta-20250419-231352-c78ac93d",
37
+ "@abtnode/router-templates": "1.16.43-beta-20250419-231352-c78ac93d",
38
+ "@abtnode/util": "1.16.43-beta-20250419-231352-c78ac93d",
39
39
  "@arcblock/http-proxy": "^1.19.1",
40
40
  "@arcblock/is-valid-domain": "^1.0.5",
41
41
  "axios": "^1.7.9",
@@ -60,5 +60,5 @@
60
60
  "bluebird": "^3.7.2",
61
61
  "fs-extra": "^11.2.0"
62
62
  },
63
- "gitHead": "0f69c3b7142f1abcd5ad0283d1df01b50bd22806"
63
+ "gitHead": "207acad34e8ccf318cd7539c1ac717cee7951b53"
64
64
  }