@fern-api/fern-api-dev 4.70.2-1-g1c90c5b04aa → 4.70.2
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.70.2
|
|
621042
|
+
version: "4.70.2",
|
|
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.70.2
|
|
621096
|
+
version: "4.70.2",
|
|
621097
621097
|
...event,
|
|
621098
621098
|
...event.properties,
|
|
621099
621099
|
usingAccessToken: false,
|
|
@@ -838145,7 +838145,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
838145
838145
|
var LOGS_FOLDER_NAME = "logs";
|
|
838146
838146
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
838147
838147
|
function getCliSource() {
|
|
838148
|
-
const version7 = "4.70.2
|
|
838148
|
+
const version7 = "4.70.2";
|
|
838149
838149
|
return `cli@${version7}`;
|
|
838150
838150
|
}
|
|
838151
838151
|
var DebugLogger = class {
|
|
@@ -849392,7 +849392,7 @@ var LegacyDocsPublisher = class {
|
|
|
849392
849392
|
previewId,
|
|
849393
849393
|
disableTemplates: void 0,
|
|
849394
849394
|
skipUpload,
|
|
849395
|
-
cliVersion: "4.70.2
|
|
849395
|
+
cliVersion: "4.70.2"
|
|
849396
849396
|
});
|
|
849397
849397
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
849398
849398
|
return { success: false };
|
|
@@ -923696,7 +923696,7 @@ var CliContext = class _CliContext {
|
|
|
923696
923696
|
if (false) {
|
|
923697
923697
|
this.logger.error("CLI_VERSION is not defined");
|
|
923698
923698
|
}
|
|
923699
|
-
return "4.70.2
|
|
923699
|
+
return "4.70.2";
|
|
923700
923700
|
}
|
|
923701
923701
|
getCliName() {
|
|
923702
923702
|
if (false) {
|
package/package.json
CHANGED