@fern-api/fern-api-dev 5.14.0-9-g47c4748f5ef → 5.14.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
|
@@ -623478,7 +623478,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623478
623478
|
properties: {
|
|
623479
623479
|
...event,
|
|
623480
623480
|
...event.properties,
|
|
623481
|
-
version: "5.14.
|
|
623481
|
+
version: "5.14.1",
|
|
623482
623482
|
usingAccessToken: true
|
|
623483
623483
|
}
|
|
623484
623484
|
});
|
|
@@ -623532,7 +623532,7 @@ var UserPosthogManager = class {
|
|
|
623532
623532
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623533
623533
|
event: "CLI",
|
|
623534
623534
|
properties: {
|
|
623535
|
-
version: "5.14.
|
|
623535
|
+
version: "5.14.1",
|
|
623536
623536
|
...event,
|
|
623537
623537
|
...event.properties,
|
|
623538
623538
|
usingAccessToken: false,
|
|
@@ -848520,7 +848520,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848520
848520
|
var LOGS_FOLDER_NAME = "logs";
|
|
848521
848521
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848522
848522
|
function getCliSource() {
|
|
848523
|
-
const version7 = "5.14.
|
|
848523
|
+
const version7 = "5.14.1";
|
|
848524
848524
|
return `cli@${version7}`;
|
|
848525
848525
|
}
|
|
848526
848526
|
var DebugLogger = class {
|
|
@@ -861319,7 +861319,7 @@ var LegacyDocsPublisher = class {
|
|
|
861319
861319
|
previewId,
|
|
861320
861320
|
disableTemplates: void 0,
|
|
861321
861321
|
skipUpload,
|
|
861322
|
-
cliVersion: "5.14.
|
|
861322
|
+
cliVersion: "5.14.1",
|
|
861323
861323
|
loginCommand: "fern auth login"
|
|
861324
861324
|
});
|
|
861325
861325
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935840,7 +935840,7 @@ var CliContext = class _CliContext {
|
|
|
935840
935840
|
if (false) {
|
|
935841
935841
|
this.logger.error("CLI_VERSION is not defined");
|
|
935842
935842
|
}
|
|
935843
|
-
return "5.14.
|
|
935843
|
+
return "5.14.1";
|
|
935844
935844
|
}
|
|
935845
935845
|
getCliName() {
|
|
935846
935846
|
if (false) {
|
package/package.json
CHANGED