@fern-api/fern-api-dev 5.15.3-2-g1ccfaeb979c → 5.16.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
|
@@ -660325,7 +660325,7 @@ var AccessTokenPosthogManager = class {
|
|
|
660325
660325
|
properties: {
|
|
660326
660326
|
...event,
|
|
660327
660327
|
...event.properties,
|
|
660328
|
-
version: "5.
|
|
660328
|
+
version: "5.16.0",
|
|
660329
660329
|
usingAccessToken: true
|
|
660330
660330
|
}
|
|
660331
660331
|
});
|
|
@@ -660379,7 +660379,7 @@ var UserPosthogManager = class {
|
|
|
660379
660379
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
660380
660380
|
event: "CLI",
|
|
660381
660381
|
properties: {
|
|
660382
|
-
version: "5.
|
|
660382
|
+
version: "5.16.0",
|
|
660383
660383
|
...event,
|
|
660384
660384
|
...event.properties,
|
|
660385
660385
|
usingAccessToken: false,
|
|
@@ -851320,7 +851320,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
851320
851320
|
var LOGS_FOLDER_NAME = "logs";
|
|
851321
851321
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
851322
851322
|
function getCliSource() {
|
|
851323
|
-
const version7 = "5.
|
|
851323
|
+
const version7 = "5.16.0";
|
|
851324
851324
|
return `cli@${version7}`;
|
|
851325
851325
|
}
|
|
851326
851326
|
var DebugLogger = class {
|
|
@@ -864129,7 +864129,7 @@ var LegacyDocsPublisher = class {
|
|
|
864129
864129
|
previewId,
|
|
864130
864130
|
disableTemplates: void 0,
|
|
864131
864131
|
skipUpload,
|
|
864132
|
-
cliVersion: "5.
|
|
864132
|
+
cliVersion: "5.16.0",
|
|
864133
864133
|
loginCommand: "fern auth login"
|
|
864134
864134
|
});
|
|
864135
864135
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -938707,7 +938707,7 @@ var CliContext = class _CliContext {
|
|
|
938707
938707
|
if (false) {
|
|
938708
938708
|
this.logger.error("CLI_VERSION is not defined");
|
|
938709
938709
|
}
|
|
938710
|
-
return "5.
|
|
938710
|
+
return "5.16.0";
|
|
938711
938711
|
}
|
|
938712
938712
|
getCliName() {
|
|
938713
938713
|
if (false) {
|
package/package.json
CHANGED