@fern-api/fern-api-dev 4.67.0-2-gb9a86a1c7b3 → 4.67.0-6-gf5f83c2ef73
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 +7 -7
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -363248,9 +363248,9 @@ var require_diff3 = __commonJS({
|
|
|
363248
363248
|
}
|
|
363249
363249
|
});
|
|
363250
363250
|
|
|
363251
|
-
// ../../../node_modules/.pnpm/@fern-api+replay@0.10.
|
|
363251
|
+
// ../../../node_modules/.pnpm/@fern-api+replay@0.10.3/node_modules/@fern-api/replay/dist/index.cjs
|
|
363252
363252
|
var require_dist14 = __commonJS({
|
|
363253
|
-
"../../../node_modules/.pnpm/@fern-api+replay@0.10.
|
|
363253
|
+
"../../../node_modules/.pnpm/@fern-api+replay@0.10.3/node_modules/@fern-api/replay/dist/index.cjs"(exports2, module4) {
|
|
363254
363254
|
"use strict";
|
|
363255
363255
|
var __defProp4 = Object.defineProperty;
|
|
363256
363256
|
var __getOwnPropDesc4 = Object.getOwnPropertyDescriptor;
|
|
@@ -627556,7 +627556,7 @@ var AccessTokenPosthogManager = class {
|
|
|
627556
627556
|
properties: {
|
|
627557
627557
|
...event,
|
|
627558
627558
|
...event.properties,
|
|
627559
|
-
version: "4.67.0-
|
|
627559
|
+
version: "4.67.0-6-gf5f83c2ef73",
|
|
627560
627560
|
usingAccessToken: true
|
|
627561
627561
|
}
|
|
627562
627562
|
});
|
|
@@ -627607,7 +627607,7 @@ var UserPosthogManager = class {
|
|
|
627607
627607
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
627608
627608
|
event: "CLI",
|
|
627609
627609
|
properties: {
|
|
627610
|
-
version: "4.67.0-
|
|
627610
|
+
version: "4.67.0-6-gf5f83c2ef73",
|
|
627611
627611
|
...event,
|
|
627612
627612
|
...event.properties,
|
|
627613
627613
|
usingAccessToken: false,
|
|
@@ -843865,7 +843865,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
|
843865
843865
|
var LOGS_FOLDER_NAME = "logs";
|
|
843866
843866
|
var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
|
|
843867
843867
|
function getCliSource() {
|
|
843868
|
-
const version7 = "4.67.0-
|
|
843868
|
+
const version7 = "4.67.0-6-gf5f83c2ef73";
|
|
843869
843869
|
return `cli@${version7}`;
|
|
843870
843870
|
}
|
|
843871
843871
|
var DebugLogger = class {
|
|
@@ -855113,7 +855113,7 @@ var LegacyDocsPublisher = class {
|
|
|
855113
855113
|
previewId,
|
|
855114
855114
|
disableTemplates: void 0,
|
|
855115
855115
|
skipUpload,
|
|
855116
|
-
cliVersion: "4.67.0-
|
|
855116
|
+
cliVersion: "4.67.0-6-gf5f83c2ef73"
|
|
855117
855117
|
});
|
|
855118
855118
|
if (taskContext.getResult() === TaskResult.Failure) {
|
|
855119
855119
|
return { success: false };
|
|
@@ -928711,7 +928711,7 @@ var CliContext = class {
|
|
|
928711
928711
|
if (false) {
|
|
928712
928712
|
this.logger.error("CLI_VERSION is not defined");
|
|
928713
928713
|
}
|
|
928714
|
-
return "4.67.0-
|
|
928714
|
+
return "4.67.0-6-gf5f83c2ef73";
|
|
928715
928715
|
}
|
|
928716
928716
|
getCliName() {
|
|
928717
928717
|
if (false) {
|
package/package.json
CHANGED