@fern-api/fern-api-dev 5.13.1-1-gbbdc59fd134 → 5.13.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
|
@@ -623368,7 +623368,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623368
623368
|
properties: {
|
|
623369
623369
|
...event,
|
|
623370
623370
|
...event.properties,
|
|
623371
|
-
version: "5.13.
|
|
623371
|
+
version: "5.13.2",
|
|
623372
623372
|
usingAccessToken: true
|
|
623373
623373
|
}
|
|
623374
623374
|
});
|
|
@@ -623422,7 +623422,7 @@ var UserPosthogManager = class {
|
|
|
623422
623422
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623423
623423
|
event: "CLI",
|
|
623424
623424
|
properties: {
|
|
623425
|
-
version: "5.13.
|
|
623425
|
+
version: "5.13.2",
|
|
623426
623426
|
...event,
|
|
623427
623427
|
...event.properties,
|
|
623428
623428
|
usingAccessToken: false,
|
|
@@ -848373,7 +848373,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848373
848373
|
var LOGS_FOLDER_NAME = "logs";
|
|
848374
848374
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848375
848375
|
function getCliSource() {
|
|
848376
|
-
const version7 = "5.13.
|
|
848376
|
+
const version7 = "5.13.2";
|
|
848377
848377
|
return `cli@${version7}`;
|
|
848378
848378
|
}
|
|
848379
848379
|
var DebugLogger = class {
|
|
@@ -861046,7 +861046,7 @@ var LegacyDocsPublisher = class {
|
|
|
861046
861046
|
previewId,
|
|
861047
861047
|
disableTemplates: void 0,
|
|
861048
861048
|
skipUpload,
|
|
861049
|
-
cliVersion: "5.13.
|
|
861049
|
+
cliVersion: "5.13.2",
|
|
861050
861050
|
loginCommand: "fern auth login"
|
|
861051
861051
|
});
|
|
861052
861052
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935647,7 +935647,7 @@ var CliContext = class _CliContext {
|
|
|
935647
935647
|
if (false) {
|
|
935648
935648
|
this.logger.error("CLI_VERSION is not defined");
|
|
935649
935649
|
}
|
|
935650
|
-
return "5.13.
|
|
935650
|
+
return "5.13.2";
|
|
935651
935651
|
}
|
|
935652
935652
|
getCliName() {
|
|
935653
935653
|
if (false) {
|
package/package.json
CHANGED