conductor-node 3.8.0 → 3.8.1
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 +1 -1
- package/dist/src/Client.js +1 -1
- package/package.json +1 -1
package/dist/package.json
CHANGED
package/dist/src/Client.js
CHANGED
|
@@ -82,7 +82,7 @@ class Client {
|
|
|
82
82
|
.toString()
|
|
83
83
|
.trim();
|
|
84
84
|
if (currentVersion !== latestVersion) {
|
|
85
|
-
console.warn(`
|
|
85
|
+
console.warn(`A new version of Conductor is available! You are using ${package_json_1.default.name} version ${currentVersion} but the latest version is ${latestVersion}. Please run "yarn add ${package_json_1.default.name}@latest" to update.`);
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
}
|