@fern-api/fern-api-dev 5.8.0-3-g7ca2bd1df31 → 5.8.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/cli.cjs +5 -5
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -622586,7 +622586,7 @@ var AccessTokenPosthogManager = class {
|
|
|
622586
622586
|
properties: {
|
|
622587
622587
|
...event,
|
|
622588
622588
|
...event.properties,
|
|
622589
|
-
version: "5.8.
|
|
622589
|
+
version: "5.8.1",
|
|
622590
622590
|
usingAccessToken: true
|
|
622591
622591
|
}
|
|
622592
622592
|
});
|
|
@@ -622640,7 +622640,7 @@ var UserPosthogManager = class {
|
|
|
622640
622640
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
622641
622641
|
event: "CLI",
|
|
622642
622642
|
properties: {
|
|
622643
|
-
version: "5.8.
|
|
622643
|
+
version: "5.8.1",
|
|
622644
622644
|
...event,
|
|
622645
622645
|
...event.properties,
|
|
622646
622646
|
usingAccessToken: false,
|
|
@@ -847534,7 +847534,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
847534
847534
|
var LOGS_FOLDER_NAME = "logs";
|
|
847535
847535
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
847536
847536
|
function getCliSource() {
|
|
847537
|
-
const version7 = "5.8.
|
|
847537
|
+
const version7 = "5.8.1";
|
|
847538
847538
|
return `cli@${version7}`;
|
|
847539
847539
|
}
|
|
847540
847540
|
var DebugLogger = class {
|
|
@@ -860187,7 +860187,7 @@ var LegacyDocsPublisher = class {
|
|
|
860187
860187
|
previewId,
|
|
860188
860188
|
disableTemplates: void 0,
|
|
860189
860189
|
skipUpload,
|
|
860190
|
-
cliVersion: "5.8.
|
|
860190
|
+
cliVersion: "5.8.1",
|
|
860191
860191
|
loginCommand: "fern auth login"
|
|
860192
860192
|
});
|
|
860193
860193
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -934629,7 +934629,7 @@ var CliContext = class _CliContext {
|
|
|
934629
934629
|
if (false) {
|
|
934630
934630
|
this.logger.error("CLI_VERSION is not defined");
|
|
934631
934631
|
}
|
|
934632
|
-
return "5.8.
|
|
934632
|
+
return "5.8.1";
|
|
934633
934633
|
}
|
|
934634
934634
|
getCliName() {
|
|
934635
934635
|
if (false) {
|
package/package.json
CHANGED