fireflyy 4.0.0-dev.352994a → 4.0.0-dev.4721ae4
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { c as notFoundErrAsync } from "./result.constructors-C9M1MP3_.js";
|
|
2
|
-
import { n as wrapPromise } from "./result.utilities-
|
|
2
|
+
import { n as wrapPromise } from "./result.utilities-DC5shlhT.js";
|
|
3
3
|
import { t as withDryRun } from "./dry-run-BfYCtldz.js";
|
|
4
4
|
|
|
5
5
|
//#region src/services/implementations/filesystem.service.ts
|
package/dist/main.js
CHANGED
|
@@ -71,7 +71,7 @@ const logger = createConsola({
|
|
|
71
71
|
|
|
72
72
|
//#endregion
|
|
73
73
|
//#region package.json
|
|
74
|
-
var version = "4.0.0-dev.
|
|
74
|
+
var version = "4.0.0-dev.4721ae4";
|
|
75
75
|
var description = " CLI orchestrator for automatic semantic versioning, changelog generation, and creating releases. Built for my own use cases.";
|
|
76
76
|
var dependencies = {
|
|
77
77
|
"c12": "^3.3.2",
|
|
@@ -99,7 +99,7 @@ async function main() {
|
|
|
99
99
|
description,
|
|
100
100
|
gitCliffVersion: dependencies["git-cliff"]?.replace("^", "") || "unknown"
|
|
101
101
|
});
|
|
102
|
-
const { createFireflyCLI } = await import("./program-
|
|
102
|
+
const { createFireflyCLI } = await import("./program-Cw3A_k7R.js");
|
|
103
103
|
createFireflyCLI().parseAsync(process.argv).catch((error) => {
|
|
104
104
|
logger.error("Fatal error:", error);
|
|
105
105
|
process.exit(1);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as RuntimeEnv, t as logger } from "./main.js";
|
|
2
2
|
import { _ as validationError, a as conflictErrAsync, c as notFoundErrAsync, d as validationErrAsync, f as conflictError, h as notFoundError, i as FireflyOkAsync, l as timeoutErrAsync, m as failedError, n as FireflyErrAsync, r as FireflyOk, s as invalidErr, t as FireflyErr, u as validationErr, v as wrapErrorMessage } from "./result.constructors-C9M1MP3_.js";
|
|
3
|
-
import { n as wrapPromise, r as zip3Async, t as ensureNotAsync } from "./result.utilities-
|
|
3
|
+
import { n as wrapPromise, r as zip3Async, t as ensureNotAsync } from "./result.utilities-DC5shlhT.js";
|
|
4
4
|
import { n as parseSchema, t as formatZodErrors } from "./schema.utilities-BGd9t1wm.js";
|
|
5
5
|
import { LogLevels } from "consola";
|
|
6
6
|
import { colors } from "consola/utils";
|
|
@@ -1586,7 +1586,7 @@ function defineService(definition) {
|
|
|
1586
1586
|
*/
|
|
1587
1587
|
const SERVICE_DEFINITIONS = {
|
|
1588
1588
|
fs: defineService({ factory: async ({ basePath }) => {
|
|
1589
|
-
const { createFileSystemService } = await import("./filesystem.service-
|
|
1589
|
+
const { createFileSystemService } = await import("./filesystem.service-BeY7DXz3.js");
|
|
1590
1590
|
return createFileSystemService(basePath);
|
|
1591
1591
|
} }),
|
|
1592
1592
|
packageJson: defineService({
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { d as validationErrAsync, g as toFireflyError, i as FireflyOkAsync, p as createFireflyError } from "./result.constructors-C9M1MP3_.js";
|
|
2
|
-
import { ResultAsync
|
|
2
|
+
import { ResultAsync } from "neverthrow";
|
|
3
3
|
|
|
4
4
|
//#region src/core/result/result.utilities.ts
|
|
5
5
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fireflyy",
|
|
3
|
-
"version": "4.0.0-dev.
|
|
3
|
+
"version": "4.0.0-dev.4721ae4",
|
|
4
4
|
"description": " CLI orchestrator for automatic semantic versioning, changelog generation, and creating releases. Built for my own use cases.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|