@pnpm/core-loggers 6.0.2 → 6.0.6

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.
Files changed (40) hide show
  1. package/lib/contextLogger.js +1 -1
  2. package/lib/contextLogger.js.map +1 -1
  3. package/lib/deprecationLogger.js +1 -1
  4. package/lib/deprecationLogger.js.map +1 -1
  5. package/lib/fetchingProgressLogger.js +1 -1
  6. package/lib/fetchingProgressLogger.js.map +1 -1
  7. package/lib/hookLogger.js +1 -1
  8. package/lib/hookLogger.js.map +1 -1
  9. package/lib/installCheckLogger.js +1 -1
  10. package/lib/installCheckLogger.js.map +1 -1
  11. package/lib/lifecycleLogger.js +1 -1
  12. package/lib/lifecycleLogger.js.map +1 -1
  13. package/lib/linkLogger.js +1 -1
  14. package/lib/linkLogger.js.map +1 -1
  15. package/lib/packageImportMethodLogger.js +1 -1
  16. package/lib/packageImportMethodLogger.js.map +1 -1
  17. package/lib/packageManifestLogger.js +1 -1
  18. package/lib/packageManifestLogger.js.map +1 -1
  19. package/lib/progressLogger.js +1 -1
  20. package/lib/progressLogger.js.map +1 -1
  21. package/lib/removalLogger.js +1 -1
  22. package/lib/removalLogger.js.map +1 -1
  23. package/lib/requestRetryLogger.js +1 -1
  24. package/lib/requestRetryLogger.js.map +1 -1
  25. package/lib/rootLogger.js +1 -1
  26. package/lib/rootLogger.js.map +1 -1
  27. package/lib/scopeLogger.js +1 -1
  28. package/lib/scopeLogger.js.map +1 -1
  29. package/lib/skippedOptionalDependencyLogger.js +1 -1
  30. package/lib/skippedOptionalDependencyLogger.js.map +1 -1
  31. package/lib/stageLogger.js +1 -1
  32. package/lib/stageLogger.js.map +1 -1
  33. package/lib/statsLogger.js +1 -1
  34. package/lib/statsLogger.js.map +1 -1
  35. package/lib/summaryLogger.js +1 -1
  36. package/lib/summaryLogger.js.map +1 -1
  37. package/lib/updateCheckLogger.js +1 -1
  38. package/lib/updateCheckLogger.js.map +1 -1
  39. package/package.json +41 -39
  40. package/CHANGELOG.md +0 -98
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.contextLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.contextLogger = logger_1.default('context');
8
+ exports.contextLogger = (0, logger_1.default)('context');
9
9
  //# sourceMappingURL=contextLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"contextLogger.js","sourceRoot":"","sources":["../src/contextLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,aAAa,GAAG,gBAAU,CAAC,SAAS,CAAC,CAAA"}
