@fern-api/fern-api-dev 5.7.6-3-gd8ee8ddb229 → 5.7.7
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 +5 -5
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -622577,7 +622577,7 @@ var AccessTokenPosthogManager = class {
|
|
|
622577
622577
|
properties: {
|
|
622578
622578
|
...event,
|
|
622579
622579
|
...event.properties,
|
|
622580
|
-
version: "5.7.
|
|
622580
|
+
version: "5.7.7",
|
|
622581
622581
|
usingAccessToken: true
|
|
622582
622582
|
}
|
|
622583
622583
|
});
|
|
@@ -622631,7 +622631,7 @@ var UserPosthogManager = class {
|
|
|
622631
622631
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
622632
622632
|
event: "CLI",
|
|
622633
622633
|
properties: {
|
|
622634
|
-
version: "5.7.
|
|
622634
|
+
version: "5.7.7",
|
|
622635
622635
|
...event,
|
|
622636
622636
|
...event.properties,
|
|
622637
622637
|
usingAccessToken: false,
|
|
@@ -846991,7 +846991,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
846991
846991
|
var LOGS_FOLDER_NAME = "logs";
|
|
846992
846992
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
846993
846993
|
function getCliSource() {
|
|
846994
|
-
const version7 = "5.7.
|
|
846994
|
+
const version7 = "5.7.7";
|
|
846995
846995
|
return `cli@${version7}`;
|
|
846996
846996
|
}
|
|
846997
846997
|
var DebugLogger = class {
|
|
@@ -859607,7 +859607,7 @@ var LegacyDocsPublisher = class {
|
|
|
859607
859607
|
previewId,
|
|
859608
859608
|
disableTemplates: void 0,
|
|
859609
859609
|
skipUpload,
|
|
859610
|
-
cliVersion: "5.7.
|
|
859610
|
+
cliVersion: "5.7.7",
|
|
859611
859611
|
loginCommand: "fern auth login"
|
|
859612
859612
|
});
|
|
859613
859613
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -934049,7 +934049,7 @@ var CliContext = class _CliContext {
|
|
|
934049
934049
|
if (false) {
|
|
934050
934050
|
this.logger.error("CLI_VERSION is not defined");
|
|
934051
934051
|
}
|
|
934052
|
-
return "5.7.
|
|
934052
|
+
return "5.7.7";
|
|
934053
934053
|
}
|
|
934054
934054
|
getCliName() {
|
|
934055
934055
|
if (false) {
|
package/package.json
CHANGED