@bemoje/devkit 2.1.2 → 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 +1 -1
- package/devkit.cjs.map +1 -1
- package/package.json +1 -1
package/cli.mjs
CHANGED
package/devkit.cjs
CHANGED
|
@@ -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();
|