@sevenvip666/rop 0.1.20 → 0.1.21
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/bin/index.mjs +6 -7
- package/package.json +1 -1
package/dist/bin/index.mjs
CHANGED
|
@@ -1277,7 +1277,7 @@ var init = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
|
1277
1277
|
init = new InitApi();
|
|
1278
1278
|
return [4 /*yield*/, init.initProjectConfigJson(framework)];
|
|
1279
1279
|
case 19:
|
|
1280
|
-
|
|
1280
|
+
_a.sent();
|
|
1281
1281
|
return [4 /*yield*/, init.initRopConfig(projectId, accessKey, teamSign)];
|
|
1282
1282
|
case 20:
|
|
1283
1283
|
_a.sent();
|
|
@@ -1298,11 +1298,10 @@ var init = function () { return __awaiter(void 0, void 0, void 0, function () {
|
|
|
1298
1298
|
case Framework.FLUTTER:
|
|
1299
1299
|
break;
|
|
1300
1300
|
}
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
}];
|
|
1301
|
+
return [2 /*return*/, {
|
|
1302
|
+
projectId: projectId,
|
|
1303
|
+
accessKey: accessKey,
|
|
1304
|
+
}];
|
|
1306
1305
|
}
|
|
1307
1306
|
});
|
|
1308
1307
|
}); };
|
|
@@ -1530,7 +1529,7 @@ var setHost = function (host) {
|
|
|
1530
1529
|
};
|
|
1531
1530
|
|
|
1532
1531
|
var program = new Command();
|
|
1533
|
-
program.name('rop').description('CLI to some JavaScript string utilities').version('0.1.
|
|
1532
|
+
program.name('rop').description('CLI to some JavaScript string utilities').version('0.1.21');
|
|
1534
1533
|
program
|
|
1535
1534
|
.command('login')
|
|
1536
1535
|
.description('login')
|