@powerlines/plugin-automd 0.1.351 → 0.1.353
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerlines/plugin-automd",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.353",
|
|
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"],
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"files": ["dist/**/*"],
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@stryke/convert": "^0.6.54",
|
|
108
|
-
"@stryke/fs": "^0.33.
|
|
108
|
+
"@stryke/fs": "^0.33.60",
|
|
109
109
|
"@stryke/path": "^0.27.0",
|
|
110
110
|
"@stryke/type-checks": "^0.5.39",
|
|
111
111
|
"@stryke/types": "^0.10.53",
|
|
@@ -114,12 +114,12 @@
|
|
|
114
114
|
"markdown-toc": "^1.2.0"
|
|
115
115
|
},
|
|
116
116
|
"devDependencies": {
|
|
117
|
-
"@powerlines/plugin-plugin": "^0.12.
|
|
117
|
+
"@powerlines/plugin-plugin": "^0.12.304",
|
|
118
118
|
"@types/node": "^25.5.0",
|
|
119
119
|
"automd": "^0.4.3"
|
|
120
120
|
},
|
|
121
121
|
"peerDependencies": { "automd": ">=0.4.3" },
|
|
122
122
|
"peerDependenciesMeta": { "automd": { "optional": false } },
|
|
123
123
|
"publishConfig": { "access": "public" },
|
|
124
|
-
"gitHead": "
|
|
124
|
+
"gitHead": "a1a628f5572bdf69729d5f7504c63bfd7513785f"
|
|
125
125
|
}
|