@fern-api/fern-api-dev 3.64.2-1-gc2369db9ccf → 3.64.2
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
|
@@ -1426227,7 +1426227,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1426227
1426227
|
properties: {
|
|
1426228
1426228
|
...event,
|
|
1426229
1426229
|
...event.properties,
|
|
1426230
|
-
version: "3.64.2
|
|
1426230
|
+
version: "3.64.2",
|
|
1426231
1426231
|
usingAccessToken: true
|
|
1426232
1426232
|
}
|
|
1426233
1426233
|
});
|
|
@@ -1426326,7 +1426326,7 @@ var UserPosthogManager = class {
|
|
|
1426326
1426326
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1426327
1426327
|
event: "CLI",
|
|
1426328
1426328
|
properties: {
|
|
1426329
|
-
version: "3.64.2
|
|
1426329
|
+
version: "3.64.2",
|
|
1426330
1426330
|
...event,
|
|
1426331
1426331
|
...event.properties,
|
|
1426332
1426332
|
usingAccessToken: false,
|
|
@@ -1712562,7 +1712562,7 @@ var CliContext = class {
|
|
|
1712562
1712562
|
if (false) {
|
|
1712563
1712563
|
this.logger.error("CLI_VERSION is not defined");
|
|
1712564
1712564
|
}
|
|
1712565
|
-
return "3.64.2
|
|
1712565
|
+
return "3.64.2";
|
|
1712566
1712566
|
}
|
|
1712567
1712567
|
getCliName() {
|
|
1712568
1712568
|
if (false) {
|
|
@@ -1715676,7 +1715676,7 @@ var import_path56 = __toESM(require("path"), 1);
|
|
|
1715676
1715676
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1715677
1715677
|
var LOGS_FOLDER_NAME = "logs";
|
|
1715678
1715678
|
function getCliSource() {
|
|
1715679
|
-
const version7 = "3.64.2
|
|
1715679
|
+
const version7 = "3.64.2";
|
|
1715680
1715680
|
return `cli@${version7}`;
|
|
1715681
1715681
|
}
|
|
1715682
1715682
|
var DebugLogger = class {
|
package/package.json
CHANGED