@fern-api/fern-api-dev 3.52.1-2-g35a8ecf9b7c → 3.52.1-3-ge1f74f36840

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
@@ -1650983,7 +1650983,7 @@ var AccessTokenPosthogManager = class {
1650983
1650983
  properties: {
1650984
1650984
  ...event,
1650985
1650985
  ...event.properties,
1650986
- version: "3.52.1-2-g35a8ecf9b7c",
1650986
+ version: "3.52.1-3-ge1f74f36840",
1650987
1650987
  usingAccessToken: true
1650988
1650988
  }
1650989
1650989
  });
@@ -1651033,7 +1651033,7 @@ var UserPosthogManager = class {
1651033
1651033
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1651034
1651034
  event: "CLI",
1651035
1651035
  properties: {
1651036
- version: "3.52.1-2-g35a8ecf9b7c",
1651036
+ version: "3.52.1-3-ge1f74f36840",
1651037
1651037
  ...event,
1651038
1651038
  ...event.properties,
1651039
1651039
  usingAccessToken: false,
@@ -1684175,7 +1684175,7 @@ var CliContext = class {
1684175
1684175
  if (false) {
1684176
1684176
  this.logger.error("CLI_VERSION is not defined");
1684177
1684177
  }
1684178
- return "3.52.1-2-g35a8ecf9b7c";
1684178
+ return "3.52.1-3-ge1f74f36840";
1684179
1684179
  }
1684180
1684180
  getCliName() {
1684181
1684181
  if (false) {
@@ -1687288,7 +1687288,7 @@ var import_path54 = __toESM(require("path"), 1);
1687288
1687288
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1687289
1687289
  var LOGS_FOLDER_NAME = "logs";
1687290
1687290
  function getCliSource() {
1687291
- const version7 = "3.52.1-2-g35a8ecf9b7c";
1687291
+ const version7 = "3.52.1-3-ge1f74f36840";
1687292
1687292
  return `cli@${version7}`;
1687293
1687293
  }
1687294
1687294
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.52.1-2-g35a8ecf9b7c",
2
+ "version": "3.52.1-3-ge1f74f36840",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",