1
+ {"version":3,"file":"contextLogger.js","sourceRoot":"","sources":["../src/contextLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,aAAa,GAAG,IAAA,gBAAU,EAAC,SAAS,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.deprecationLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.deprecationLogger = logger_1.default('deprecation'); // eslint-disable-line
8
+ exports.deprecationLogger = (0, logger_1.default)('deprecation'); // eslint-disable-line
9
9
  //# sourceMappingURL=deprecationLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"deprecationLogger.js","sourceRoot":"","sources":["../src/deprecationLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAER,QAAA,iBAAiB,GAAG,gBAAU,CAAC,aAAa,CAA+B,CAAA,CAAC,sBAAsB"}
1
+ {"version":3,"file":"deprecationLogger.js","sourceRoot":"","sources":["../src/deprecationLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAER,QAAA,iBAAiB,GAAG,IAAA,gBAAU,EAAC,aAAa,CAA+B,CAAA,CAAC,sBAAsB"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.fetchingProgressLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.fetchingProgressLogger = logger_1.default('fetching-progress'); // eslint-disable-line
8
+ exports.fetchingProgressLogger = (0, logger_1.default)('fetching-progress'); // eslint-disable-line
9
9
  //# sourceMappingURL=fetchingProgressLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"fetchingProgressLogger.js","sourceRoot":"","sources":["../src/fetchingProgressLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAER,QAAA,sBAAsB,GAAG,gBAAU,CAAC,mBAAmB,CAAoC,CAAA,CAAC,sBAAsB"}
1
+ {"version":3,"file":"fetchingProgressLogger.js","sourceRoot":"","sources":["../src/fetchingProgressLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAER,QAAA,sBAAsB,GAAG,IAAA,gBAAU,EAAC,mBAAmB,CAAoC,CAAA,CAAC,sBAAsB"}
package/lib/hookLogger.js CHANGED
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.hookLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.hookLogger = logger_1.default('hook');
8
+ exports.hookLogger = (0, logger_1.default)('hook');
9
9
  //# sourceMappingURL=hookLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"hookLogger.js","sourceRoot":"","sources":["../src/hookLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,UAAU,GAAG,gBAAU,CAAC,MAAM,CAAC,CAAA"}
1
+ {"version":3,"file":"hookLogger.js","sourceRoot":"","sources":["../src/hookLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,UAAU,GAAG,IAAA,gBAAU,EAAC,MAAM,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.installCheckLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.installCheckLogger = logger_1.default('install-check');
8
+ exports.installCheckLogger = (0, logger_1.default)('install-check');
9
9
  //# sourceMappingURL=installCheckLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"installCheckLogger.js","sourceRoot":"","sources":["../src/installCheckLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,kBAAkB,GAAG,gBAAU,CAAsB,eAAe,CAAC,CAAA"}
1
+ {"version":3,"file":"installCheckLogger.js","sourceRoot":"","sources":["../src/installCheckLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,kBAAkB,GAAG,IAAA,gBAAU,EAAsB,eAAe,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.lifecycleLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.lifecycleLogger = logger_1.default('lifecycle');
8
+ exports.lifecycleLogger = (0, logger_1.default)('lifecycle');
9
9
  //# sourceMappingURL=lifecycleLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"lifecycleLogger.js","sourceRoot":"","sources":["../src/lifecycleLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,eAAe,GAAG,gBAAU,CAAmB,WAAW,CAAC,CAAA"}
1
+ {"version":3,"file":"lifecycleLogger.js","sourceRoot":"","sources":["../src/lifecycleLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,eAAe,GAAG,IAAA,gBAAU,EAAmB,WAAW,CAAC,CAAA"}
package/lib/linkLogger.js CHANGED
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.linkLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.linkLogger = logger_1.default('link');
8
+ exports.linkLogger = (0, logger_1.default)('link');
9
9
  //# sourceMappingURL=linkLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"linkLogger.js","sourceRoot":"","sources":["../src/linkLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,UAAU,GAAG,gBAAU,CAAc,MAAM,CAAC,CAAA"}
1
+ {"version":3,"file":"linkLogger.js","sourceRoot":"","sources":["../src/linkLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,UAAU,GAAG,IAAA,gBAAU,EAAc,MAAM,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.packageImportMethodLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.packageImportMethodLogger = logger_1.default('package-import-method');
8
+ exports.packageImportMethodLogger = (0, logger_1.default)('package-import-method');
9
9
  //# sourceMappingURL=packageImportMethodLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageImportMethodLogger.js","sourceRoot":"","sources":["../src/packageImportMethodLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,yBAAyB,GAAG,gBAAU,CAAC,uBAAuB,CAAC,CAAA"}
1
+ {"version":3,"file":"packageImportMethodLogger.js","sourceRoot":"","sources":["../src/packageImportMethodLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,yBAAyB,GAAG,IAAA,gBAAU,EAAC,uBAAuB,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.packageManifestLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.packageManifestLogger = logger_1.default('package-manifest');
8
+ exports.packageManifestLogger = (0, logger_1.default)('package-manifest');
9
9
  //# sourceMappingURL=packageManifestLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageManifestLogger.js","sourceRoot":"","sources":["../src/packageManifestLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAGR,QAAA,qBAAqB,GAAG,gBAAU,CAAyB,kBAAkB,CAAC,CAAA"}
1
+ {"version":3,"file":"packageManifestLogger.js","sourceRoot":"","sources":["../src/packageManifestLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAGR,QAAA,qBAAqB,GAAG,IAAA,gBAAU,EAAyB,kBAAkB,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.progressLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.progressLogger = logger_1.default('progress'); // eslint-disable-line
8
+ exports.progressLogger = (0, logger_1.default)('progress'); // eslint-disable-line
9
9
  //# sourceMappingURL=progressLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"progressLogger.js","sourceRoot":"","sources":["../src/progressLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAER,QAAA,cAAc,GAAG,gBAAU,CAAC,UAAU,CAA4B,CAAA,CAAC,sBAAsB"}
1
+ {"version":3,"file":"progressLogger.js","sourceRoot":"","sources":["../src/progressLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAGqB;AAER,QAAA,cAAc,GAAG,IAAA,gBAAU,EAAC,UAAU,CAA4B,CAAA,CAAC,sBAAsB"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.removalLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.removalLogger = logger_1.default('removal');
8
+ exports.removalLogger = (0, logger_1.default)('removal');
9
9
  //# sourceMappingURL=removalLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"removalLogger.js","sourceRoot":"","sources":["../src/removalLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAAqC;AAExB,QAAA,aAAa,GAAG,gBAAU,CAAS,SAAS,CAAC,CAAA"}
1
+ {"version":3,"file":"removalLogger.js","sourceRoot":"","sources":["../src/removalLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAAqC;AAExB,QAAA,aAAa,GAAG,IAAA,gBAAU,EAAS,SAAS,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.requestRetryLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.requestRetryLogger = logger_1.default('request-retry');
8
+ exports.requestRetryLogger = (0, logger_1.default)('request-retry');
9
9
  //# sourceMappingURL=requestRetryLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"requestRetryLogger.js","sourceRoot":"","sources":["../src/requestRetryLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,kBAAkB,GAAG,gBAAU,CAAsB,eAAe,CAAC,CAAA"}
1
+ {"version":3,"file":"requestRetryLogger.js","sourceRoot":"","sources":["../src/requestRetryLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,kBAAkB,GAAG,IAAA,gBAAU,EAAsB,eAAe,CAAC,CAAA"}
package/lib/rootLogger.js CHANGED
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.rootLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.rootLogger = logger_1.default('root');
8
+ exports.rootLogger = (0, logger_1.default)('root');
9
9
  //# sourceMappingURL=rootLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"rootLogger.js","sourceRoot":"","sources":["../src/rootLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,UAAU,GAAG,gBAAU,CAAc,MAAM,CAAC,CAAA"}
1
+ {"version":3,"file":"rootLogger.js","sourceRoot":"","sources":["../src/rootLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,UAAU,GAAG,IAAA,gBAAU,EAAc,MAAM,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.scopeLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.scopeLogger = logger_1.default('scope');
8
+ exports.scopeLogger = (0, logger_1.default)('scope');
9
9
  //# sourceMappingURL=scopeLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"scopeLogger.js","sourceRoot":"","sources":["../src/scopeLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,WAAW,GAAG,gBAAU,CAAe,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"scopeLogger.js","sourceRoot":"","sources":["../src/scopeLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,WAAW,GAAG,IAAA,gBAAU,EAAe,OAAO,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.skippedOptionalDependencyLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.skippedOptionalDependencyLogger = logger_1.default('skipped-optional-dependency');
8
+ exports.skippedOptionalDependencyLogger = (0, logger_1.default)('skipped-optional-dependency');
9
9
  //# sourceMappingURL=skippedOptionalDependencyLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"skippedOptionalDependencyLogger.js","sourceRoot":"","sources":["../src/skippedOptionalDependencyLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,+BAA+B,GAAG,gBAAU,CAAmC,6BAA6B,CAAC,CAAA"}
1
+ {"version":3,"file":"skippedOptionalDependencyLogger.js","sourceRoot":"","sources":["../src/skippedOptionalDependencyLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,+BAA+B,GAAG,IAAA,gBAAU,EAAmC,6BAA6B,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.stageLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.stageLogger = logger_1.default('stage');
8
+ exports.stageLogger = (0, logger_1.default)('stage');
9
9
  //# sourceMappingURL=stageLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"stageLogger.js","sourceRoot":"","sources":["../src/stageLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,WAAW,GAAG,gBAAU,CAAe,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"stageLogger.js","sourceRoot":"","sources":["../src/stageLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,WAAW,GAAG,IAAA,gBAAU,EAAe,OAAO,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.statsLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.statsLogger = logger_1.default('stats');
8
+ exports.statsLogger = (0, logger_1.default)('stats');
9
9
  //# sourceMappingURL=statsLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"statsLogger.js","sourceRoot":"","sources":["../src/statsLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,WAAW,GAAG,gBAAU,CAAe,OAAO,CAAC,CAAA"}
1
+ {"version":3,"file":"statsLogger.js","sourceRoot":"","sources":["../src/statsLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,WAAW,GAAG,IAAA,gBAAU,EAAe,OAAO,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.summaryLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.summaryLogger = logger_1.default('summary');
8
+ exports.summaryLogger = (0, logger_1.default)('summary');
9
9
  //# sourceMappingURL=summaryLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"summaryLogger.js","sourceRoot":"","sources":["../src/summaryLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,aAAa,GAAG,gBAAU,CAAiB,SAAS,CAAC,CAAA"}
1
+ {"version":3,"file":"summaryLogger.js","sourceRoot":"","sources":["../src/summaryLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,aAAa,GAAG,IAAA,gBAAU,EAAiB,SAAS,CAAC,CAAA"}
@@ -5,5 +5,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  exports.updateCheckLogger = void 0;
7
7
  const logger_1 = __importDefault(require("@pnpm/logger"));
8
- exports.updateCheckLogger = logger_1.default('update-check');
8
+ exports.updateCheckLogger = (0, logger_1.default)('update-check');
9
9
  //# sourceMappingURL=updateCheckLogger.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"updateCheckLogger.js","sourceRoot":"","sources":["../src/updateCheckLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,iBAAiB,GAAG,gBAAU,CAAC,cAAc,CAAC,CAAA"}
1
+ {"version":3,"file":"updateCheckLogger.js","sourceRoot":"","sources":["../src/updateCheckLogger.ts"],"names":[],"mappings":";;;;;;AAAA,0DAEqB;AAER,QAAA,iBAAiB,GAAG,IAAA,gBAAU,EAAC,cAAc,CAAC,CAAA"}
package/package.json CHANGED
@@ -1,40 +1,42 @@
1
1
  {
2
- "name": "@pnpm/core-loggers",
3
- "description": "Core loggers of pnpm",
4
- "version": "6.0.2",
5
- "bugs": {
6
- "url": "https://github.com/pnpm/pnpm/issues"
7
- },
8
- "main": "lib/index.js",
9
- "typings": "lib/index.d.ts",
10
- "files": [
11
- "lib",
12
- "!*.map"
13
- ],
14
- "peerDependencies": {
15
- "@pnpm/logger": "^4.0.0"
16
- },
17
- "devDependencies": {
18
- "@pnpm/logger": "^4.0.0"
19
- },
20
- "directories": {
21
- "test": "test"
22
- },
23
- "keywords": [],
24
- "license": "MIT",
25
- "engines": {
26
- "node": ">=12.17"
27
- },
28
- "repository": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers",
29
- "dependencies": {
30
- "@pnpm/types": "7.2.0"
31
- },
32
- "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers#readme",
33
- "funding": "https://opencollective.com/pnpm",
34
- "scripts": {
35
- "start": "pnpm run tsc -- --watch",
36
- "test": "pnpm run compile",
37
- "lint": "eslint -c ../../eslint.json src/**/*.ts",
38
- "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
39
- }
40
- }
2
+ "name": "@pnpm/core-loggers",
3
+ "description": "Core loggers of pnpm",
4
+ "version": "6.0.6",
5
+ "bugs": {
6
+ "url": "https://github.com/pnpm/pnpm/issues"
7
+ },
8
+ "main": "lib/index.js",
9
+ "types": "lib/index.d.ts",
10
+ "files": [
11
+ "lib",
12
+ "!*.map"
13
+ ],
14
+ "peerDependencies": {
15
+ "@pnpm/logger": "^4.0.0"
16
+ },
17
+ "devDependencies": {
18
+ "@pnpm/logger": "^4.0.0"
19
+ },
20
+ "directories": {
21
+ "test": "test"
22
+ },
23
+ "keywords": [
24
+ "pnpm6"
25
+ ],
26
+ "license": "MIT",
27
+ "engines": {
28
+ "node": ">=12.17"
29
+ },
30
+ "repository": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers",
31
+ "dependencies": {
32
+ "@pnpm/types": "7.6.0"
33
+ },
34
+ "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers#readme",
35
+ "funding": "https://opencollective.com/pnpm",
36
+ "scripts": {
37
+ "start": "pnpm run tsc -- --watch",
38
+ "test": "pnpm run compile",
39
+ "lint": "eslint src/**/*.ts",
40
+ "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
41
+ }
42
+ }
package/CHANGELOG.md DELETED
@@ -1,98 +0,0 @@
1
- # @pnpm/core-loggers
2
-
3
- ## 6.0.2
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [724c5abd8]
8
- - @pnpm/types@7.2.0
9
-
10
- ## 6.0.1
11
-
12
- ### Patch Changes
13
-
14
- - Updated dependencies [97c64bae4]
15
- - @pnpm/types@7.1.0
16
-
17
- ## 6.0.0
18
-
19
- ### Major Changes
20
-
21
- - 97b986fbc: Node.js 10 support is dropped. At least Node.js 12.17 is required for the package to work.
22
-
23
- ### Minor Changes
24
-
25
- - 90487a3a8: New logger added: `updateCheckLogger`.
26
-
27
- ### Patch Changes
28
-
29
- - Updated dependencies [97b986fbc]
30
- - @pnpm/types@7.0.0
31
-
32
- ## 5.0.3
33
-
34
- ### Patch Changes
35
-
36
- - Updated dependencies [9ad8c27bf]
37
- - @pnpm/types@6.4.0
38
-
39
- ## 5.0.2
40
-
41
- ### Patch Changes
42
-
43
- - Updated dependencies [b5d694e7f]
44
- - @pnpm/types@6.3.1
45
-
46
- ## 5.0.1
47
-
48
- ### Patch Changes
49
-
50
- - Updated dependencies [d54043ee4]
51
- - @pnpm/types@6.3.0
52
-
53
- ## 5.0.0
54
-
55
- ### Major Changes
56
-
57
- - 86cd72de3: Remove `importingLogger`. Importing should be logged by a new type of progress log status: `imported`.
58
-
59
- ## 4.2.0
60
-
61
- ### Minor Changes
62
-
63
- - 9a908bc07: Use `contextLogger` to log `virtualStoreDir`, `storeDir`, and `currentLockfileExists`.
64
- - 9a908bc07: Add packageImportMethod logger.
65
-
66
- ## 4.1.2
67
-
68
- ### Patch Changes
69
-
70
- - Updated dependencies [db17f6f7b]
71
- - @pnpm/types@6.2.0
72
-
73
- ## 4.1.1
74
-
75
- ### Patch Changes
76
-
77
- - Updated dependencies [71a8c8ce3]
78
- - @pnpm/types@6.1.0
79
-
80
- ## 4.1.0
81
-
82
- ### Minor Changes
83
-
84
- - 2ebb7af33: New reporter added for request retries.
85
-
86
- ## 4.0.2
87
-
88
- ### Patch Changes
89
-
90
- - Updated dependencies [da091c711]
91
- - @pnpm/types@6.0.0
92
-
93
- ## 4.0.2-alpha.0
94
-
95
- ### Patch Changes
96
-
97
- - Updated dependencies [da091c71]
98
- - @pnpm/types@6.0.0-alpha.0