@pnpm/building.commands 1100.0.8 → 1100.0.10
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/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/policy/index.d.ts +1 -0
- package/lib/policy/index.js +1 -0
- package/package.json +12 -12
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export { rebuild, type RebuildCommandOpts } from './build/index.js';
|
|
2
2
|
export type { ApproveBuildsCommandOpts } from './policy/approveBuilds.js';
|
|
3
|
-
export { approveBuilds, ignoredBuilds } from './policy/index.js';
|
|
3
|
+
export { approveBuilds, getAutomaticallyIgnoredBuilds, ignoredBuilds } from './policy/index.js';
|
package/lib/index.js
CHANGED
package/lib/policy/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as approveBuilds from './approveBuilds.js';
|
|
2
2
|
import * as ignoredBuilds from './ignoredBuilds.js';
|
|
3
3
|
export type { ApproveBuildsCommandOpts } from './approveBuilds.js';
|
|
4
|
+
export { getAutomaticallyIgnoredBuilds } from './getAutomaticallyIgnoredBuilds.js';
|
|
4
5
|
export { approveBuilds, ignoredBuilds };
|
package/lib/policy/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import * as approveBuilds from './approveBuilds.js';
|
|
2
2
|
import * as ignoredBuilds from './ignoredBuilds.js';
|
|
3
|
+
export { getAutomaticallyIgnoredBuilds } from './getAutomaticallyIgnoredBuilds.js';
|
|
3
4
|
export { approveBuilds, ignoredBuilds };
|
|
4
5
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/building.commands",
|
|
3
|
-
"version": "1100.0.
|
|
3
|
+
"version": "1100.0.10",
|
|
4
4
|
"description": "Commands for rebuilding and managing dependency builds",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"p-limit": "^7.1.0",
|
|
32
32
|
"ramda": "npm:@pnpm/ramda@0.28.1",
|
|
33
33
|
"render-help": "^2.0.0",
|
|
34
|
+
"@pnpm/building.after-install": "1101.0.5",
|
|
34
35
|
"@pnpm/cli.command": "1100.0.1",
|
|
35
36
|
"@pnpm/cli.common-cli-options-help": "1100.0.1",
|
|
36
37
|
"@pnpm/cli.utils": "1101.0.2",
|
|
37
|
-
"@pnpm/
|
|
38
|
+
"@pnpm/config.reader": "1101.1.4",
|
|
38
39
|
"@pnpm/config.writer": "1100.0.4",
|
|
39
|
-
"@pnpm/config.reader": "1101.1.3",
|
|
40
|
-
"@pnpm/installing.commands": "1100.1.6",
|
|
41
40
|
"@pnpm/deps.path": "1100.0.2",
|
|
42
|
-
"@pnpm/installing.modules-yaml": "1100.0.2",
|
|
43
41
|
"@pnpm/error": "1100.0.0",
|
|
42
|
+
"@pnpm/installing.commands": "1100.1.8",
|
|
43
|
+
"@pnpm/installing.modules-yaml": "1100.0.2",
|
|
44
44
|
"@pnpm/prepare-temp-dir": "1100.0.0",
|
|
45
|
-
"@pnpm/store.connection-manager": "1100.0.
|
|
46
|
-
"@pnpm/
|
|
47
|
-
"@pnpm/
|
|
45
|
+
"@pnpm/store.connection-manager": "1100.0.9",
|
|
46
|
+
"@pnpm/types": "1101.0.0",
|
|
47
|
+
"@pnpm/workspace.projects-sorter": "1100.0.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
50
|
"@pnpm/logger": ">=1001.0.0 <1002.0.0"
|
|
@@ -59,17 +59,17 @@
|
|
|
59
59
|
"write-package": "7.2.0",
|
|
60
60
|
"write-yaml-file": "^6.0.0",
|
|
61
61
|
"@pnpm/assert-project": "1100.0.4",
|
|
62
|
+
"@pnpm/building.commands": "1100.0.10",
|
|
62
63
|
"@pnpm/constants": "1100.0.0",
|
|
63
|
-
"@pnpm/building.commands": "1100.0.8",
|
|
64
64
|
"@pnpm/crypto.object-hasher": "1100.0.0",
|
|
65
|
-
"@pnpm/prepare": "1100.0.4",
|
|
66
65
|
"@pnpm/logger": "1100.0.0",
|
|
66
|
+
"@pnpm/prepare": "1100.0.4",
|
|
67
67
|
"@pnpm/store.cafs": "1100.1.1",
|
|
68
|
+
"@pnpm/store.index": "1100.0.0",
|
|
68
69
|
"@pnpm/test-fixtures": "1100.0.0",
|
|
69
70
|
"@pnpm/test-ipc-server": "1100.0.0",
|
|
70
71
|
"@pnpm/testing.command-defaults": "1100.0.1",
|
|
71
|
-
"@pnpm/workspace.projects-filter": "1100.0.7"
|
|
72
|
-
"@pnpm/store.index": "1100.0.0"
|
|
72
|
+
"@pnpm/workspace.projects-filter": "1100.0.7"
|
|
73
73
|
},
|
|
74
74
|
"engines": {
|
|
75
75
|
"node": ">=22.13"
|