@bemoje/devkit 1.2.0 → 1.2.1
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/cli.mjs → cli.mjs}
RENAMED
|
File without changes
|
|
@@ -250566,7 +250566,7 @@ async function missingTsdocFilesAction(_opts, { logger: log }) {
|
|
|
250566
250566
|
__name(missingTsdocFilesAction, "missingTsdocFilesAction");
|
|
250567
250567
|
|
|
250568
250568
|
// src/core/version.ts
|
|
250569
|
-
var version_default = `1.2.
|
|
250569
|
+
var version_default = `1.2.1`;
|
|
250570
250570
|
|
|
250571
250571
|
// src/main.ts
|
|
250572
250572
|
configFile.load();
|