@bemoje/devkit 2.1.1 → 2.1.3
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/cli.mjs +1 -0
- package/devkit.cjs +2 -2
- package/devkit.cjs.map +2 -2
- package/package.json +1 -1
package/cli.mjs
CHANGED
package/devkit.cjs
CHANGED
|
@@ -244154,7 +244154,7 @@ async function renderLibsExportedModules() {
|
|
|
244154
244154
|
if (namedExports.length === 0) {
|
|
244155
244155
|
continue;
|
|
244156
244156
|
}
|
|
244157
|
-
libExports.push(`**${libName}
|
|
244157
|
+
libExports.push(`**${libName}** (see [documentation](./libs/${libName}/README.md))`);
|
|
244158
244158
|
const summaries = librarySummaries.get(libName) || [];
|
|
244159
244159
|
const summaryMap = new Map(
|
|
244160
244160
|
summaries.map((s) => {
|
|
@@ -250208,7 +250208,7 @@ async function missingTsdocFilesAction(_opts, { logger: log }) {
|
|
|
250208
250208
|
__name(missingTsdocFilesAction, "missingTsdocFilesAction");
|
|
250209
250209
|
|
|
250210
250210
|
// src/core/version.ts
|
|
250211
|
-
var version_default = `2.1.
|
|
250211
|
+
var version_default = `2.1.3`;
|
|
250212
250212
|
|
|
250213
250213
|
// src/main.ts
|
|
250214
250214
|
configFile.load();
|