diff options
| author | Bartek Iwańczuk <biwanczuk@gmail.com> | 2024-09-18 20:04:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-18 19:04:25 +0000 |
| commit | 5b14c71dafc119d5cf251d6e63cb5f53a661a391 (patch) | |
| tree | 422fdffecbd2bfc3d75536fb5fc48ba18f08b7fb /tests/specs/install | |
| parent | fd860260ad0fd72d638c4cc69ff45c25dbaafaa6 (diff) | |
feat: improve warnings for deprecations and lifecycle script for npm packages (#25694)
This commit improves warning messages for deprecated npm packages
and packages that rely on lifecycle script.
Diffstat (limited to 'tests/specs/install')
| -rw-r--r-- | tests/specs/install/install_deprecated_package/install.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/specs/install/install_deprecated_package/install.out b/tests/specs/install/install_deprecated_package/install.out index 9dc84fbc1..34e9010a3 100644 --- a/tests/specs/install/install_deprecated_package/install.out +++ b/tests/specs/install/install_deprecated_package/install.out @@ -2,4 +2,5 @@ Add npm:@denotest/deprecated-package@1.0.0 Download http://localhost:4260/@denotest/deprecated-package Download http://localhost:4260/@denotest/deprecated-package/1.0.0.tgz Initialize @denotest/deprecated-package@1.0.0 -Warning @denotest/deprecated-package@1.0.0 is deprecated: Deprecated version +Warning Following packages are deprecated: +┗─ npm:@denotest/deprecated-package@1.0.0 (Deprecated version) |
