@fern-api/fern-api-dev 5.15.1-1-gf736a5f308a → 5.15.2
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
|
@@ -623606,7 +623606,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623606
623606
|
properties: {
|
|
623607
623607
|
...event,
|
|
623608
623608
|
...event.properties,
|
|
623609
|
-
version: "5.15.
|
|
623609
|
+
version: "5.15.2",
|
|
623610
623610
|
usingAccessToken: true
|
|
623611
623611
|
}
|
|
623612
623612
|
});
|
|
@@ -623660,7 +623660,7 @@ var UserPosthogManager = class {
|
|
|
623660
623660
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623661
623661
|
event: "CLI",
|
|
623662
623662
|
properties: {
|
|
623663
|
-
version: "5.15.
|
|
623663
|
+
version: "5.15.2",
|
|
623664
623664
|
...event,
|
|
623665
623665
|
...event.properties,
|
|
623666
623666
|
usingAccessToken: false,
|
|
@@ -848611,7 +848611,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848611
848611
|
var LOGS_FOLDER_NAME = "logs";
|
|
848612
848612
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848613
848613
|
function getCliSource() {
|
|
848614
|
-
const version7 = "5.15.
|
|
848614
|
+
const version7 = "5.15.2";
|
|
848615
848615
|
return `cli@${version7}`;
|
|
848616
848616
|
}
|
|
848617
848617
|
var DebugLogger = class {
|
|
@@ -861419,7 +861419,7 @@ var LegacyDocsPublisher = class {
|
|
|
861419
861419
|
previewId,
|
|
861420
861420
|
disableTemplates: void 0,
|
|
861421
861421
|
skipUpload,
|
|
861422
|
-
cliVersion: "5.15.
|
|
861422
|
+
cliVersion: "5.15.2",
|
|
861423
861423
|
loginCommand: "fern auth login"
|
|
861424
861424
|
});
|
|
861425
861425
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935944,7 +935944,7 @@ var CliContext = class _CliContext {
|
|
|
935944
935944
|
if (false) {
|
|
935945
935945
|
this.logger.error("CLI_VERSION is not defined");
|
|
935946
935946
|
}
|
|
935947
|
-
return "5.15.
|
|
935947
|
+
return "5.15.2";
|
|
935948
935948
|
}
|
|
935949
935949
|
getCliName() {
|
|
935950
935950
|
if (false) {
|
package/package.json
CHANGED