@pnpm/core-loggers
Advanced tools
Comparing version 4.1.2 to 4.2.0
# @pnpm/core-loggers | ||
## 4.2.0 | ||
### Minor Changes | ||
- 9a908bc07: Use `contextLogger` to log `virtualStoreDir`, `storeDir`, and `currentLockfileExists`. | ||
- 9a908bc07: Add packageImportMethod logger. | ||
## 4.1.2 | ||
@@ -4,0 +11,0 @@ |
@@ -0,1 +1,2 @@ | ||
export * from './contextLogger'; | ||
export * from './deprecationLogger'; | ||
@@ -9,2 +10,3 @@ export * from './fetchingProgressLogger'; | ||
export * from './packageManifestLogger'; | ||
export * from './packageImportMethodLogger'; | ||
export * from './progressLogger'; | ||
@@ -11,0 +13,0 @@ export * from './registryLogger'; |
@@ -13,2 +13,3 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./contextLogger"), exports); | ||
__exportStar(require("./deprecationLogger"), exports); | ||
@@ -22,2 +23,3 @@ __exportStar(require("./fetchingProgressLogger"), exports); | ||
__exportStar(require("./packageManifestLogger"), exports); | ||
__exportStar(require("./packageImportMethodLogger"), exports); | ||
__exportStar(require("./progressLogger"), exports); | ||
@@ -24,0 +26,0 @@ __exportStar(require("./registryLogger"), exports); |
export * from './all'; | ||
import { DeprecationLog, FetchingProgressLog, HookLog, ImportingLog, InstallCheckLog, LifecycleLog, LinkLog, PackageManifestLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog } from './all'; | ||
export declare type Log = DeprecationLog | FetchingProgressLog | HookLog | ImportingLog | InstallCheckLog | LifecycleLog | LinkLog | PackageManifestLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog; | ||
import { ContextLog, DeprecationLog, FetchingProgressLog, HookLog, ImportingLog, InstallCheckLog, LifecycleLog, LinkLog, PackageImportMethodLog, PackageManifestLog, ProgressLog, RegistryLog, RequestRetryLog, RootLog, ScopeLog, SkippedOptionalDependencyLog, StageLog, StatsLog, SummaryLog } from './all'; | ||
export declare type Log = ContextLog | DeprecationLog | FetchingProgressLog | HookLog | ImportingLog | InstallCheckLog | LifecycleLog | LinkLog | PackageManifestLog | PackageImportMethodLog | ProgressLog | RegistryLog | RequestRetryLog | RootLog | ScopeLog | SkippedOptionalDependencyLog | StageLog | StatsLog | SummaryLog; |
{ | ||
"name": "@pnpm/core-loggers", | ||
"description": "Core loggers of pnpm", | ||
"version": "4.1.2", | ||
"version": "4.2.0", | ||
"author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
@@ -6,0 +6,0 @@ "bugs": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19076
48
406