utiller 1.0.27 → 1.0.28
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.
|
@@ -1258,7 +1258,7 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
|
|
|
1258
1258
|
|
|
1259
1259
|
|
|
1260
1260
|
if (!deployToNPMServer) {
|
|
1261
|
-
_context10.next =
|
|
1261
|
+
_context10.next = 26;
|
|
1262
1262
|
break;
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
@@ -1267,11 +1267,11 @@ var NodeUtiller = /*#__PURE__*/function (_Utiller) {
|
|
|
1267
1267
|
|
|
1268
1268
|
case 24:
|
|
1269
1269
|
_context10.next = 26;
|
|
1270
|
-
return _this8.
|
|
1270
|
+
return _this8.updateVersionOfTemplate(name, version);
|
|
1271
1271
|
|
|
1272
1272
|
case 26:
|
|
1273
1273
|
_context10.next = 28;
|
|
1274
|
-
return _this8.
|
|
1274
|
+
return _this8.deleteSelfByPath(tempFolderPath, true);
|
|
1275
1275
|
|
|
1276
1276
|
case 28:
|
|
1277
1277
|
case "end":
|
package/package.json
CHANGED