@fern-api/fern-api-dev 3.95.2 → 3.95.3
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 +6 -6
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -577366,7 +577366,7 @@ var AccessTokenPosthogManager = class {
|
|
|
577366
577366
|
properties: {
|
|
577367
577367
|
...event,
|
|
577368
577368
|
...event.properties,
|
|
577369
|
-
version: "3.95.
|
|
577369
|
+
version: "3.95.3",
|
|
577370
577370
|
usingAccessToken: true
|
|
577371
577371
|
}
|
|
577372
577372
|
});
|
|
@@ -577475,7 +577475,7 @@ var UserPosthogManager = class {
|
|
|
577475
577475
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
577476
577476
|
event: "CLI",
|
|
577477
577477
|
properties: {
|
|
577478
|
-
version: "3.95.
|
|
577478
|
+
version: "3.95.3",
|
|
577479
577479
|
...event,
|
|
577480
577480
|
...event.properties,
|
|
577481
577481
|
usingAccessToken: false,
|
|
@@ -750051,9 +750051,9 @@ var LambdaExampleEnhancer = class {
|
|
|
750051
750051
|
styleInstructions: config3.styleInstructions
|
|
750052
750052
|
};
|
|
750053
750053
|
this.context = context2;
|
|
750054
|
-
const lambdaOrigin = "https://
|
|
750054
|
+
const lambdaOrigin = "https://ykq45y6fvnszd35iv5yuuatkze0rpwuz.lambda-url.us-east-1.on.aws";
|
|
750055
750055
|
if (!lambdaOrigin) {
|
|
750056
|
-
throw new Error("
|
|
750056
|
+
throw new Error("DEFAULT_FDR_LAMBDA_DOCS_ORIGIN environment variable is not set. AI example enhancement requires this to be configured.");
|
|
750057
750057
|
}
|
|
750058
750058
|
this.lambdaOrigin = lambdaOrigin;
|
|
750059
750059
|
this.venusOrigin = "https://venus-dev2.buildwithfern.com";
|
|
@@ -763344,7 +763344,7 @@ var import_path40 = __toESM(require("path"), 1);
|
|
|
763344
763344
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
763345
763345
|
var LOGS_FOLDER_NAME = "logs";
|
|
763346
763346
|
function getCliSource() {
|
|
763347
|
-
const version7 = "3.95.
|
|
763347
|
+
const version7 = "3.95.3";
|
|
763348
763348
|
return `cli@${version7}`;
|
|
763349
763349
|
}
|
|
763350
763350
|
var DebugLogger = class {
|
|
@@ -1127046,7 +1127046,7 @@ var CliContext = class {
|
|
|
1127046
1127046
|
if (false) {
|
|
1127047
1127047
|
this.logger.error("CLI_VERSION is not defined");
|
|
1127048
1127048
|
}
|
|
1127049
|
-
return "3.95.
|
|
1127049
|
+
return "3.95.3";
|
|
1127050
1127050
|
}
|
|
1127051
1127051
|
getCliName() {
|
|
1127052
1127052
|
if (false) {
|
package/package.json
CHANGED