@npmcli/config 10.8.0 → 10.8.1
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.
|
@@ -1624,7 +1624,6 @@ const definitions = {
|
|
|
1624
1624
|
'prefer-offline': new Definition('prefer-offline', {
|
|
1625
1625
|
default: false,
|
|
1626
1626
|
type: Boolean,
|
|
1627
|
-
exclusive: ['prefer-online'],
|
|
1628
1627
|
description: `
|
|
1629
1628
|
If true, staleness checks for cached data will be bypassed, but missing
|
|
1630
1629
|
data will be requested from the server. To force full offline mode, use
|
|
@@ -1635,7 +1634,6 @@ const definitions = {
|
|
|
1635
1634
|
'prefer-online': new Definition('prefer-online', {
|
|
1636
1635
|
default: false,
|
|
1637
1636
|
type: Boolean,
|
|
1638
|
-
exclusive: ['prefer-offline'],
|
|
1639
1637
|
description: `
|
|
1640
1638
|
If true, staleness checks for cached data will be forced, making the CLI
|
|
1641
1639
|
look for updates immediately even for fresh package data.
|