@fern-api/fern-api-dev 5.20.1-1-g48cbaef1d1c → 5.20.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
|
@@ -661157,7 +661157,7 @@ var AccessTokenPosthogManager = class {
|
|
|
661157
661157
|
properties: {
|
|
661158
661158
|
...event,
|
|
661159
661159
|
...event.properties,
|
|
661160
|
-
version: "5.20.1
|
|
661160
|
+
version: "5.20.1",
|
|
661161
661161
|
usingAccessToken: true,
|
|
661162
661162
|
...getRunIdProperties()
|
|
661163
661163
|
}
|
|
@@ -661212,7 +661212,7 @@ var UserPosthogManager = class {
|
|
|
661212
661212
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
661213
661213
|
event: "CLI",
|
|
661214
661214
|
properties: {
|
|
661215
|
-
version: "5.20.1
|
|
661215
|
+
version: "5.20.1",
|
|
661216
661216
|
...event,
|
|
661217
661217
|
...event.properties,
|
|
661218
661218
|
usingAccessToken: false,
|
|
@@ -852485,7 +852485,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
852485
852485
|
var LOGS_FOLDER_NAME = "logs";
|
|
852486
852486
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
852487
852487
|
function getCliSource() {
|
|
852488
|
-
const version7 = "5.20.1
|
|
852488
|
+
const version7 = "5.20.1";
|
|
852489
852489
|
return `cli@${version7}`;
|
|
852490
852490
|
}
|
|
852491
852491
|
var DebugLogger = class {
|
|
@@ -865294,7 +865294,7 @@ var LegacyDocsPublisher = class {
|
|
|
865294
865294
|
previewId,
|
|
865295
865295
|
disableTemplates: void 0,
|
|
865296
865296
|
skipUpload,
|
|
865297
|
-
cliVersion: "5.20.1
|
|
865297
|
+
cliVersion: "5.20.1",
|
|
865298
865298
|
loginCommand: "fern auth login"
|
|
865299
865299
|
});
|
|
865300
865300
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -939918,7 +939918,7 @@ var CliContext = class _CliContext {
|
|
|
939918
939918
|
if (false) {
|
|
939919
939919
|
this.logger.error("CLI_VERSION is not defined");
|
|
939920
939920
|
}
|
|
939921
|
-
return "5.20.1
|
|
939921
|
+
return "5.20.1";
|
|
939922
939922
|
}
|
|
939923
939923
|
getCliName() {
|
|
939924
939924
|
if (false) {
|
package/package.json
CHANGED