@fern-api/fern-api-dev 3.35.0-2-gcb1cba4aef → 3.35.0-5-g4229589455
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 +4 -4
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -1413765,7 +1413765,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1413765
1413765
|
properties: {
|
|
1413766
1413766
|
...event,
|
|
1413767
1413767
|
...event.properties,
|
|
1413768
|
-
version: "3.35.0-
|
|
1413768
|
+
version: "3.35.0-5-g4229589455",
|
|
1413769
1413769
|
usingAccessToken: true
|
|
1413770
1413770
|
}
|
|
1413771
1413771
|
});
|
|
@@ -1413864,7 +1413864,7 @@ var UserPosthogManager = class {
|
|
|
1413864
1413864
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1413865
1413865
|
event: "CLI",
|
|
1413866
1413866
|
properties: {
|
|
1413867
|
-
version: "3.35.0-
|
|
1413867
|
+
version: "3.35.0-5-g4229589455",
|
|
1413868
1413868
|
...event,
|
|
1413869
1413869
|
...event.properties,
|
|
1413870
1413870
|
usingAccessToken: false,
|
|
@@ -1493968,7 +1493968,7 @@ var CliContext = class {
|
|
|
1493968
1493968
|
if (false) {
|
|
1493969
1493969
|
this.logger.error("CLI_VERSION is not defined");
|
|
1493970
1493970
|
}
|
|
1493971
|
-
return "3.35.0-
|
|
1493971
|
+
return "3.35.0-5-g4229589455";
|
|
1493972
1493972
|
}
|
|
1493973
1493973
|
getCliName() {
|
|
1493974
1493974
|
if (false) {
|
|
@@ -1588866,7 +1588866,7 @@ var import_path35 = __toESM(require("path"), 1);
|
|
|
1588866
1588866
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1588867
1588867
|
var LOGS_FOLDER_NAME = "logs";
|
|
1588868
1588868
|
function getCliSource() {
|
|
1588869
|
-
const version6 = "3.35.0-
|
|
1588869
|
+
const version6 = "3.35.0-5-g4229589455";
|
|
1588870
1588870
|
return `cli@${version6}`;
|
|
1588871
1588871
|
}
|
|
1588872
1588872
|
var DebugLogger = class {
|
package/package.json
CHANGED