@next-core/next-docs 1.2.572 → 1.2.574

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.
@@ -16,16 +16,18 @@ custom_edit_url: null
16
16
  **Signature:**
17
17
 
18
18
  ```typescript
19
- export declare function isBlockedPath(pathname: string): boolean;
19
+ export declare function isBlockedPath(pathnameWithQuery: string): boolean;
20
20
  ```
21
21
 
22
22
  ## Parameters
23
23
 
24
24
  | Parameter | Type | Description |
25
25
  | --- | --- | --- |
26
- | pathname | string | |
26
+ | pathnameWithQuery | string | 路径(可包含查询字符串) |
27
27
 
28
28
  **Returns:**
29
29
 
30
30
  boolean
31
31
 
32
+ 是否被屏蔽
33
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.572",
3
+ "version": "1.2.574",
4
4
  "description": "> TODO: description",
5
5
  "homepage": "https://github.com/easyops-cn/next-core/tree/master/packages/next-docs",
6
6
  "license": "GPL-3.0",
@@ -32,9 +32,9 @@
32
32
  "sideEffects": false,
33
33
  "devDependencies": {
34
34
  "@easyops-cn/brick-next-pipes": "^0.7.6",
35
- "@next-core/brick-kit": "^2.208.4",
35
+ "@next-core/brick-kit": "^2.208.6",
36
36
  "@next-core/brick-types": "^2.101.0",
37
37
  "fs-extra": "^10.1.0"
38
38
  },
39
- "gitHead": "52b5108dd4410f161136015cf161df3441febd45"
39
+ "gitHead": "d9d26e5376cbcb97acb2196549e5a82947f8718b"
40
40
  }