@fern-api/fern-api-dev 5.10.2-1-gc0b98f6d42e → 5.10.2-2-g771a16b4819
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
|
@@ -623221,7 +623221,7 @@ var AccessTokenPosthogManager = class {
|
|
|
623221
623221
|
properties: {
|
|
623222
623222
|
...event,
|
|
623223
623223
|
...event.properties,
|
|
623224
|
-
version: "5.10.2-
|
|
623224
|
+
version: "5.10.2-2-g771a16b4819",
|
|
623225
623225
|
usingAccessToken: true
|
|
623226
623226
|
}
|
|
623227
623227
|
});
|
|
@@ -623275,7 +623275,7 @@ var UserPosthogManager = class {
|
|
|
623275
623275
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
623276
623276
|
event: "CLI",
|
|
623277
623277
|
properties: {
|
|
623278
|
-
version: "5.10.2-
|
|
623278
|
+
version: "5.10.2-2-g771a16b4819",
|
|
623279
623279
|
...event,
|
|
623280
623280
|
...event.properties,
|
|
623281
623281
|
usingAccessToken: false,
|
|
@@ -848226,7 +848226,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
848226
848226
|
var LOGS_FOLDER_NAME = "logs";
|
|
848227
848227
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
848228
848228
|
function getCliSource() {
|
|
848229
|
-
const version7 = "5.10.2-
|
|
848229
|
+
const version7 = "5.10.2-2-g771a16b4819";
|
|
848230
848230
|
return `cli@${version7}`;
|
|
848231
848231
|
}
|
|
848232
848232
|
var DebugLogger = class {
|
|
@@ -860888,7 +860888,7 @@ var LegacyDocsPublisher = class {
|
|
|
860888
860888
|
previewId,
|
|
860889
860889
|
disableTemplates: void 0,
|
|
860890
860890
|
skipUpload,
|
|
860891
|
-
cliVersion: "5.10.2-
|
|
860891
|
+
cliVersion: "5.10.2-2-g771a16b4819",
|
|
860892
860892
|
loginCommand: "fern auth login"
|
|
860893
860893
|
});
|
|
860894
860894
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -935449,7 +935449,7 @@ var CliContext = class _CliContext {
|
|
|
935449
935449
|
if (false) {
|
|
935450
935450
|
this.logger.error("CLI_VERSION is not defined");
|
|
935451
935451
|
}
|
|
935452
|
-
return "5.10.2-
|
|
935452
|
+
return "5.10.2-2-g771a16b4819";
|
|
935453
935453
|
}
|
|
935454
935454
|
getCliName() {
|
|
935455
935455
|
if (false) {
|
package/package.json
CHANGED