@fern-api/fern-api-dev 3.42.2 → 3.42.3
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.
- package/cli.cjs +5 -5
- package/package.json +1 -1
package/cli.cjs
CHANGED
|
@@ -1415659,7 +1415659,7 @@ var AccessTokenPosthogManager = class {
|
|
|
1415659
1415659
|
properties: {
|
|
1415660
1415660
|
...event,
|
|
1415661
1415661
|
...event.properties,
|
|
1415662
|
-
version: "3.42.
|
|
1415662
|
+
version: "3.42.3",
|
|
1415663
1415663
|
usingAccessToken: true
|
|
1415664
1415664
|
}
|
|
1415665
1415665
|
});
|
|
@@ -1415758,7 +1415758,7 @@ var UserPosthogManager = class {
|
|
|
1415758
1415758
|
distinctId: this.userId ?? await this.getPersistedDistinctId(),
|
|
1415759
1415759
|
event: "CLI",
|
|
1415760
1415760
|
properties: {
|
|
1415761
|
-
version: "3.42.
|
|
1415761
|
+
version: "3.42.3",
|
|
1415762
1415762
|
...event,
|
|
1415763
1415763
|
...event.properties,
|
|
1415764
1415764
|
usingAccessToken: false,
|
|
@@ -1495952,7 +1495952,7 @@ var CliContext = class {
|
|
|
1495952
1495952
|
if (false) {
|
|
1495953
1495953
|
this.logger.error("CLI_VERSION is not defined");
|
|
1495954
1495954
|
}
|
|
1495955
|
-
return "3.42.
|
|
1495955
|
+
return "3.42.3";
|
|
1495956
1495956
|
}
|
|
1495957
1495957
|
getCliName() {
|
|
1495958
1495958
|
if (false) {
|
|
@@ -1591733,7 +1591733,7 @@ var import_path37 = __toESM(require("path"), 1);
|
|
|
1591733
1591733
|
var LOCAL_STORAGE_FOLDER4 = ".fern-dev";
|
|
1591734
1591734
|
var LOGS_FOLDER_NAME = "logs";
|
|
1591735
1591735
|
function getCliSource() {
|
|
1591736
|
-
const version6 = "3.42.
|
|
1591736
|
+
const version6 = "3.42.3";
|
|
1591737
1591737
|
return `cli@${version6}`;
|
|
1591738
1591738
|
}
|
|
1591739
1591739
|
var DebugLogger = class {
|
|
@@ -1608000,7 +1608000,7 @@ var ValidLocalReferencesRule = {
|
|
|
1608000
1608000
|
if (invalidRefs.length > 0) {
|
|
1608001
1608001
|
const errorMessage = createInformativeErrorMessage(invalidRefs);
|
|
1608002
1608002
|
violations.push({
|
|
1608003
|
-
severity: "
|
|
1608003
|
+
severity: "warning",
|
|
1608004
1608004
|
name: "Invalid OpenAPI References",
|
|
1608005
1608005
|
message: errorMessage,
|
|
1608006
1608006
|
relativeFilepath: relativePath
|
package/package.json
CHANGED