@hotmeshio/hotmesh 0.1.11 → 0.1.12
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/build/package.json
CHANGED
|
@@ -186,7 +186,7 @@ class ClientService {
|
|
|
186
186
|
throw error;
|
|
187
187
|
}
|
|
188
188
|
}
|
|
189
|
-
else if (isNaN(Number(appVersion)) || appVersion
|
|
189
|
+
else if (isNaN(Number(appVersion)) || appVersion < version) {
|
|
190
190
|
try {
|
|
191
191
|
await hotMesh.deploy((0, factory_1.getWorkflowYAML)(appId, version));
|
|
192
192
|
await hotMesh.activate(version);
|