@fern-api/fern-api-dev 3.52.0-2-g2bb5c2b1669 → 3.52.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 +4 -4
  2. package/package.json +1 -1
package/cli.cjs CHANGED
@@ -1650633,7 +1650633,7 @@ var AccessTokenPosthogManager = class {
1650633
1650633
  properties: {
1650634
1650634
  ...event,
1650635
1650635
  ...event.properties,
1650636
- version: "3.52.0-2-g2bb5c2b1669",
1650636
+ version: "3.52.0",
1650637
1650637
  usingAccessToken: true
1650638
1650638
  }
1650639
1650639
  });
@@ -1650683,7 +1650683,7 @@ var UserPosthogManager = class {
1650683
1650683
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1650684
1650684
  event: "CLI",
1650685
1650685
  properties: {
1650686
- version: "3.52.0-2-g2bb5c2b1669",
1650686
+ version: "3.52.0",
1650687
1650687
  ...event,
1650688
1650688
  ...event.properties,
1650689
1650689
  usingAccessToken: false,
@@ -1683825,7 +1683825,7 @@ var CliContext = class {
1683825
1683825
  if (false) {
1683826
1683826
  this.logger.error("CLI_VERSION is not defined");
1683827
1683827
  }
1683828
- return "3.52.0-2-g2bb5c2b1669";
1683828
+ return "3.52.0";
1683829
1683829
  }
1683830
1683830
  getCliName() {
1683831
1683831
  if (false) {
@@ -1686938,7 +1686938,7 @@ var import_path54 = __toESM(require("path"), 1);
1686938
1686938
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1686939
1686939
  var LOGS_FOLDER_NAME = "logs";
1686940
1686940
  function getCliSource() {
1686941
- const version7 = "3.52.0-2-g2bb5c2b1669";
1686941
+ const version7 = "3.52.0";
1686942
1686942
  return `cli@${version7}`;
1686943
1686943
  }
1686944
1686944
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.52.0-2-g2bb5c2b1669",
2
+ "version": "3.52.0",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",