@fern-api/fern-api-dev 3.53.1-20-gbc2955d5859 → 3.53.1-26-g08354451bcd

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
@@ -1651201,7 +1651201,7 @@ var AccessTokenPosthogManager = class {
1651201
1651201
  properties: {
1651202
1651202
  ...event,
1651203
1651203
  ...event.properties,
1651204
- version: "3.53.1-20-gbc2955d5859",
1651204
+ version: "3.53.1-26-g08354451bcd",
1651205
1651205
  usingAccessToken: true
1651206
1651206
  }
1651207
1651207
  });
@@ -1651251,7 +1651251,7 @@ var UserPosthogManager = class {
1651251
1651251
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1651252
1651252
  event: "CLI",
1651253
1651253
  properties: {
1651254
- version: "3.53.1-20-gbc2955d5859",
1651254
+ version: "3.53.1-26-g08354451bcd",
1651255
1651255
  ...event,
1651256
1651256
  ...event.properties,
1651257
1651257
  usingAccessToken: false,
@@ -1684393,7 +1684393,7 @@ var CliContext = class {
1684393
1684393
  if (false) {
1684394
1684394
  this.logger.error("CLI_VERSION is not defined");
1684395
1684395
  }
1684396
- return "3.53.1-20-gbc2955d5859";
1684396
+ return "3.53.1-26-g08354451bcd";
1684397
1684397
  }
1684398
1684398
  getCliName() {
1684399
1684399
  if (false) {
@@ -1687506,7 +1687506,7 @@ var import_path54 = __toESM(require("path"), 1);
1687506
1687506
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1687507
1687507
  var LOGS_FOLDER_NAME = "logs";
1687508
1687508
  function getCliSource() {
1687509
- const version7 = "3.53.1-20-gbc2955d5859";
1687509
+ const version7 = "3.53.1-26-g08354451bcd";
1687510
1687510
  return `cli@${version7}`;
1687511
1687511
  }
1687512
1687512
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.53.1-20-gbc2955d5859",
2
+ "version": "3.53.1-26-g08354451bcd",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",