@clickview/ship-it 0.0.35-dev.10 → 0.0.35-dev.11

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.
@@ -134,7 +134,7 @@ var BumpPackagesTask = /** @class */ (function () {
134
134
  _a.label = 3;
135
135
  case 3:
136
136
  _a.trys.push([3, 5, 6, 7]);
137
- return [4 /*yield*/, execSyncWithTimeout('your lerna command', 20000)];
137
+ return [4 /*yield*/, execSyncWithTimeout(lernaVersionCmd, 20000)];
138
138
  case 4:
139
139
  _a.sent(); // 30 second timeout
140
140
  utils_1.Logger.logInfo('Command completed successfully');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clickview/ship-it",
3
- "version": "0.0.35-dev.10",
3
+ "version": "0.0.35-dev.11",
4
4
  "description": "Release Manager",
5
5
  "main": "./lib/index.js",
6
6
  "bin": {