@fern-api/fern-api-dev 5.18.1-29-g159d8be45b8 → 5.19.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
|
@@ -661096,7 +661096,7 @@ var AccessTokenPosthogManager = class {
|
|
|
661096
661096
|
properties: {
|
|
661097
661097
|
...event,
|
|
661098
661098
|
...event.properties,
|
|
661099
|
-
version: "5.
|
|
661099
|
+
version: "5.19.0",
|
|
661100
661100
|
usingAccessToken: true,
|
|
661101
661101
|
...getRunIdProperties()
|
|
661102
661102
|
}
|
|
@@ -661151,7 +661151,7 @@ var UserPosthogManager = class {
|
|
|
661151
661151
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
661152
661152
|
event: "CLI",
|
|
661153
661153
|
properties: {
|
|
661154
|
-
version: "5.
|
|
661154
|
+
version: "5.19.0",
|
|
661155
661155
|
...event,
|
|
661156
661156
|
...event.properties,
|
|
661157
661157
|
usingAccessToken: false,
|
|
@@ -852134,7 +852134,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
852134
852134
|
var LOGS_FOLDER_NAME = "logs";
|
|
852135
852135
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
852136
852136
|
function getCliSource() {
|
|
852137
|
-
const version7 = "5.
|
|
852137
|
+
const version7 = "5.19.0";
|
|
852138
852138
|
return `cli@${version7}`;
|
|
852139
852139
|
}
|
|
852140
852140
|
var DebugLogger = class {
|
|
@@ -864943,7 +864943,7 @@ var LegacyDocsPublisher = class {
|
|
|
864943
864943
|
previewId,
|
|
864944
864944
|
disableTemplates: void 0,
|
|
864945
864945
|
skipUpload,
|
|
864946
|
-
cliVersion: "5.
|
|
864946
|
+
cliVersion: "5.19.0",
|
|
864947
864947
|
loginCommand: "fern auth login"
|
|
864948
864948
|
});
|
|
864949
864949
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -939557,7 +939557,7 @@ var CliContext = class _CliContext {
|
|
|
939557
939557
|
if (false) {
|
|
939558
939558
|
this.logger.error("CLI_VERSION is not defined");
|
|
939559
939559
|
}
|
|
939560
|
-
return "5.
|
|
939560
|
+
return "5.19.0";
|
|
939561
939561
|
}
|
|
939562
939562
|
getCliName() {
|
|
939563
939563
|
if (false) {
|
package/package.json
CHANGED