@powerlines/plugin-automd 0.1.284 → 0.1.286
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/dist/node_modules/.pnpm/{acorn@8.15.0 → acorn@8.16.0}/node_modules/acorn/dist/acorn.cjs +116 -59
- package/dist/node_modules/.pnpm/{acorn@8.15.0 → acorn@8.16.0}/node_modules/acorn/dist/acorn.mjs +116 -59
- package/dist/node_modules/.pnpm/acorn@8.16.0/node_modules/acorn/dist/acorn.mjs.map +1 -0
- package/dist/node_modules/.pnpm/mlly@1.8.0/node_modules/mlly/dist/index.cjs +1 -1
- package/dist/node_modules/.pnpm/mlly@1.8.0/node_modules/mlly/dist/index.mjs +1 -1
- package/package.json +4 -4
- package/dist/node_modules/.pnpm/acorn@8.15.0/node_modules/acorn/dist/acorn.mjs.map +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_rolldown_runtime = require('../../../../../../_virtual/rolldown_runtime.cjs');
|
|
2
2
|
const require_pathe_M_eThtNZ = require('../../../../pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.cjs');
|
|
3
|
-
const require_acorn = require('../../../../acorn@8.
|
|
3
|
+
const require_acorn = require('../../../../acorn@8.16.0/node_modules/acorn/dist/acorn.cjs');
|
|
4
4
|
const require_index = require('../../../../ufo@1.6.3/node_modules/ufo/dist/index.cjs');
|
|
5
5
|
let node_fs = require("node:fs");
|
|
6
6
|
node_fs = require_rolldown_runtime.__toESM(node_fs);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { isAbsolute as isAbsolute$1 } from "../../../../pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.mjs";
|
|
2
|
-
import { tokenizer } from "../../../../acorn@8.
|
|
2
|
+
import { tokenizer } from "../../../../acorn@8.16.0/node_modules/acorn/dist/acorn.mjs";
|
|
3
3
|
import { joinURL } from "../../../../ufo@1.6.3/node_modules/ufo/dist/index.mjs";
|
|
4
4
|
import { builtinModules, createRequire } from "node:module";
|
|
5
5
|
import fs, { promises, realpathSync, statSync } from "node:fs";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-automd",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.286",
|
|
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.
|
|
115
|
+
"powerlines": "^0.38.53"
|
|
116
116
|
},
|
|
117
117
|
"devDependencies": {
|
|
118
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
118
|
+
"@powerlines/plugin-plugin": "^0.12.237",
|
|
119
119
|
"@types/node": "^24.10.13",
|
|
120
120
|
"automd": "^0.4.3"
|
|
121
121
|
},
|
|
122
122
|
"publishConfig": { "access": "public" },
|
|
123
|
-
"gitHead": "
|
|
123
|
+
"gitHead": "05b0ca82045a4e7e1c4032aa3cf40295dcb50ae1"
|
|
124
124
|
}
|