@pnpm/core-loggers 6.0.6 → 6.1.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.
- package/LICENSE +1 -1
- 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/peerDependencyIssues.d.ts +9 -0
- package/lib/peerDependencyIssues.js +9 -0
- package/lib/peerDependencyIssues.js.map +1 -0
- package/package.json +6 -4
package/LICENSE
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
3
|
Copyright (c) 2015-2016 Rico Sta. Cruz and other contributors
|
|
4
|
-
Copyright (c) 2016-
|
|
4
|
+
Copyright (c) 2016-2022 Zoltan Kochan and other contributors
|
|
5
5
|
|
|
6
6
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
7
7
|
of this software and associated documentation files (the "Software"), to deal
|
package/lib/all.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ export * from './lifecycleLogger';
|
|
|
7
7
|
export * from './linkLogger';
|
|
8
8
|
export * from './packageImportMethodLogger';
|
|
9
9
|
export * from './packageManifestLogger';
|
|
10
|
+
export * from './peerDependencyIssues';
|
|
10
11
|
export * from './progressLogger';
|
|
11
12
|
export * from './registryLogger';
|
|
12
13
|
export * from './removalLogger';
|
package/lib/all.js
CHANGED
|
@@ -19,6 +19,7 @@ __exportStar(require("./lifecycleLogger"), exports);
|
|
|
19
19
|
__exportStar(require("./linkLogger"), exports);
|
|
20
20
|
__exportStar(require("./packageImportMethodLogger"), exports);
|
|
21
21
|
__exportStar(require("./packageManifestLogger"), exports);
|
|
22
|
+
__exportStar(require("./peerDependencyIssues"), exports);
|
|
22
23
|
__exportStar(require("./progressLogger"), exports);
|
|
23
24
|
__exportStar(require("./registryLogger"), exports);
|
|
24
25
|
__exportStar(require("./removalLogger"), 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,oDAAiC;AACjC,+CAA4B;AAC5B,8DAA2C;AAC3C,0DAAuC;AACvC,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"}
|
|
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,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"}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { ContextLog, DeprecationLog, FetchingProgressLog, HookLog, InstallCheckLog, LifecycleLog, LinkLog, PackageImportMethodLog, PackageManifestLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog, UpdateCheckLog } from './all';
|
|
1
|
+
import { ContextLog, DeprecationLog, FetchingProgressLog, HookLog, InstallCheckLog, LifecycleLog, LinkLog, PackageImportMethodLog, PackageManifestLog, PeerDependencyIssuesLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog, UpdateCheckLog } from './all';
|
|
2
2
|
export * from './all';
|
|
3
|
-
export declare type Log = ContextLog | DeprecationLog | FetchingProgressLog | HookLog | InstallCheckLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog | UpdateCheckLog;
|
|
3
|
+
export declare type Log = ContextLog | DeprecationLog | FetchingProgressLog | HookLog | InstallCheckLog | 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":";;;;;;;;;;;;AAuBA,wCAAqB"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { LogBase, Logger } from '@pnpm/logger';
|
|
2
|
+
import { PeerDependencyIssuesByProjects } from '@pnpm/types';
|
|
3
|
+
export declare const peerDependencyIssuesLogger: Logger<PeerDependencyIssuesMessage>;
|
|
4
|
+
export interface PeerDependencyIssuesMessage {
|
|
5
|
+
issuesByProjects: PeerDependencyIssuesByProjects;
|
|
6
|
+
}
|
|
7
|
+
export declare type PeerDependencyIssuesLog = {
|
|
8
|
+
name: 'pnpm:peer-dependency-issues';
|
|
9
|
+
} & LogBase & PeerDependencyIssuesMessage;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
exports.peerDependencyIssuesLogger = void 0;
|
|
7
|
+
const logger_1 = __importDefault(require("@pnpm/logger"));
|
|
8
|
+
exports.peerDependencyIssuesLogger = (0, logger_1.default)('peer-dependency-issues');
|
|
9
|
+
//# sourceMappingURL=peerDependencyIssues.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"peerDependencyIssues.js","sourceRoot":"","sources":["../src/peerDependencyIssues.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAGR,QAAA,0BAA0B,GAAG,IAAA,gBAAU,EAAC,wBAAwB,CAAwC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pnpm/core-loggers",
|
|
3
3
|
"description": "Core loggers of pnpm",
|
|
4
|
-
"version": "6.
|
|
4
|
+
"version": "6.1.3",
|
|
5
5
|
"bugs": {
|
|
6
6
|
"url": "https://github.com/pnpm/pnpm/issues"
|
|
7
7
|
},
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"@pnpm/logger": "^4.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
+
"@pnpm/core-loggers": "6.1.3",
|
|
18
19
|
"@pnpm/logger": "^4.0.0"
|
|
19
20
|
},
|
|
20
21
|
"directories": {
|
|
@@ -29,14 +30,15 @@
|
|
|
29
30
|
},
|
|
30
31
|
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers",
|
|
31
32
|
"dependencies": {
|
|
32
|
-
"@pnpm/types": "7.
|
|
33
|
+
"@pnpm/types": "7.9.0"
|
|
33
34
|
},
|
|
34
35
|
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers#readme",
|
|
35
36
|
"funding": "https://opencollective.com/pnpm",
|
|
36
37
|
"scripts": {
|
|
37
|
-
"start": "
|
|
38
|
+
"start": "tsc --watch",
|
|
38
39
|
"test": "pnpm run compile",
|
|
39
40
|
"lint": "eslint src/**/*.ts",
|
|
40
41
|
"compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
|
|
41
|
-
}
|
|
42
|
+
},
|
|
43
|
+
"readme": "# @pnpm/core-loggers\n\n> Core loggers of pnpm\n\n## Installation\n\n```\npnpm i @pnpm/core-loggers\n```\n\n## License\n\n[MIT](LICENSE)\n"
|
|
42
44
|
}
|