@sevenvip666/rop 0.1.19 → 0.1.20
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
CHANGED
|
@@ -339,6 +339,7 @@ var getFlutterEnv = function (projectPath) {
|
|
|
339
339
|
basePath: dir + '/build',
|
|
340
340
|
appName: doc.name,
|
|
341
341
|
version: doc.version.split('+')[0],
|
|
342
|
+
flutterVersion: doc.version,
|
|
342
343
|
};
|
|
343
344
|
}
|
|
344
345
|
else {
|
|
@@ -1529,7 +1530,7 @@ var setHost = function (host) {
|
|
|
1529
1530
|
};
|
|
1530
1531
|
|
|
1531
1532
|
var program = new Command();
|
|
1532
|
-
program.name('rop').description('CLI to some JavaScript string utilities').version('0.1.
|
|
1533
|
+
program.name('rop').description('CLI to some JavaScript string utilities').version('0.1.20');
|
|
1533
1534
|
program
|
|
1534
1535
|
.command('login')
|
|
1535
1536
|
.description('login')
|