@pnpm/core-loggers 1000.1.4 → 1000.2.0
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/all.d.ts +1 -0
- package/lib/all.js +1 -0
- package/lib/all.js.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.js.map +1 -1
- package/lib/installingConfigDeps.d.ts +19 -0
- package/lib/installingConfigDeps.js +6 -0
- package/lib/installingConfigDeps.js.map +1 -0
- package/package.json +3 -3
package/lib/all.d.ts
CHANGED
|
@@ -3,6 +3,7 @@ export * from './deprecationLogger';
|
|
|
3
3
|
export * from './fetchingProgressLogger';
|
|
4
4
|
export * from './hookLogger';
|
|
5
5
|
export * from './installCheckLogger';
|
|
6
|
+
export * from './installingConfigDeps';
|
|
6
7
|
export * from './ignoredScriptsLogger';
|
|
7
8
|
export * from './lifecycleLogger';
|
|
8
9
|
export * from './linkLogger';
|
package/lib/all.js
CHANGED
|
@@ -19,6 +19,7 @@ __exportStar(require("./deprecationLogger"), exports);
|
|
|
19
19
|
__exportStar(require("./fetchingProgressLogger"), exports);
|
|
20
20
|
__exportStar(require("./hookLogger"), exports);
|
|
21
21
|
__exportStar(require("./installCheckLogger"), exports);
|
|
22
|
+
__exportStar(require("./installingConfigDeps"), exports);
|
|
22
23
|
__exportStar(require("./ignoredScriptsLogger"), exports);
|
|
23
24
|
__exportStar(require("./lifecycleLogger"), exports);
|
|
24
25
|
__exportStar(require("./linkLogger"), exports);
|
package/lib/all.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"all.js","sourceRoot":"","sources":["../src/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA+B;AAC/B,sDAAmC;AACnC,2DAAwC;AACxC,+CAA4B;AAC5B,uDAAoC;AACpC,yDAAsC;AACtC,oDAAiC;AACjC,+CAA4B;AAC5B,8DAA2C;AAC3C,0DAAuC;AACvC,yDAAsC;AACtC,mDAAgC;AAChC,mDAAgC;AAChC,kDAA+B;AAC/B,uDAAoC;AACpC,+CAA4B;AAC5B,gDAA6B;AAC7B,oEAAiD;AACjD,gDAA6B;AAC7B,gDAA6B;AAC7B,kDAA+B;AAC/B,sDAAmC;AACnC,wDAAqC"}
|
|
1
|
+
{"version":3,"file":"all.js","sourceRoot":"","sources":["../src/all.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,kDAA+B;AAC/B,sDAAmC;AACnC,2DAAwC;AACxC,+CAA4B;AAC5B,uDAAoC;AACpC,yDAAsC;AACtC,yDAAsC;AACtC,oDAAiC;AACjC,+CAA4B;AAC5B,8DAA2C;AAC3C,0DAAuC;AACvC,yDAAsC;AACtC,mDAAgC;AAChC,mDAAgC;AAChC,kDAA+B;AAC/B,uDAAoC;AACpC,+CAA4B;AAC5B,gDAA6B;AAC7B,oEAAiD;AACjD,gDAA6B;AAC7B,gDAA6B;AAC7B,kDAA+B;AAC/B,sDAAmC;AACnC,wDAAqC"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { type ContextLog, type DeprecationLog, type FetchingProgressLog, type ExecutionTimeLog, type HookLog, type InstallCheckLog, type IgnoredScriptsLog, type LifecycleLog, type LinkLog, type PackageImportMethodLog, type PackageManifestLog, type PeerDependencyIssuesLog, type ProgressLog, type RegistryLog, type RequestRetryLog, type RootLog, type ScopeLog, type SkippedOptionalDependencyLog, type StageLog, type StatsLog, type SummaryLog, type UpdateCheckLog } from './all';
|
|
1
|
+
import { type ContextLog, type DeprecationLog, type FetchingProgressLog, type ExecutionTimeLog, type HookLog, type InstallCheckLog, type InstallingConfigDepsLog, type IgnoredScriptsLog, type LifecycleLog, type LinkLog, type PackageImportMethodLog, type PackageManifestLog, type PeerDependencyIssuesLog, type ProgressLog, type RegistryLog, type RequestRetryLog, type RootLog, type ScopeLog, type SkippedOptionalDependencyLog, type StageLog, type StatsLog, type SummaryLog, type UpdateCheckLog } from './all';
|
|
2
2
|
export * from './all';
|
|
3
|
-
export type Log = ContextLog | DeprecationLog | FetchingProgressLog | ExecutionTimeLog | HookLog | InstallCheckLog | IgnoredScriptsLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | PeerDependencyIssuesLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog | UpdateCheckLog;
|
|
3
|
+
export type Log = ContextLog | DeprecationLog | FetchingProgressLog | ExecutionTimeLog | HookLog | InstallCheckLog | InstallingConfigDepsLog | IgnoredScriptsLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | PeerDependencyIssuesLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog | UpdateCheckLog;
|
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AA0BA,wCAAqB"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { type LogBase } from '@pnpm/logger';
|
|
2
|
+
export declare const installingConfigDepsLogger: import("@pnpm/logger").Logger<InstallingConfigDepsMessage>;
|
|
3
|
+
export interface InstallingConfigDepsMessageBase {
|
|
4
|
+
status?: 'started' | 'done';
|
|
5
|
+
}
|
|
6
|
+
export interface InstallingConfigDepsStartedMessage extends InstallingConfigDepsMessageBase {
|
|
7
|
+
status: 'started';
|
|
8
|
+
}
|
|
9
|
+
export interface InstallingConfigDepsDoneMessage extends InstallingConfigDepsMessageBase {
|
|
10
|
+
deps: Array<{
|
|
11
|
+
name: string;
|
|
12
|
+
version: string;
|
|
13
|
+
}>;
|
|
14
|
+
status: 'done';
|
|
15
|
+
}
|
|
16
|
+
export type InstallingConfigDepsMessage = InstallingConfigDepsStartedMessage | InstallingConfigDepsDoneMessage;
|
|
17
|
+
export type InstallingConfigDepsLog = {
|
|
18
|
+
name: 'pnpm:installing-config-deps';
|
|
19
|
+
} & LogBase & InstallingConfigDepsMessage;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.installingConfigDepsLogger = void 0;
|
|
4
|
+
const logger_1 = require("@pnpm/logger");
|
|
5
|
+
exports.installingConfigDepsLogger = (0, logger_1.logger)('installing-config-deps');
|
|
6
|
+
//# sourceMappingURL=installingConfigDeps.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"installingConfigDeps.js","sourceRoot":"","sources":["../src/installingConfigDeps.ts"],"names":[],"mappings":";;;AAAA,yCAGqB;AAER,QAAA,0BAA0B,GAAG,IAAA,eAAM,EAA8B,wBAAwB,CAAC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/core-loggers",
|
|
3
|
-
"version": "1000.
|
|
3
|
+
"version": "1000.2.0",
|
|
4
4
|
"description": "Core loggers of pnpm",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pnpm",
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
"test": "test"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@pnpm/types": "1000.
|
|
29
|
+
"@pnpm/types": "1000.4.0"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"@pnpm/logger": ">=5.1.0 <1001.0.0"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@pnpm/core-loggers": "1000.
|
|
35
|
+
"@pnpm/core-loggers": "1000.2.0",
|
|
36
36
|
"@pnpm/logger": "1000.0.0"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|