@powerlines/plugin-typedoc 0.10.136 → 0.10.138

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 (1) hide show
  1. package/package.json +6 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@powerlines/plugin-typedoc",
3
- "version": "0.10.136",
3
+ "version": "0.10.138",
4
4
  "type": "module",
5
5
  "description": "A package containing a Powerlines plugin for running TypeDoc on the codebase.",
6
6
  "repository": {
@@ -103,16 +103,15 @@
103
103
  "@storm-software/config-tools": "^1.188.75",
104
104
  "@stryke/fs": "^0.33.27",
105
105
  "@stryke/path": "^0.24.1",
106
- "powerlines": "^0.37.2",
106
+ "defu": "^6.1.4",
107
+ "powerlines": "^0.37.4",
107
108
  "typedoc": "0.25.12",
108
109
  "typedoc-plugin-markdown": "4.0.0-next.20"
109
110
  },
110
111
  "devDependencies": {
111
- "@powerlines/nx": "^0.11.58",
112
- "@storm-software/tsup": "^0.2.73",
113
- "@types/node": "^24.10.4",
114
- "tsup": "8.4.0"
112
+ "@powerlines/plugin-plugin": "^0.12.82",
113
+ "@types/node": "^24.10.4"
115
114
  },
116
115
  "publishConfig": { "access": "public" },
117
- "gitHead": "5a9bfc9333eca98a453682f39a04a0d642930a50"
116
+ "gitHead": "48a35579bd5535a267a420c160c273899920b2e7"
118
117
  }