@fern-api/fern-api-dev 5.15.2-1-gaec6c39ff35 → 5.15.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.cjs +5 -5
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -623609,7 +623609,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623609
623609
|
properties: {
|
|
623610
623610
|
...event,
|
|
623611
623611
|
...event.properties,
|
|
623612
|
-
version: "5.15.
|
|
623612
|
+
version: "5.15.3",
|
|
623613
623613
|
usingAccessToken: true
|
|
623614
623614
|
}
|
|
623615
623615
|
});
|
|
@@ -623663,7 +623663,7 @@ var UserPosthogManager = class {
|
|
|
623663
623663
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623664
623664
|
event: "CLI",
|
|
623665
623665
|
properties: {
|
|
623666
|
-
version: "5.15.
|
|
623666
|
+
version: "5.15.3",
|
|
623667
623667
|
...event,
|
|
623668
623668
|
...event.properties,
|
|
623669
623669
|
usingAccessToken: false,
|
|
@@ -848614,7 +848614,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848614
848614
|
var LOGS_FOLDER_NAME = "logs";
|
|
848615
848615
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848616
848616
|
function getCliSource() {
|
|
848617
|
-
const version7 = "5.15.
|
|
848617
|
+
const version7 = "5.15.3";
|
|
848618
848618
|
return `cli@${version7}`;
|
|
848619
848619
|
}
|
|
848620
848620
|
var DebugLogger = class {
|
|
@@ -861422,7 +861422,7 @@ var LegacyDocsPublisher = class {
|
|
|
861422
861422
|
previewId,
|
|
861423
861423
|
disableTemplates: void 0,
|
|
861424
861424
|
skipUpload,
|
|
861425
|
-
cliVersion: "5.15.
|
|
861425
|
+
cliVersion: "5.15.3",
|
|
861426
861426
|
loginCommand: "fern auth login"
|
|
861427
861427
|
});
|
|
861428
861428
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935947,7 +935947,7 @@ var CliContext = class _CliContext {
|
|
|
935947
935947
|
if (false) {
|
|
935948
935948
|
this.logger.error("CLI_VERSION is not defined");
|
|
935949
935949
|
}
|
|
935950
|
-
return "5.15.
|
|
935950
|
+
return "5.15.3";
|
|
935951
935951
|
}
|
|
935952
935952
|
getCliName() {
|
|
935953
935953
|
if (false) {
|
package/package.json
CHANGED