@fern-api/fern-api-dev 3.26.3-3-gce199a5b81 → 3.26.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.
Files changed (2) hide show
  1. package/cli.cjs +4 -4
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1334422,7 +1334422,7 @@ var AccessTokenPosthogManager = class {
1334422
1334422
  properties: {
1334423
1334423
  ...event,
1334424
1334424
  ...event.properties,
1334425
- version: "3.26.3-3-gce199a5b81",
1334425
+ version: "3.26.3",
1334426
1334426
  usingAccessToken: true
1334427
1334427
  }
1334428
1334428
  });
@@ -1334521,7 +1334521,7 @@ var UserPosthogManager = class {
1334521
1334521
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1334522
1334522
  event: "CLI",
1334523
1334523
  properties: {
1334524
- version: "3.26.3-3-gce199a5b81",
1334524
+ version: "3.26.3",
1334525
1334525
  ...event,
1334526
1334526
  ...event.properties,
1334527
1334527
  usingAccessToken: false,
@@ -1414559,7 +1414559,7 @@ var CliContext = class {
1414559
1414559
  if (false) {
1414560
1414560
  this.logger.error("CLI_VERSION is not defined");
1414561
1414561
  }
1414562
- return "3.26.3-3-gce199a5b81";
1414562
+ return "3.26.3";
1414563
1414563
  }
1414564
1414564
  getCliName() {
1414565
1414565
  if (false) {
@@ -1508986,7 +1508986,7 @@ var import_path35 = __toESM(require("path"), 1);
1508986
1508986
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1508987
1508987
  var LOGS_FOLDER_NAME = "logs";
1508988
1508988
  function getCliSource() {
1508989
- const version6 = "3.26.3-3-gce199a5b81";
1508989
+ const version6 = "3.26.3";
1508990
1508990
  return `cli@${version6}`;
1508991
1508991
  }
1508992
1508992
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.26.3-3-gce199a5b81",
2
+ "version": "3.26.3",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",