@fern-api/fern-api-dev 5.18.0-1-g1183ddd9214 → 5.18.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
|
@@ -661091,7 +661091,7 @@ var AccessTokenPosthogManager = class {
|
|
|
661091
661091
|
properties: {
|
|
661092
661092
|
...event,
|
|
661093
661093
|
...event.properties,
|
|
661094
|
-
version: "5.18.
|
|
661094
|
+
version: "5.18.1",
|
|
661095
661095
|
usingAccessToken: true,
|
|
661096
661096
|
...getRunIdProperties()
|
|
661097
661097
|
}
|
|
@@ -661146,7 +661146,7 @@ var UserPosthogManager = class {
|
|
|
661146
661146
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
661147
661147
|
event: "CLI",
|
|
661148
661148
|
properties: {
|
|
661149
|
-
version: "5.18.
|
|
661149
|
+
version: "5.18.1",
|
|
661150
661150
|
...event,
|
|
661151
661151
|
...event.properties,
|
|
661152
661152
|
usingAccessToken: false,
|
|
@@ -852129,7 +852129,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
852129
852129
|
var LOGS_FOLDER_NAME = "logs";
|
|
852130
852130
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
852131
852131
|
function getCliSource() {
|
|
852132
|
-
const version7 = "5.18.
|
|
852132
|
+
const version7 = "5.18.1";
|
|
852133
852133
|
return `cli@${version7}`;
|
|
852134
852134
|
}
|
|
852135
852135
|
var DebugLogger = class {
|
|
@@ -864938,7 +864938,7 @@ var LegacyDocsPublisher = class {
|
|
|
864938
864938
|
previewId,
|
|
864939
864939
|
disableTemplates: void 0,
|
|
864940
864940
|
skipUpload,
|
|
864941
|
-
cliVersion: "5.18.
|
|
864941
|
+
cliVersion: "5.18.1",
|
|
864942
864942
|
loginCommand: "fern auth login"
|
|
864943
864943
|
});
|
|
864944
864944
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -939552,7 +939552,7 @@ var CliContext = class _CliContext {
|
|
|
939552
939552
|
if (false) {
|
|
939553
939553
|
this.logger.error("CLI_VERSION is not defined");
|
|
939554
939554
|
}
|
|
939555
|
-
return "5.18.
|
|
939555
|
+
return "5.18.1";
|
|
939556
939556
|
}
|
|
939557
939557
|
getCliName() {
|
|
939558
939558
|
if (false) {
|
package/package.json
CHANGED