@fern-api/fern-api-dev 5.19.0-2-ga23646779fb → 5.19.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
|
@@ -661148,7 +661148,7 @@ var AccessTokenPosthogManager = class {
|
|
|
661148
661148
|
properties: {
|
|
661149
661149
|
...event,
|
|
661150
661150
|
...event.properties,
|
|
661151
|
-
version: "5.19.
|
|
661151
|
+
version: "5.19.1",
|
|
661152
661152
|
usingAccessToken: true,
|
|
661153
661153
|
...getRunIdProperties()
|
|
661154
661154
|
}
|
|
@@ -661203,7 +661203,7 @@ var UserPosthogManager = class {
|
|
|
661203
661203
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
661204
661204
|
event: "CLI",
|
|
661205
661205
|
properties: {
|
|
661206
|
-
version: "5.19.
|
|
661206
|
+
version: "5.19.1",
|
|
661207
661207
|
...event,
|
|
661208
661208
|
...event.properties,
|
|
661209
661209
|
usingAccessToken: false,
|
|
@@ -852186,7 +852186,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
852186
852186
|
var LOGS_FOLDER_NAME = "logs";
|
|
852187
852187
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
852188
852188
|
function getCliSource() {
|
|
852189
|
-
const version7 = "5.19.
|
|
852189
|
+
const version7 = "5.19.1";
|
|
852190
852190
|
return `cli@${version7}`;
|
|
852191
852191
|
}
|
|
852192
852192
|
var DebugLogger = class {
|
|
@@ -864995,7 +864995,7 @@ var LegacyDocsPublisher = class {
|
|
|
864995
864995
|
previewId,
|
|
864996
864996
|
disableTemplates: void 0,
|
|
864997
864997
|
skipUpload,
|
|
864998
|
-
cliVersion: "5.19.
|
|
864998
|
+
cliVersion: "5.19.1",
|
|
864999
864999
|
loginCommand: "fern auth login"
|
|
865000
865000
|
});
|
|
865001
865001
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
@@ -939609,7 +939609,7 @@ var CliContext = class _CliContext {
|
|
|
939609
939609
|
if (false) {
|
|
939610
939610
|
this.logger.error("CLI_VERSION is not defined");
|
|
939611
939611
|
}
|
|
939612
|
-
return "5.19.
|
|
939612
|
+
return "5.19.1";
|
|
939613
939613
|
}
|
|
939614
939614
|
getCliName() {
|
|
939615
939615
|
if (false) {
|
package/package.json
CHANGED