@next-core/next-docs 1.2.189 → 1.2.190

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.190](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.189...@next-core/next-docs@1.2.190) (2022-01-07)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.189](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.188...@next-core/next-docs@1.2.189) (2022-01-06)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -23,5 +23,6 @@ export interface MockRule
23
23
 
24
24
  | Property | Type | Description |
25
25
  | --- | --- | --- |
26
+ | [provider](./brick-types.mockrule.provider.md) | string | provider名称 |
26
27
  | [uri](./brick-types.mockrule.uri.md) | string | uri地址 |
27
28
 
@@ -0,0 +1,21 @@
1
+ ---
2
+ id: brick-types.mockrule.provider
3
+ title: MockRule.provider
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; [provider](./brick-types.mockrule.provider.md)
11
+
12
+ ## MockRule.provider property
13
+
14
+ provider名称
15
+
16
+ **Signature:**
17
+
18
+ ```typescript
19
+ provider: string;
20
+ ```
21
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.189",
3
+ "version": "1.2.190",
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.101.2",
25
- "@next-core/brick-types": "^2.55.0",
24
+ "@next-core/brick-kit": "^2.102.0",
25
+ "@next-core/brick-types": "^2.56.0",
26
26
  "fs-extra": "^10.0.0"
27
27
  },
28
- "gitHead": "a4d45236ef9d665707e484b7d9cd6dc4ec3d405d"
28
+ "gitHead": "6644b47c75e47692d6a5893a65e7fb3030899284"
29
29
  }