@fern-api/fern-api-dev 3.95.5 → 3.95.6-1-g47a8ffd45fd
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.cjs +7 -4
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -466349,7 +466349,10 @@ Base generation: ${bootstrapResult.generationCommit.sha.slice(0, 7)}`;
|
|
|
466349
466349
|
`user.name=${replay_1.FERN_BOT_NAME}`,
|
|
466350
466350
|
"-c",
|
|
466351
466351
|
`user.email=${replay_1.FERN_BOT_EMAIL}`,
|
|
466352
|
+
"-c",
|
|
466353
|
+
"commit.gpgsign=false",
|
|
466352
466354
|
"commit",
|
|
466355
|
+
"--no-verify",
|
|
466353
466356
|
"-m",
|
|
466354
466357
|
commitMessage
|
|
466355
466358
|
]);
|
|
@@ -577366,7 +577369,7 @@ var AccessTokenPosthogManager = class {
|
|
|
577366
577369
|
properties: {
|
|
577367
577370
|
...event,
|
|
577368
577371
|
...event.properties,
|
|
577369
|
-
version: "3.95.
|
|
577372
|
+
version: "3.95.6-1-g47a8ffd45fd",
|
|
577370
577373
|
usingAccessToken: true
|
|
577371
577374
|
}
|
|
577372
577375
|
});
|
|
@@ -577475,7 +577478,7 @@ var UserPosthogManager = class {
|
|
|
577475
577478
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
577476
577479
|
event: "CLI",
|
|
577477
577480
|
properties: {
|
|
577478
|
-
version: "3.95.
|
|
577481
|
+
version: "3.95.6-1-g47a8ffd45fd",
|
|
577479
577482
|
...event,
|
|
577480
577483
|
...event.properties,
|
|
577481
577484
|
usingAccessToken: false,
|
|
@@ -763360,7 +763363,7 @@ var import_path40 = __toESM(require("path"), 1);
|
|
|
763360
763363
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
763361
763364
|
var LOGS_FOLDER_NAME = "logs";
|
|
763362
763365
|
function getCliSource() {
|
|
763363
|
-
const version7 = "3.95.
|
|
763366
|
+
const version7 = "3.95.6-1-g47a8ffd45fd";
|
|
763364
763367
|
return `cli@${version7}`;
|
|
763365
763368
|
}
|
|
763366
763369
|
var DebugLogger = class {
|
|
@@ -1127066,7 +1127069,7 @@ var CliContext = class {
|
|
|
1127066
1127069
|
if (false) {
|
|
1127067
1127070
|
this.logger.error("CLI_VERSION is not defined");
|
|
1127068
1127071
|
}
|
|
1127069
|
-
return "3.95.
|
|
1127072
|
+
return "3.95.6-1-g47a8ffd45fd";
|
|
1127070
1127073
|
}
|
|
1127071
1127074
|
getCliName() {
|
|
1127072
1127075
|
if (false) {
|
package/package.json
CHANGED