@fern-api/fern-api-dev 5.19.1-3-g79fe438fb7f → 5.20.0
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
|
@@ -661148,7 +661148,7 @@ var AccessTokenPosthogManager = class {
|
|
|
661148
661148
|
properties: {
|
|
661149
661149
|
...event,
|
|
661150
661150
|
...event.properties,
|
|
661151
|
-
version: "5.
|
|
661151
|
+
version: "5.20.0",
|
|
661152
661152
|
usingAccessToken: true,
|
|
661153
661153
|
...getRunIdProperties()
|
|
661154
661154
|
}
|
|
@@ -661203,7 +661203,7 @@ var UserPosthogManager = class {
|
|
|
661203
661203
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
661204
661204
|
event: "CLI",
|
|
661205
661205
|
properties: {
|
|
661206
|
-
version: "5.
|
|
661206
|
+
version: "5.20.0",
|
|
661207
661207
|
...event,
|
|
661208
661208
|
...event.properties,
|
|
661209
661209
|
usingAccessToken: false,
|
|
@@ -852476,7 +852476,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
852476
852476
|
var LOGS_FOLDER_NAME = "logs";
|
|
852477
852477
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
852478
852478
|
function getCliSource() {
|
|
852479
|
-
const version7 = "5.
|
|
852479
|
+
const version7 = "5.20.0";
|
|
852480
852480
|
return `cli@${version7}`;
|
|
852481
852481
|
}
|
|
852482
852482
|
var DebugLogger = class {
|
|
@@ -865285,7 +865285,7 @@ var LegacyDocsPublisher = class {
|
|
|
865285
865285
|
previewId,
|
|
865286
865286
|
disableTemplates: void 0,
|
|
865287
865287
|
skipUpload,
|
|
865288
|
-
cliVersion: "5.
|
|
865288
|
+
cliVersion: "5.20.0",
|
|
865289
865289
|
loginCommand: "fern auth login"
|
|
865290
865290
|
});
|
|
865291
865291
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -939909,7 +939909,7 @@ var CliContext = class _CliContext {
|
|
|
939909
939909
|
if (false) {
|
|
939910
939910
|
this.logger.error("CLI_VERSION is not defined");
|
|
939911
939911
|
}
|
|
939912
|
-
return "5.
|
|
939912
|
+
return "5.20.0";
|
|
939913
939913
|
}
|
|
939914
939914
|
getCliName() {
|
|
939915
939915
|
if (false) {
|
package/package.json
CHANGED