@fern-api/fern-api-dev 3.27.0-2-g8cb7aab8fd → 3.27.0-3-g4014568fd2

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
@@ -1413257,7 +1413257,7 @@ var AccessTokenPosthogManager = class {
1413257
1413257
  properties: {
1413258
1413258
  ...event,
1413259
1413259
  ...event.properties,
1413260
- version: "3.27.0-2-g8cb7aab8fd",
1413260
+ version: "3.27.0-3-g4014568fd2",
1413261
1413261
  usingAccessToken: true
1413262
1413262
  }
1413263
1413263
  });
@@ -1413356,7 +1413356,7 @@ var UserPosthogManager = class {
1413356
1413356
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1413357
1413357
  event: "CLI",
1413358
1413358
  properties: {
1413359
- version: "3.27.0-2-g8cb7aab8fd",
1413359
+ version: "3.27.0-3-g4014568fd2",
1413360
1413360
  ...event,
1413361
1413361
  ...event.properties,
1413362
1413362
  usingAccessToken: false,
@@ -1493422,7 +1493422,7 @@ var CliContext = class {
1493422
1493422
  if (false) {
1493423
1493423
  this.logger.error("CLI_VERSION is not defined");
1493424
1493424
  }
1493425
- return "3.27.0-2-g8cb7aab8fd";
1493425
+ return "3.27.0-3-g4014568fd2";
1493426
1493426
  }
1493427
1493427
  getCliName() {
1493428
1493428
  if (false) {
@@ -1587894,7 +1587894,7 @@ var import_path35 = __toESM(require("path"), 1);
1587894
1587894
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1587895
1587895
  var LOGS_FOLDER_NAME = "logs";
1587896
1587896
  function getCliSource() {
1587897
- const version6 = "3.27.0-2-g8cb7aab8fd";
1587897
+ const version6 = "3.27.0-3-g4014568fd2";
1587898
1587898
  return `cli@${version6}`;
1587899
1587899
  }
1587900
1587900
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.27.0-2-g8cb7aab8fd",
2
+ "version": "3.27.0-3-g4014568fd2",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",