@fern-api/fern-api-dev 5.11.0-2-g3fd07c40850 → 5.11.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
|
@@ -623272,7 +623272,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623272
623272
|
properties: {
|
|
623273
623273
|
...event,
|
|
623274
623274
|
...event.properties,
|
|
623275
|
-
version: "5.11.0
|
|
623275
|
+
version: "5.11.0",
|
|
623276
623276
|
usingAccessToken: true
|
|
623277
623277
|
}
|
|
623278
623278
|
});
|
|
@@ -623326,7 +623326,7 @@ var UserPosthogManager = class {
|
|
|
623326
623326
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623327
623327
|
event: "CLI",
|
|
623328
623328
|
properties: {
|
|
623329
|
-
version: "5.11.0
|
|
623329
|
+
version: "5.11.0",
|
|
623330
623330
|
...event,
|
|
623331
623331
|
...event.properties,
|
|
623332
623332
|
usingAccessToken: false,
|
|
@@ -848277,7 +848277,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848277
848277
|
var LOGS_FOLDER_NAME = "logs";
|
|
848278
848278
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848279
848279
|
function getCliSource() {
|
|
848280
|
-
const version7 = "5.11.0
|
|
848280
|
+
const version7 = "5.11.0";
|
|
848281
848281
|
return `cli@${version7}`;
|
|
848282
848282
|
}
|
|
848283
848283
|
var DebugLogger = class {
|
|
@@ -860941,7 +860941,7 @@ var LegacyDocsPublisher = class {
|
|
|
860941
860941
|
previewId,
|
|
860942
860942
|
disableTemplates: void 0,
|
|
860943
860943
|
skipUpload,
|
|
860944
|
-
cliVersion: "5.11.0
|
|
860944
|
+
cliVersion: "5.11.0",
|
|
860945
860945
|
loginCommand: "fern auth login"
|
|
860946
860946
|
});
|
|
860947
860947
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935505,7 +935505,7 @@ var CliContext = class _CliContext {
|
|
|
935505
935505
|
if (false) {
|
|
935506
935506
|
this.logger.error("CLI_VERSION is not defined");
|
|
935507
935507
|
}
|
|
935508
|
-
return "5.11.0
|
|
935508
|
+
return "5.11.0";
|
|
935509
935509
|
}
|
|
935510
935510
|
getCliName() {
|
|
935511
935511
|
if (false) {
|
package/package.json
CHANGED