@pnpm/core-loggers 6.0.4 → 6.0.5

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 (39) 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 +6 -4
@@ -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,7 +1,7 @@
1
1
  {
2
2
  "name": "@pnpm/core-loggers",
3
3
  "description": "Core loggers of pnpm",
4
- "version": "6.0.4",
4
+ "version": "6.0.5",
5
5
  "bugs": {
6
6
  "url": "https://github.com/pnpm/pnpm/issues"
7
7
  },
@@ -20,21 +20,23 @@
20
20
  "directories": {
21
21
  "test": "test"
22
22
  },
23
- "keywords": [],
23
+ "keywords": [
24
+ "pnpm6"
25
+ ],
24
26
  "license": "MIT",
25
27
  "engines": {
26
28
  "node": ">=12.17"
27
29
  },
28
30
  "repository": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers",
29
31
  "dependencies": {
30
- "@pnpm/types": "7.4.0"
32
+ "@pnpm/types": "7.5.0"
31
33
  },
32
34
  "homepage": "https://github.com/pnpm/pnpm/blob/master/packages/core-loggers#readme",
33
35
  "funding": "https://opencollective.com/pnpm",
34
36
  "scripts": {
35
37
  "start": "pnpm run tsc -- --watch",
36
38
  "test": "pnpm run compile",
37
- "lint": "eslint -c ../../eslint.json src/**/*.ts",
39
+ "lint": "eslint src/**/*.ts",
38
40
  "compile": "rimraf lib tsconfig.tsbuildinfo && tsc --build && pnpm run lint -- --fix"
39
41
  }
40
42
  }