@fern-api/fern-api-dev 3.35.2-8-g94144343cb → 3.35.2-9-g13793eddee
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
|
@@ -1413767,7 +1413767,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1413767
1413767
|
properties: {
|
|
1413768
1413768
|
...event,
|
|
1413769
1413769
|
...event.properties,
|
|
1413770
|
-
version: "3.35.2-
|
|
1413770
|
+
version: "3.35.2-9-g13793eddee",
|
|
1413771
1413771
|
usingAccessToken: true
|
|
1413772
1413772
|
}
|
|
1413773
1413773
|
});
|
|
@@ -1413866,7 +1413866,7 @@ var UserPosthogManager = class {
|
|
|
1413866
1413866
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1413867
1413867
|
event: "CLI",
|
|
1413868
1413868
|
properties: {
|
|
1413869
|
-
version: "3.35.2-
|
|
1413869
|
+
version: "3.35.2-9-g13793eddee",
|
|
1413870
1413870
|
...event,
|
|
1413871
1413871
|
...event.properties,
|
|
1413872
1413872
|
usingAccessToken: false,
|
|
@@ -1493970,7 +1493970,7 @@ var CliContext = class {
|
|
|
1493970
1493970
|
if (false) {
|
|
1493971
1493971
|
this.logger.error("CLI_VERSION is not defined");
|
|
1493972
1493972
|
}
|
|
1493973
|
-
return "3.35.2-
|
|
1493973
|
+
return "3.35.2-9-g13793eddee";
|
|
1493974
1493974
|
}
|
|
1493975
1493975
|
getCliName() {
|
|
1493976
1493976
|
if (false) {
|
|
@@ -1588918,7 +1588918,7 @@ var import_path35 = __toESM(require("path"), 1);
|
|
|
1588918
1588918
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1588919
1588919
|
var LOGS_FOLDER_NAME = "logs";
|
|
1588920
1588920
|
function getCliSource() {
|
|
1588921
|
-
const version6 = "3.35.2-
|
|
1588921
|
+
const version6 = "3.35.2-9-g13793eddee";
|
|
1588922
1588922
|
return `cli@${version6}`;
|
|
1588923
1588923
|
}
|
|
1588924
1588924
|
var DebugLogger = class {
|
package/package.json
CHANGED