@next-core/next-docs 1.2.565 → 1.2.567
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.
|
@@ -18,9 +18,7 @@ custom_edit_url: null
|
|
|
18
18
|
**Signature:**
|
|
19
19
|
|
|
20
20
|
```typescript
|
|
21
|
-
export declare function yamlStringify(value: unknown, indent?: number, opts?:
|
|
22
|
-
sortKeys?: boolean;
|
|
23
|
-
}): string;
|
|
21
|
+
export declare function yamlStringify(value: unknown, indent?: number, opts?: DumpOptions): string;
|
|
24
22
|
```
|
|
25
23
|
|
|
26
24
|
## Parameters
|
|
@@ -29,7 +27,7 @@ export declare function yamlStringify(value: unknown, indent?: number, opts?: {
|
|
|
29
27
|
| --- | --- | --- |
|
|
30
28
|
| value | unknown | 输入值。 |
|
|
31
29
|
| indent | number | 空格缩进数量(默认为 <code>2</code>)。 |
|
|
32
|
-
| opts |
|
|
30
|
+
| opts | DumpOptions | 选项 |
|
|
33
31
|
|
|
34
32
|
**Returns:**
|
|
35
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.567",
|
|
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",
|
|
@@ -31,10 +31,10 @@
|
|
|
31
31
|
},
|
|
32
32
|
"sideEffects": false,
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@easyops-cn/brick-next-pipes": "^0.7.
|
|
35
|
-
"@next-core/brick-kit": "^2.
|
|
34
|
+
"@easyops-cn/brick-next-pipes": "^0.7.3",
|
|
35
|
+
"@next-core/brick-kit": "^2.207.0",
|
|
36
36
|
"@next-core/brick-types": "^2.101.0",
|
|
37
37
|
"fs-extra": "^10.1.0"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "8d91cbaa537115346193c859dd093ae3301e7e55"
|
|
40
40
|
}
|