aislop 0.3.1 → 0.3.2
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/cli.js
CHANGED
|
@@ -3376,7 +3376,7 @@ const logger = {
|
|
|
3376
3376
|
* Application version — injected at build time by tsdown from package.json.
|
|
3377
3377
|
* The fallback should always match the "version" field in package.json.
|
|
3378
3378
|
*/
|
|
3379
|
-
const APP_VERSION = "0.3.
|
|
3379
|
+
const APP_VERSION = "0.3.2";
|
|
3380
3380
|
|
|
3381
3381
|
//#endregion
|
|
3382
3382
|
//#region src/output/layout.ts
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Application version — injected at build time by tsdown from package.json.
|
|
4
4
|
* The fallback should always match the "version" field in package.json.
|
|
5
5
|
*/
|
|
6
|
-
const APP_VERSION = "0.3.
|
|
6
|
+
const APP_VERSION = "0.3.2";
|
|
7
7
|
|
|
8
8
|
//#endregion
|
|
9
9
|
//#region src/output/engine-info.ts
|
package/dist/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as runSubprocess, n as runExpoDoctor, r as isToolInstalled } from "./expo-doctor-Cm5892Y8.js";
|
|
2
|
-
import { n as getEngineLabel, r as APP_VERSION, t as ENGINE_INFO } from "./engine-info-
|
|
2
|
+
import { n as getEngineLabel, r as APP_VERSION, t as ENGINE_INFO } from "./engine-info-N9t3U_CZ.js";
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
4
|
import fs from "node:fs";
|
|
5
5
|
import path from "node:path";
|
|
@@ -4541,7 +4541,7 @@ const scanCommand = async (directory, config, options) => {
|
|
|
4541
4541
|
});
|
|
4542
4542
|
}
|
|
4543
4543
|
if (options.json) {
|
|
4544
|
-
const { buildJsonOutput } = await import("./json-
|
|
4544
|
+
const { buildJsonOutput } = await import("./json-gLNX92Bu.js");
|
|
4545
4545
|
const jsonOut = buildJsonOutput(results, scoreResult, projectInfo.sourceFileCount, elapsedMs);
|
|
4546
4546
|
console.log(JSON.stringify(jsonOut, null, 2));
|
|
4547
4547
|
return { exitCode };
|