@stephansama/auto-readme 0.2.6 → 0.2.7
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/README.md +3 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -3,6 +3,8 @@
|
|
|
3
3
|
[](https://github.com/stephansama/packages/tree/main/core/auto-readme)
|
|
4
4
|
[](https://packages.stephansama.info/api/@stephansama/auto-readme)
|
|
5
5
|
[](https://www.npmx.dev/package/@stephansama/auto-readme)
|
|
6
|
+
[](https://jsr.io/@stephansama/auto-readme)
|
|
7
|
+
[](https://socket.dev/npm/package/@stephansama/auto-readme/overview)
|
|
6
8
|
[](https://www.npmx.dev/package/@stephansama/auto-readme)
|
|
7
9
|
|
|
8
10
|
Generate lists and tables for your README automagically based on your repository
|
|
@@ -142,7 +144,7 @@ disableEmojis: true
|
|
|
142
144
|
#### JavaScript Example
|
|
143
145
|
|
|
144
146
|
```javascript
|
|
145
|
-
/** @type {import(
|
|
147
|
+
/** @type {import("@stephansama/auto-readme").Config} */
|
|
146
148
|
export default {
|
|
147
149
|
disableEmojis: true,
|
|
148
150
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stephansama/auto-readme",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "Generate lists and tables for your README automagically based on your repository and comments",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"auto",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"@manypkg/get-packages": "^3.1.0",
|
|
53
53
|
"cosmiconfig": "9.0.0",
|
|
54
54
|
"debug": "^4.4.3",
|
|
55
|
-
"deepmerge": "
|
|
55
|
+
"deepmerge": "4.3.1",
|
|
56
56
|
"fast-glob": "^3.3.3",
|
|
57
57
|
"handlebars": "4.7.8",
|
|
58
58
|
"markdown-table": "^3.0.4",
|
|
@@ -73,13 +73,13 @@
|
|
|
73
73
|
"zod2md": "^0.2.5"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
|
-
"@types/debug": "
|
|
77
|
-
"@types/mdast": "
|
|
78
|
-
"@types/vfile": "
|
|
79
|
-
"@types/yargs": "
|
|
80
|
-
"mdast": "
|
|
76
|
+
"@types/debug": "4.1.12",
|
|
77
|
+
"@types/mdast": "4.0.4",
|
|
78
|
+
"@types/vfile": "4.0.0",
|
|
79
|
+
"@types/yargs": "17.0.35",
|
|
80
|
+
"mdast": "3.0.0",
|
|
81
81
|
"tsdown": "0.15.12",
|
|
82
|
-
"unified": "
|
|
82
|
+
"unified": "11.0.5"
|
|
83
83
|
},
|
|
84
84
|
"publishConfig": {
|
|
85
85
|
"access": "public",
|