pwi-plata-type 0.4.132 → 0.4.133
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.
|
@@ -2,10 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.main = void 0;
|
|
4
4
|
async function main() {
|
|
5
|
-
if (Plata.ProjectJson.plata_no_setup !== undefined) {
|
|
6
|
-
console.log('Plata não configurada remova o plata_no_setup do package.json');
|
|
7
|
-
process.exit(0);
|
|
8
|
-
}
|
|
9
5
|
const args = process.argv.slice(process.argv.indexOf('+'));
|
|
10
6
|
const run = args.slice(args.indexOf('plata-cmd') + 1)[0]?.toLowerCase();
|
|
11
7
|
if (!run) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"plata-cmd.js","sourceRoot":"","sources":["../../src/bin/plata-cmd.ts"],"names":[],"mappings":";;;AAAO,KAAK,UAAU,IAAI;IACtB,
|
|
1
|
+
{"version":3,"file":"plata-cmd.js","sourceRoot":"","sources":["../../src/bin/plata-cmd.ts"],"names":[],"mappings":";;;AAAO,KAAK,UAAU,IAAI;IACtB,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAC3B,OAAO,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAC5B,CAAA;IAED,MAAM,GAAG,GAAG,IAAI,CAAC,KAAK,CAClB,IAAI,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG,CAAC,CAChC,CAAC,CAAC,CAAC,EAAE,WAAW,EAAE,CAAA;IAEnB,IAAI,CAAC,GAAG,EAAE;QACN,OAAO,CAAC,GAAG,CAAC,kBAAkB,CAAC,CAAA;QAC/B,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAA;QACnC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAA;KAClB;IAED,MAAM,GAAG,GAAkC,OAAO,CAAC,WAAW,GAAG,EAAE,CAAC,CAAA;IAEpE,OAAO,GAAG,CAAC,IAAI,EAAE,CAAA;AACrB,CAAC;AAlBD,oBAkBC"}
|
package/package.json
CHANGED
package/src/bin/plata-cmd.ts
CHANGED