@fern-api/fern-api-dev 3.32.0-2-gb547ceed9c → 3.32.0-4-g29e87be1fe
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.32.0-
|
|
1413768
|
+
version: "3.32.0-4-g29e87be1fe",
|
|
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.32.0-
|
|
1413867
|
+
version: "3.32.0-4-g29e87be1fe",
|
|
1413868
1413868
|
...event,
|
|
1413869
1413869
|
...event.properties,
|
|
1413870
1413870
|
usingAccessToken: false,
|
|
@@ -1493932,7 +1493932,7 @@ var CliContext = class {
|
|
|
1493932
1493932
|
if (false) {
|
|
1493933
1493933
|
this.logger.error("CLI_VERSION is not defined");
|
|
1493934
1493934
|
}
|
|
1493935
|
-
return "3.32.0-
|
|
1493935
|
+
return "3.32.0-4-g29e87be1fe";
|
|
1493936
1493936
|
}
|
|
1493937
1493937
|
getCliName() {
|
|
1493938
1493938
|
if (false) {
|
|
@@ -1588792,7 +1588792,7 @@ var import_path35 = __toESM(require("path"), 1);
|
|
|
1588792
1588792
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1588793
1588793
|
var LOGS_FOLDER_NAME = "logs";
|
|
1588794
1588794
|
function getCliSource() {
|
|
1588795
|
-
const version6 = "3.32.0-
|
|
1588795
|
+
const version6 = "3.32.0-4-g29e87be1fe";
|
|
1588796
1588796
|
return `cli@${version6}`;
|
|
1588797
1588797
|
}
|
|
1588798
1588798
|
var DebugLogger = class {
|
package/package.json
CHANGED