@fern-api/fern-api-dev 3.49.2 → 3.49.3-2-g190fb9273a

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
@@ -1430143,7 +1430143,7 @@ var AccessTokenPosthogManager = class {
1430143
1430143
  properties: {
1430144
1430144
  ...event,
1430145
1430145
  ...event.properties,
1430146
- version: "3.49.2",
1430146
+ version: "3.49.3-2-g190fb9273a",
1430147
1430147
  usingAccessToken: true
1430148
1430148
  }
1430149
1430149
  });
@@ -1430242,7 +1430242,7 @@ var UserPosthogManager = class {
1430242
1430242
  distinctId: this.userId ?? await this.getPersistedDistinctId(),
1430243
1430243
  event: "CLI",
1430244
1430244
  properties: {
1430245
- version: "3.49.2",
1430245
+ version: "3.49.3-2-g190fb9273a",
1430246
1430246
  ...event,
1430247
1430247
  ...event.properties,
1430248
1430248
  usingAccessToken: false,
@@ -1509677,7 +1509677,7 @@ var CliContext = class {
1509677
1509677
  if (false) {
1509678
1509678
  this.logger.error("CLI_VERSION is not defined");
1509679
1509679
  }
1509680
- return "3.49.2";
1509680
+ return "3.49.3-2-g190fb9273a";
1509681
1509681
  }
1509682
1509682
  getCliName() {
1509683
1509683
  if (false) {
@@ -1560789,7 +1560789,7 @@ var OSSWorkspace = class _OSSWorkspace extends BaseOpenAPIWorkspace {
1560789
1560789
  type: "openapi",
1560790
1560790
  file: absoluteFilepath
1560791
1560791
  },
1560792
- namespace: spec.namespace ?? this.workspaceName
1560792
+ namespace: spec.namespace ?? void 0
1560793
1560793
  };
1560794
1560794
  specs.push(openApiSpec);
1560795
1560795
  } else {
@@ -1610892,7 +1610892,7 @@ var import_path40 = __toESM(require("path"), 1);
1610892
1610892
  var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
1610893
1610893
  var LOGS_FOLDER_NAME = "logs";
1610894
1610894
  function getCliSource() {
1610895
- const version7 = "3.49.2";
1610895
+ const version7 = "3.49.3-2-g190fb9273a";
1610896
1610896
  return `cli@${version7}`;
1610897
1610897
  }
1610898
1610898
  var DebugLogger = class {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.49.2",
2
+ "version": "3.49.3-2-g190fb9273a",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/fern-api/fern.git",