@fern-api/fern-api-dev 5.21.0-3-g6ffb37058a9 → 5.21.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
|
@@ -661252,7 +661252,7 @@ var AccessTokenPosthogManager = class {
|
|
|
661252
661252
|
properties: {
|
|
661253
661253
|
...event,
|
|
661254
661254
|
...event.properties,
|
|
661255
|
-
version: "5.21.
|
|
661255
|
+
version: "5.21.1",
|
|
661256
661256
|
usingAccessToken: true,
|
|
661257
661257
|
...getRunIdProperties()
|
|
661258
661258
|
}
|
|
@@ -661307,7 +661307,7 @@ var UserPosthogManager = class {
|
|
|
661307
661307
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
661308
661308
|
event: "CLI",
|
|
661309
661309
|
properties: {
|
|
661310
|
-
version: "5.21.
|
|
661310
|
+
version: "5.21.1",
|
|
661311
661311
|
...event,
|
|
661312
661312
|
...event.properties,
|
|
661313
661313
|
usingAccessToken: false,
|
|
@@ -852580,7 +852580,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
852580
852580
|
var LOGS_FOLDER_NAME = "logs";
|
|
852581
852581
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
852582
852582
|
function getCliSource() {
|
|
852583
|
-
const version7 = "5.21.
|
|
852583
|
+
const version7 = "5.21.1";
|
|
852584
852584
|
return `cli@${version7}`;
|
|
852585
852585
|
}
|
|
852586
852586
|
var DebugLogger = class {
|
|
@@ -865389,7 +865389,7 @@ var LegacyDocsPublisher = class {
|
|
|
865389
865389
|
previewId,
|
|
865390
865390
|
disableTemplates: void 0,
|
|
865391
865391
|
skipUpload,
|
|
865392
|
-
cliVersion: "5.21.
|
|
865392
|
+
cliVersion: "5.21.1",
|
|
865393
865393
|
loginCommand: "fern auth login"
|
|
865394
865394
|
});
|
|
865395
865395
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -940017,7 +940017,7 @@ var CliContext = class _CliContext {
|
|
|
940017
940017
|
if (false) {
|
|
940018
940018
|
this.logger.error("CLI_VERSION is not defined");
|
|
940019
940019
|
}
|
|
940020
|
-
return "5.21.
|
|
940020
|
+
return "5.21.1";
|
|
940021
940021
|
}
|
|
940022
940022
|
getCliName() {
|
|
940023
940023
|
if (false) {
|
package/package.json
CHANGED