@datalackey/update-markdown-toc 1.1.10 → 1.1.11

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -354,7 +354,7 @@ The intended workflow is:
354
354
 
355
355
  This package is one component of a small ecosystem of JavaScript tooling plugins maintained as individual npm packages in this repository.
356
356
  The versioning and release of these packages is governed by a coordinated release policy, and
357
- the packages adhere to common architectural policies (ESM-only, Node 18+, strict TypeScript configuration)
357
+ the packages adhere to common design and architectural principles policies
358
358
  that are more completely described [here](../README.md).
359
359
 
360
360
  ## Known Limitations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datalackey/update-markdown-toc",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Auto-generate Table of Contents for a Markdown file (or files, recursively from a top level folder)",
5
5
  "license": "MIT",
6
6
  "type": "module",