@fern-api/fern-api-dev 4.71.1-25-g87aa3b48eb8 → 4.71.1-29-ga433c58b09a

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.
Files changed (2) hide show
  1. package/cli.cjs +5 -5
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -621274,7 +621274,7 @@ var AccessTokenPosthogManager = class {
621274
621274
  properties: {
621275
621275
  ...event,
621276
621276
  ...event.properties,
621277
- version: "4.71.1-25-g87aa3b48eb8",
621277
+ version: "4.71.1-29-ga433c58b09a",
621278
621278
  usingAccessToken: true
621279
621279
  }
621280
621280
  });
@@ -621328,7 +621328,7 @@ var UserPosthogManager = class {
621328
621328
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
621329
621329
  event: "CLI",
621330
621330
  properties: {
621331
- version: "4.71.1-25-g87aa3b48eb8",
621331
+ version: "4.71.1-29-ga433c58b09a",
621332
621332
  ...event,
621333
621333
  ...event.properties,
621334
621334
  usingAccessToken: false,
@@ -838427,7 +838427,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
838427
838427
  var LOGS_FOLDER_NAME = "logs";
838428
838428
  var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
838429
838429
  function getCliSource() {
838430
- const version7 = "4.71.1-25-g87aa3b48eb8";
838430
+ const version7 = "4.71.1-29-ga433c58b09a";
838431
838431
  return `cli@${version7}`;
838432
838432
  }
838433
838433
  var DebugLogger = class {
@@ -849674,7 +849674,7 @@ var LegacyDocsPublisher = class {
849674
849674
  previewId,
849675
849675
  disableTemplates: void 0,
849676
849676
  skipUpload,
849677
- cliVersion: "4.71.1-25-g87aa3b48eb8"
849677
+ cliVersion: "4.71.1-29-ga433c58b09a"
849678
849678
  });
849679
849679
  if (taskContext.getResult() === TaskResult.Failure) {
849680
849680
  return { success: false };
@@ -924027,7 +924027,7 @@ var CliContext = class _CliContext {
924027
924027
  if (false) {
924028
924028
  this.logger.error("CLI_VERSION is not defined");
924029
924029
  }
924030
- return "4.71.1-25-g87aa3b48eb8";
924030
+ return "4.71.1-29-ga433c58b09a";
924031
924031
  }
924032
924032
  getCliName() {
924033
924033
  if (false) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.71.1-25-g87aa3b48eb8",
2
+ "version": "4.71.1-29-ga433c58b09a",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",