@fern-api/fern-api-dev 4.68.4-2-g29b6e6a0737 → 4.68.5
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
|
@@ -627016,7 +627016,7 @@ var AccessTokenPosthogManager = class {
|
|
|
627016
627016
|
properties: {
|
|
627017
627017
|
...event,
|
|
627018
627018
|
...event.properties,
|
|
627019
|
-
version: "4.68.
|
|
627019
|
+
version: "4.68.5",
|
|
627020
627020
|
usingAccessToken: true
|
|
627021
627021
|
}
|
|
627022
627022
|
});
|
|
@@ -627070,7 +627070,7 @@ var UserPosthogManager = class {
|
|
|
627070
627070
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
627071
627071
|
event: "CLI",
|
|
627072
627072
|
properties: {
|
|
627073
|
-
version: "4.68.
|
|
627073
|
+
version: "4.68.5",
|
|
627074
627074
|
...event,
|
|
627075
627075
|
...event.properties,
|
|
627076
627076
|
usingAccessToken: false,
|
|
@@ -844122,7 +844122,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
844122
844122
|
var LOGS_FOLDER_NAME = "logs";
|
|
844123
844123
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
844124
844124
|
function getCliSource() {
|
|
844125
|
-
const version7 = "4.68.
|
|
844125
|
+
const version7 = "4.68.5";
|
|
844126
844126
|
return `cli@${version7}`;
|
|
844127
844127
|
}
|
|
844128
844128
|
var DebugLogger = class {
|
|
@@ -855372,7 +855372,7 @@ var LegacyDocsPublisher = class {
|
|
|
855372
855372
|
previewId,
|
|
855373
855373
|
disableTemplates: void 0,
|
|
855374
855374
|
skipUpload,
|
|
855375
|
-
cliVersion: "4.68.
|
|
855375
|
+
cliVersion: "4.68.5"
|
|
855376
855376
|
});
|
|
855377
855377
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
855378
855378
|
return { success: false };
|
|
@@ -929206,7 +929206,7 @@ var CliContext = class _CliContext {
|
|
|
929206
929206
|
if (false) {
|
|
929207
929207
|
this.logger.error("CLI_VERSION is not defined");
|
|
929208
929208
|
}
|
|
929209
|
-
return "4.68.
|
|
929209
|
+
return "4.68.5";
|
|
929210
929210
|
}
|
|
929211
929211
|
getCliName() {
|
|
929212
929212
|
if (false) {
|
package/package.json
CHANGED