@next-core/next-docs 1.2.257 → 1.2.258

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.2.258](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.257...@next-core/next-docs@1.2.258) (2022-05-10)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.257](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.256...@next-core/next-docs@1.2.257) (2022-05-09)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -14,7 +14,7 @@ custom_edit_url: null
14
14
  **Signature:**
15
15
 
16
16
  ```typescript
17
- getMockInfo: (requestUrl: string) => {
17
+ getMockInfo: (requestUrl: string, method: string) => {
18
18
  url: string;
19
19
  mockId: string;
20
20
  } | undefined
@@ -23,6 +23,7 @@ export interface MockRule
23
23
 
24
24
  | Property | Type | Description |
25
25
  | --- | --- | --- |
26
+ | [method](./brick-types.mockrule.method.md) | string | method方法 |
26
27
  | [provider](./brick-types.mockrule.provider.md) | string | provider名称 |
27
28
  | [uri](./brick-types.mockrule.uri.md) | string | uri地址 |
28
29
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.mockrule.method
3
+ title: MockRule.method
4
+ hide_title: true
5
+ custom_edit_url: null
6
+ ---
7
+
8
+ <!-- Do not edit this file. It is automatically generated by API Documenter. -->
9
+
10
+ [API Reference](./index.md) &gt; [@next-core/brick-types](./brick-types.md) &gt; [MockRule](./brick-types.mockrule.md) &gt; [method](./brick-types.mockrule.method.md)
11
+
12
+ ## MockRule.method property
13
+
14
+ method方法
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ method?: string;
20
+ ```
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.257",
3
+ "version": "1.2.258",
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",
@@ -21,9 +21,9 @@
21
21
  "sideEffects": false,
22
22
  "devDependencies": {
23
23
  "@easyops-cn/brick-next-pipes": "^0.3.12",
24
- "@next-core/brick-kit": "^2.118.6",
25
- "@next-core/brick-types": "^2.61.6",
24
+ "@next-core/brick-kit": "^2.118.7",
25
+ "@next-core/brick-types": "^2.61.7",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "3b6b938a49e75b32a5dfd7da79dacd60342800d6"
28
+ "gitHead": "bf720c94560b031c3d204848ec75cbe9a5be81c4"
29
29
  }