mdat 1.2.1 → 1.2.3

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/bin/cli.js CHANGED
@@ -4605,7 +4605,7 @@ var yargs_default = Yargs;
4605
4605
 
4606
4606
  //#endregion
4607
4607
  //#region package.json
4608
- var version = "1.2.1";
4608
+ var version = "1.2.3";
4609
4609
 
4610
4610
  //#endregion
4611
4611
  //#region node_modules/.pnpm/irregular-plurals@4.2.0/node_modules/irregular-plurals/irregular-plurals.json
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat",
3
- "version": "1.2.1",
3
+ "version": "1.2.3",
4
4
  "description": "CLI tool and TypeScript library implementing the Markdown Autophagic Template (MDAT) system. MDAT lets you use comments as dynamic content templates in Markdown files, making it easy to generate and update readme boilerplate.",
5
5
  "keywords": [
6
6
  "mdat",
@@ -52,7 +52,7 @@
52
52
  "vfile": "^6.0.3"
53
53
  },
54
54
  "devDependencies": {
55
- "@kitschpatrol/shared-config": "^5.8.1",
55
+ "@kitschpatrol/shared-config": "^5.8.2",
56
56
  "bumpp": "^10.3.1",
57
57
  "execa": "^9.6.0",
58
58
  "find-up": "^8.0.0",
@@ -75,7 +75,7 @@
75
75
  "typescript": "~5.9.3",
76
76
  "unplugin-raw": "^0.6.3",
77
77
  "untildify": "^6.0.0",
78
- "vitest": "^4.0.7",
78
+ "vitest": "^4.0.8",
79
79
  "yargs": "^17.7.2",
80
80
  "zod": "^3.25.76"
81
81
  },
File without changes