@next-core/next-docs 1.2.343 → 1.2.344

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.344](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.343...@next-core/next-docs@1.2.344) (2022-10-08)
7
+
8
+ **Note:** Version bump only for package @next-core/next-docs
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.2.343](https://github.com/easyops-cn/next-core/compare/@next-core/next-docs@1.2.342...@next-core/next-docs@1.2.343) (2022-09-29)
7
15
 
8
16
  **Note:** Version bump only for package @next-core/next-docs
@@ -16,14 +16,14 @@ custom_edit_url: null
16
16
  **Signature:**
17
17
 
18
18
  ```typescript
19
- export declare function handleHttpError(error: Error | HttpFetchError | HttpResponseError | HttpParseError): ReturnType<ModalFunc>;
19
+ export declare function handleHttpError(error: Error | HttpFetchError | HttpResponseError | HttpParseError | HttpAbortError): ReturnType<ModalFunc>;
20
20
  ```
21
21
 
22
22
  ## Parameters
23
23
 
24
24
  | Parameter | Type | Description |
25
25
  | --- | --- | --- |
26
- | error | Error \| HttpFetchError \| HttpResponseError \| HttpParseError | 错误对象。 |
26
+ | error | Error \| HttpFetchError \| HttpResponseError \| HttpParseError \| HttpAbortError | 错误对象。 |
27
27
 
28
28
  **Returns:**
29
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@next-core/next-docs",
3
- "version": "1.2.343",
3
+ "version": "1.2.344",
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.17",
24
- "@next-core/brick-kit": "^2.146.2",
24
+ "@next-core/brick-kit": "^2.147.0",
25
25
  "@next-core/brick-types": "^2.77.0",
26
26
  "fs-extra": "^10.1.0"
27
27
  },
28
- "gitHead": "b58d37ff08ca08eede98c6db8f0f5243fb5b0bde"
28
+ "gitHead": "aaa20b8debb27a734d5cb97bf6192545d995cab1"
29
29
  }