conductor-node 8.2.3 → 8.2.4
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/dist/package.json
CHANGED
|
@@ -75,7 +75,7 @@ function generateConductorError(error) {
|
|
|
75
75
|
return new error_1.ConductorError({
|
|
76
76
|
type: "temp",
|
|
77
77
|
code: error_1.DEFAULT_ERROR_CODE,
|
|
78
|
-
developerMessage: `The Conductor server is no longer compatible with your version of "${package_json_1.default.name}". Please run "yarn upgrade ${package_json_1.default.name}
|
|
78
|
+
developerMessage: `The Conductor server is no longer compatible with your version of "${package_json_1.default.name}". Please run "yarn upgrade ${package_json_1.default.name} --latest" to update.`,
|
|
79
79
|
statusCode: response.status,
|
|
80
80
|
});
|
|
81
81
|
}
|
package/package.json
CHANGED