@fern-api/fern-api-dev 4.38.0-3-g13432482039 → 4.38.0

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
@@ -581652,7 +581652,7 @@ var AccessTokenPosthogManager = class {
581652
581652
  properties: {
581653
581653
  ...event,
581654
581654
  ...event.properties,
581655
- version: "4.38.0-3-g13432482039",
581655
+ version: "4.38.0",
581656
581656
  usingAccessToken: true
581657
581657
  }
581658
581658
  });
@@ -581703,7 +581703,7 @@ var UserPosthogManager = class {
581703
581703
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
581704
581704
  event: "CLI",
581705
581705
  properties: {
581706
- version: "4.38.0-3-g13432482039",
581706
+ version: "4.38.0",
581707
581707
  ...event,
581708
581708
  ...event.properties,
581709
581709
  usingAccessToken: false,
@@ -787806,7 +787806,7 @@ var import_path51 = __toESM(require("path"), 1);
787806
787806
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
787807
787807
  var LOGS_FOLDER_NAME = "logs";
787808
787808
  function getCliSource() {
787809
- const version8 = "4.38.0-3-g13432482039";
787809
+ const version8 = "4.38.0";
787810
787810
  return `cli@${version8}`;
787811
787811
  }
787812
787812
  var DebugLogger = class {
@@ -798610,7 +798610,7 @@ var LegacyDocsPublisher = class {
798610
798610
  previewId: void 0,
798611
798611
  disableTemplates: void 0,
798612
798612
  skipUpload,
798613
- cliVersion: "4.38.0-3-g13432482039"
798613
+ cliVersion: "4.38.0"
798614
798614
  });
798615
798615
  if (taskContext.getResult() === TaskResult.Failure) {
798616
798616
  return { success: false };
@@ -871204,7 +871204,7 @@ var CliContext = class {
871204
871204
  if (false) {
871205
871205
  this.logger.error("CLI_VERSION is not defined");
871206
871206
  }
871207
- return "4.38.0-3-g13432482039";
871207
+ return "4.38.0";
871208
871208
  }
871209
871209
  getCliName() {
871210
871210
  if (false) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.38.0-3-g13432482039",
2
+ "version": "4.38.0",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",