@next-core/next-docs 1.2.573 → 1.2.576
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(
|
|
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
|
-
|
|
|
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.
|
|
3
|
+
"version": "1.2.576",
|
|
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.
|
|
35
|
+
"@next-core/brick-kit": "^2.208.8",
|
|
36
36
|
"@next-core/brick-types": "^2.101.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "740241fd851b016fa3256b55fc75fb7bc2d661b5"
|
|
40
40
|
}
|