@fern-api/fern-api-dev 5.15.0-1-g3bd6856f480 → 5.15.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
|
@@ -623533,7 +623533,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623533
623533
|
properties: {
|
|
623534
623534
|
...event,
|
|
623535
623535
|
...event.properties,
|
|
623536
|
-
version: "5.15.
|
|
623536
|
+
version: "5.15.1",
|
|
623537
623537
|
usingAccessToken: true
|
|
623538
623538
|
}
|
|
623539
623539
|
});
|
|
@@ -623587,7 +623587,7 @@ var UserPosthogManager = class {
|
|
|
623587
623587
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623588
623588
|
event: "CLI",
|
|
623589
623589
|
properties: {
|
|
623590
|
-
version: "5.15.
|
|
623590
|
+
version: "5.15.1",
|
|
623591
623591
|
...event,
|
|
623592
623592
|
...event.properties,
|
|
623593
623593
|
usingAccessToken: false,
|
|
@@ -848538,7 +848538,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848538
848538
|
var LOGS_FOLDER_NAME = "logs";
|
|
848539
848539
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848540
848540
|
function getCliSource() {
|
|
848541
|
-
const version7 = "5.15.
|
|
848541
|
+
const version7 = "5.15.1";
|
|
848542
848542
|
return `cli@${version7}`;
|
|
848543
848543
|
}
|
|
848544
848544
|
var DebugLogger = class {
|
|
@@ -861343,7 +861343,7 @@ var LegacyDocsPublisher = class {
|
|
|
861343
861343
|
previewId,
|
|
861344
861344
|
disableTemplates: void 0,
|
|
861345
861345
|
skipUpload,
|
|
861346
|
-
cliVersion: "5.15.
|
|
861346
|
+
cliVersion: "5.15.1",
|
|
861347
861347
|
loginCommand: "fern auth login"
|
|
861348
861348
|
});
|
|
861349
861349
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935868,7 +935868,7 @@ var CliContext = class _CliContext {
|
|
|
935868
935868
|
if (false) {
|
|
935869
935869
|
this.logger.error("CLI_VERSION is not defined");
|
|
935870
935870
|
}
|
|
935871
|
-
return "5.15.
|
|
935871
|
+
return "5.15.1";
|
|
935872
935872
|
}
|
|
935873
935873
|
getCliName() {
|
|
935874
935874
|
if (false) {
|
package/package.json
CHANGED