@next-core/next-docs 1.2.235 → 1.2.238

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,30 @@
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.238](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.237...@next-core/next-docs@1.2.238) (2022-04-08)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
14
+ ## [1.2.237](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.236...@next-core/next-docs@1.2.237) (2022-04-07)
15
+
16
+ **Note:** Version bump only for package @next-core/next-docs
17
+
18
+
19
+
20
+
21
+
22
+ ## [1.2.236](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.235...@next-core/next-docs@1.2.236) (2022-04-07)
23
+
24
+ **Note:** Version bump only for package @next-core/next-docs
25
+
26
+
27
+
28
+
29
+
6
30
  ## [1.2.235](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.234...@next-core/next-docs@1.2.235) (2022-04-06)
7
31
 
8
32
  **Note:** Version bump only for package @next-core/next-docs
@@ -25,5 +25,6 @@ export interface Contract
25
25
  | [name](./brick-types.contract.name.md) | string | |
26
26
  | [namespaceId](./brick-types.contract.namespaceid.md) | string | |
27
27
  | [response](./brick-types.contract.response.md) | { wrapper?: boolean; type?: "file" \| "object"; } | |
28
+ | [serviceName](./brick-types.contract.servicename.md) | string | |
28
29
  | [version](./brick-types.contract.version.md) | string | |
29
30
 
@@ -0,0 +1,19 @@
1
+ ---
2
+ id: brick-types.contract.servicename
3
+ title: Contract.serviceName
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; [Contract](./brick-types.contract.md) &gt; [serviceName](./brick-types.contract.servicename.md)
11
+
12
+ ## Contract.serviceName property
13
+
14
+ **Signature:**
15
+
16
+ ```typescript
17
+ serviceName?: string;
18
+ ```
19
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.235",
3
+ "version": "1.2.238",
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.117.0",
25
- "@next-core/brick-types": "^2.61.1",
24
+ "@next-core/brick-kit": "^2.117.3",
25
+ "@next-core/brick-types": "^2.61.2",
26
26
  "fs-extra": "^10.0.1"
27
27
  },
28
- "gitHead": "073e810699d616b76f5ce2e99a5d2fddce75bf07"
28
+ "gitHead": "413cf9ff555e368e886db19cfcc3ff7c73b3f496"
29
29
  }