@fern-api/fern-api-dev 3.26.2-1-g9fb59bd745 → 3.26.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
|
@@ -1334422,7 +1334422,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1334422
1334422
|
properties: {
|
|
1334423
1334423
|
...event,
|
|
1334424
1334424
|
...event.properties,
|
|
1334425
|
-
version: "3.26.2
|
|
1334425
|
+
version: "3.26.2",
|
|
1334426
1334426
|
usingAccessToken: true
|
|
1334427
1334427
|
}
|
|
1334428
1334428
|
});
|
|
@@ -1334521,7 +1334521,7 @@ var UserPosthogManager = class {
|
|
|
1334521
1334521
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1334522
1334522
|
event: "CLI",
|
|
1334523
1334523
|
properties: {
|
|
1334524
|
-
version: "3.26.2
|
|
1334524
|
+
version: "3.26.2",
|
|
1334525
1334525
|
...event,
|
|
1334526
1334526
|
...event.properties,
|
|
1334527
1334527
|
usingAccessToken: false,
|
|
@@ -1414551,7 +1414551,7 @@ var CliContext = class {
|
|
|
1414551
1414551
|
if (false) {
|
|
1414552
1414552
|
this.logger.error("CLI_VERSION is not defined");
|
|
1414553
1414553
|
}
|
|
1414554
|
-
return "3.26.2
|
|
1414554
|
+
return "3.26.2";
|
|
1414555
1414555
|
}
|
|
1414556
1414556
|
getCliName() {
|
|
1414557
1414557
|
if (false) {
|
|
@@ -1508922,7 +1508922,7 @@ var import_path35 = __toESM(require("path"), 1);
|
|
|
1508922
1508922
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1508923
1508923
|
var LOGS_FOLDER_NAME = "logs";
|
|
1508924
1508924
|
function getCliSource() {
|
|
1508925
|
-
const version6 = "3.26.2
|
|
1508925
|
+
const version6 = "3.26.2";
|
|
1508926
1508926
|
return `cli@${version6}`;
|
|
1508927
1508927
|
}
|
|
1508928
1508928
|
var DebugLogger = class {
|
package/package.json
CHANGED