@powerlines/plugin-automd 0.1.247 → 0.1.248

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.mjs +1 -1
  2. package/package.json +4 -4
package/dist/index.mjs CHANGED
@@ -9318,7 +9318,7 @@ ${cmd}${name}${versionSuffix}${args.args ? ` ${args.args}` : ""}`);
9318
9318
  const fetch = defineGenerator({
9319
9319
  name: "fetch",
9320
9320
  async generate({ args }) {
9321
- const { $fetch } = await import("./node-BE0IsiNO.mjs");
9321
+ const { $fetch } = await import("./node-d_BpkPSt.mjs");
9322
9322
  let url = args.url;
9323
9323
  if (!url) throw new Error("URL is required!");
9324
9324
  if (url.startsWith("gh:")) url = `https://raw.githubusercontent.com/${url.slice(3)}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-automd",
3
- "version": "0.1.247",
3
+ "version": "0.1.248",
4
4
  "type": "module",
5
5
  "description": "A Powerlines plugin to maintain a project's markdown files using AutoMD generators.",
6
6
  "repository": {
@@ -112,13 +112,13 @@
112
112
  "c12": "^3.3.3",
113
113
  "defu": "^6.1.4",
114
114
  "markdown-toc": "^1.2.0",
115
- "powerlines": "^0.38.14"
115
+ "powerlines": "^0.38.15"
116
116
  },
117
117
  "devDependencies": {
118
- "@powerlines/plugin-plugin": "^0.12.198",
118
+ "@powerlines/plugin-plugin": "^0.12.199",
119
119
  "@types/node": "^24.10.9",
120
120
  "automd": "^0.4.2"
121
121
  },
122
122
  "publishConfig": { "access": "public" },
123
- "gitHead": "1acb301f822c9c1e37ac7dfeed3c2253b1f16b3e"
123
+ "gitHead": "3137c5a27017b9c9a371a0e8997014f994edb1ee"
124
124
  }