@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotmeshio/hotmesh",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Unbreakable Workflows",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",
@@ -186,7 +186,7 @@ class ClientService {
186
186
  throw error;
187
187
  }
188
188
  }
189
- else if (isNaN(Number(appVersion)) || appVersion <= version) {
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hotmeshio/hotmesh",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "Unbreakable Workflows",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",