@fern-api/fern-api-dev 4.70.2-3-g59e7ab7ef5e → 4.71.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
|
@@ -621039,7 +621039,7 @@ var AccessTokenPosthogManager = class {
|
|
|
621039
621039
|
properties: {
|
|
621040
621040
|
...event,
|
|
621041
621041
|
...event.properties,
|
|
621042
|
-
version: "4.
|
|
621042
|
+
version: "4.71.0",
|
|
621043
621043
|
usingAccessToken: true
|
|
621044
621044
|
}
|
|
621045
621045
|
});
|
|
@@ -621093,7 +621093,7 @@ var UserPosthogManager = class {
|
|
|
621093
621093
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
621094
621094
|
event: "CLI",
|
|
621095
621095
|
properties: {
|
|
621096
|
-
version: "4.
|
|
621096
|
+
version: "4.71.0",
|
|
621097
621097
|
...event,
|
|
621098
621098
|
...event.properties,
|
|
621099
621099
|
usingAccessToken: false,
|
|
@@ -838185,7 +838185,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
838185
838185
|
var LOGS_FOLDER_NAME = "logs";
|
|
838186
838186
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
838187
838187
|
function getCliSource() {
|
|
838188
|
-
const version7 = "4.
|
|
838188
|
+
const version7 = "4.71.0";
|
|
838189
838189
|
return `cli@${version7}`;
|
|
838190
838190
|
}
|
|
838191
838191
|
var DebugLogger = class {
|
|
@@ -849432,7 +849432,7 @@ var LegacyDocsPublisher = class {
|
|
|
849432
849432
|
previewId,
|
|
849433
849433
|
disableTemplates: void 0,
|
|
849434
849434
|
skipUpload,
|
|
849435
|
-
cliVersion: "4.
|
|
849435
|
+
cliVersion: "4.71.0"
|
|
849436
849436
|
});
|
|
849437
849437
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
849438
849438
|
return { success: false };
|
|
@@ -923762,7 +923762,7 @@ var CliContext = class _CliContext {
|
|
|
923762
923762
|
if (false) {
|
|
923763
923763
|
this.logger.error("CLI_VERSION is not defined");
|
|
923764
923764
|
}
|
|
923765
|
-
return "4.
|
|
923765
|
+
return "4.71.0";
|
|
923766
923766
|
}
|
|
923767
923767
|
getCliName() {
|
|
923768
923768
|
if (false) {
|
package/package.json
CHANGED