@fern-api/fern-api-dev 4.68.5-8-g6594a748f1f → 4.69.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
@@ -627016,7 +627016,7 @@ var AccessTokenPosthogManager = class {
627016
627016
  properties: {
627017
627017
  ...event,
627018
627018
  ...event.properties,
627019
- version: "4.68.5-8-g6594a748f1f",
627019
+ version: "4.69.0",
627020
627020
  usingAccessToken: true
627021
627021
  }
627022
627022
  });
@@ -627070,7 +627070,7 @@ var UserPosthogManager = class {
627070
627070
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
627071
627071
  event: "CLI",
627072
627072
  properties: {
627073
- version: "4.68.5-8-g6594a748f1f",
627073
+ version: "4.69.0",
627074
627074
  ...event,
627075
627075
  ...event.properties,
627076
627076
  usingAccessToken: false,
@@ -844122,7 +844122,7 @@ var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
844122
844122
  var LOGS_FOLDER_NAME = "logs";
844123
844123
  var MAX_LOGS_DIR_SIZE_BYTES = 100 * 1024 * 1024;
844124
844124
  function getCliSource() {
844125
- const version7 = "4.68.5-8-g6594a748f1f";
844125
+ const version7 = "4.69.0";
844126
844126
  return `cli@${version7}`;
844127
844127
  }
844128
844128
  var DebugLogger = class {
@@ -855372,7 +855372,7 @@ var LegacyDocsPublisher = class {
855372
855372
  previewId,
855373
855373
  disableTemplates: void 0,
855374
855374
  skipUpload,
855375
- cliVersion: "4.68.5-8-g6594a748f1f"
855375
+ cliVersion: "4.69.0"
855376
855376
  });
855377
855377
  if (taskContext.getResult() === TaskResult.Failure) {
855378
855378
  return { success: false };
@@ -929215,7 +929215,7 @@ var CliContext = class _CliContext {
929215
929215
  if (false) {
929216
929216
  this.logger.error("CLI_VERSION is not defined");
929217
929217
  }
929218
- return "4.68.5-8-g6594a748f1f";
929218
+ return "4.69.0";
929219
929219
  }
929220
929220
  getCliName() {
929221
929221
  if (false) {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "4.68.5-8-g6594a748f1f",
2
+ "version": "4.69.0",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",