@powerlines/plugin-automd 0.1.397 → 0.1.399

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/dist/index.cjs +2 -2
  2. package/package.json +3 -3
package/dist/index.cjs CHANGED
@@ -10,9 +10,9 @@ let _stryke_path_replace = require("@stryke/path/replace");
10
10
  let automd = require("automd");
11
11
  let c12 = require("c12");
12
12
  let defu = require("defu");
13
- defu = require_runtime.__toESM(defu);
13
+ defu = require_runtime.__toESM(defu, 1);
14
14
  let markdown_toc = require("markdown-toc");
15
- markdown_toc = require_runtime.__toESM(markdown_toc);
15
+ markdown_toc = require_runtime.__toESM(markdown_toc, 1);
16
16
 
17
17
  //#region src/index.ts
18
18
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-automd",
3
- "version": "0.1.397",
3
+ "version": "0.1.399",
4
4
  "private": false,
5
5
  "description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
6
6
  "keywords": ["automd", "powerlines", "storm-software", "powerlines-plugin"],
@@ -114,10 +114,10 @@
114
114
  "markdown-toc": "^1.2.0"
115
115
  },
116
116
  "devDependencies": {
117
- "@powerlines/plugin-plugin": "^0.12.348",
117
+ "@powerlines/plugin-plugin": "^0.12.350",
118
118
  "@types/node": "^25.6.0",
119
119
  "automd": "^0.4.3"
120
120
  },
121
121
  "publishConfig": { "access": "public" },
122
- "gitHead": "9cec72510580fd8ee2cafc64ccae8ca65e7746a4"
122
+ "gitHead": "53fe118324ce5a30936fc934f219781021d72844"
123
123
  }