@pnpm/exec.build-commands 1000.0.1 → 1000.0.3
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.
|
@@ -7,7 +7,7 @@ exports.getAutomaticallyIgnoredBuilds = getAutomaticallyIgnoredBuilds;
|
|
|
7
7
|
const path_1 = __importDefault(require("path"));
|
|
8
8
|
const modules_yaml_1 = require("@pnpm/modules-yaml");
|
|
9
9
|
async function getAutomaticallyIgnoredBuilds(opts) {
|
|
10
|
-
const modulesManifest = await (0, modules_yaml_1.readModulesManifest)(opts.modulesDir ?? path_1.default.join(opts.dir, 'node_modules'));
|
|
10
|
+
const modulesManifest = await (0, modules_yaml_1.readModulesManifest)(opts.modulesDir ?? path_1.default.join(opts.lockfileDir ?? opts.dir, 'node_modules'));
|
|
11
11
|
if (modulesManifest == null) {
|
|
12
12
|
return null;
|
|
13
13
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"getAutomaticallyIgnoredBuilds.js","sourceRoot":"","sources":["../src/getAutomaticallyIgnoredBuilds.ts"],"names":[],"mappings":";;;;;AAIA,sEAMC;AAVD,gDAAuB;AACvB,qDAAwD;AAGjD,KAAK,UAAU,6BAA6B,CAAE,IAA8B;IACjF,MAAM,eAAe,GAAG,MAAM,IAAA,kCAAmB,EAAC,IAAI,CAAC,UAAU,IAAI,cAAI,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE,cAAc,CAAC,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"getAutomaticallyIgnoredBuilds.js","sourceRoot":"","sources":["../src/getAutomaticallyIgnoredBuilds.ts"],"names":[],"mappings":";;;;;AAIA,sEAMC;AAVD,gDAAuB;AACvB,qDAAwD;AAGjD,KAAK,UAAU,6BAA6B,CAAE,IAA8B;IACjF,MAAM,eAAe,GAAG,MAAM,IAAA,kCAAmB,EAAC,IAAI,CAAC,UAAU,IAAI,cAAI,CAAC,IAAI,CAAC,IAAI,CAAC,WAAW,IAAI,IAAI,CAAC,GAAG,EAAE,cAAc,CAAC,CAAC,CAAA;IAC7H,IAAI,eAAe,IAAI,IAAI,EAAE,CAAC;QAC5B,OAAO,IAAI,CAAA;IACb,CAAC;IACD,OAAO,eAAe,EAAE,aAAa,IAAI,EAAE,CAAA;AAC7C,CAAC"}
|
package/lib/ignoredBuilds.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type Config } from '@pnpm/config';
|
|
2
|
-
export type IgnoredBuildsCommandOpts = Pick<Config, 'modulesDir' | 'dir' | 'rootProjectManifest'>;
|
|
2
|
+
export type IgnoredBuildsCommandOpts = Pick<Config, 'modulesDir' | 'dir' | 'rootProjectManifest' | 'lockfileDir'>;
|
|
3
3
|
export declare const commandNames: string[];
|
|
4
4
|
export declare function help(): string;
|
|
5
5
|
export declare function cliOptionsTypes(): Record<string, unknown>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/exec.build-commands",
|
|
3
|
-
"version": "1000.0.
|
|
3
|
+
"version": "1000.0.3",
|
|
4
4
|
"description": "Commands for managing dependency builds",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -23,23 +23,23 @@
|
|
|
23
23
|
},
|
|
24
24
|
"homepage": "https://github.com/pnpm/pnpm/blob/main/exec/build-commands#readme",
|
|
25
25
|
"devDependencies": {
|
|
26
|
-
"@pnpm/registry-mock": "
|
|
26
|
+
"@pnpm/registry-mock": "4.0.0",
|
|
27
27
|
"@types/ramda": "0.29.12",
|
|
28
28
|
"load-json-file": "^6.2.0",
|
|
29
29
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
30
|
-
"@pnpm/config": "1002.
|
|
31
|
-
"@pnpm/exec.build-commands": "1000.0.
|
|
32
|
-
"@pnpm/plugin-commands-installation": "1001.
|
|
33
|
-
"@pnpm/
|
|
34
|
-
"@pnpm/
|
|
30
|
+
"@pnpm/config": "1002.3.0",
|
|
31
|
+
"@pnpm/exec.build-commands": "1000.0.3",
|
|
32
|
+
"@pnpm/plugin-commands-installation": "1001.4.0",
|
|
33
|
+
"@pnpm/prepare": "0.0.111",
|
|
34
|
+
"@pnpm/types": "1000.1.1"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
37
|
"chalk": "^4.1.2",
|
|
38
38
|
"enquirer": "^2.4.1",
|
|
39
39
|
"render-help": "^1.0.3",
|
|
40
40
|
"@pnpm/modules-yaml": "1000.1.2",
|
|
41
|
-
"@pnpm/config": "1002.
|
|
42
|
-
"@pnpm/plugin-commands-rebuild": "1001.1.
|
|
41
|
+
"@pnpm/config": "1002.3.0",
|
|
42
|
+
"@pnpm/plugin-commands-rebuild": "1001.1.6",
|
|
43
43
|
"@pnpm/prepare-temp-dir": "0.0.0",
|
|
44
44
|
"@pnpm/read-project-manifest": "1000.0.5"
|
|
45
45
|
},
|