@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.
Files changed (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -3,6 +3,8 @@
3
3
  [![Source code](https://img.shields.io/badge/Source-666666?style=flat&logo=github&label=Github&labelColor=211F1F)](https://github.com/stephansama/packages/tree/main/core/auto-readme)
4
4
  [![Documentation](https://img.shields.io/badge/Documentation-211F1F?style=flat&logo=Wikibooks&labelColor=211F1F)](https://packages.stephansama.info/api/@stephansama/auto-readme)
5
5
  [![NPM Version](https://img.shields.io/npm/v/%40stephansama%2Fauto-readme?logo=npm&logoColor=red&color=211F1F&labelColor=211F1F)](https://www.npmx.dev/package/@stephansama/auto-readme)
6
+ [![JSR](https://jsr.io/badges/@stephansama/auto-readme)](https://jsr.io/@stephansama/auto-readme)
7
+ [![socket.dev](https://badge.socket.dev/npm/package/@stephansama/auto-readme)](https://socket.dev/npm/package/@stephansama/auto-readme/overview)
6
8
  [![npm downloads](https://img.shields.io/npm/dw/@stephansama/auto-readme?labelColor=211F1F)](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('@stephansama/auto-readme').Config} */
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.6",
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": "^4.3.1",
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": "^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",
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": "^11.0.5"
82
+ "unified": "11.0.5"
83
83
  },
84
84
  "publishConfig": {
85
85
  "access": "public",