@fern-api/fern-api-dev 4.37.9-2-gecb16cbd26c → 4.37.10

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
@@ -581600,7 +581600,7 @@ var AccessTokenPosthogManager = class {
581600
581600
  properties: {
581601
581601
  ...event,
581602
581602
  ...event.properties,
581603
- version: "4.37.9-2-gecb16cbd26c",
581603
+ version: "4.37.10",
581604
581604
  usingAccessToken: true
581605
581605
  }
581606
581606
  });
@@ -581651,7 +581651,7 @@ var UserPosthogManager = class {
581651
581651
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
581652
581652
  event: "CLI",
581653
581653
  properties: {
581654
- version: "4.37.9-2-gecb16cbd26c",
581654
+ version: "4.37.10",
581655
581655
  ...event,
581656
581656
  ...event.properties,
581657
581657
  usingAccessToken: false,
@@ -787754,7 +787754,7 @@ var import_path51 = __toESM(require("path"), 1);
787754
787754
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
787755
787755
  var LOGS_FOLDER_NAME = "logs";
787756
787756
  function getCliSource() {
787757
- const version8 = "4.37.9-2-gecb16cbd26c";
787757
+ const version8 = "4.37.10";
787758
787758
  return `cli@${version8}`;
787759
787759
  }
787760
787760
  var DebugLogger = class {
@@ -798549,7 +798549,7 @@ var LegacyDocsPublisher = class {
798549
798549
  previewId: void 0,
798550
798550
  disableTemplates: void 0,
798551
798551
  skipUpload,
798552
- cliVersion: "4.37.9-2-gecb16cbd26c"
798552
+ cliVersion: "4.37.10"
798553
798553
  });
798554
798554
  if (taskContext.getResult() === TaskResult.Failure) {
798555
798555
  return { success: false };
@@ -871135,7 +871135,7 @@ var CliContext = class {
871135
871135
  if (false) {
871136
871136
  this.logger.error("CLI_VERSION is not defined");
871137
871137
  }
871138
- return "4.37.9-2-gecb16cbd26c";
871138
+ return "4.37.10";
871139
871139
  }
871140
871140
  getCliName() {
871141
871141
  if (false) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.37.9-2-gecb16cbd26c",
2
+ "version": "4.37.10",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",