@automattic/vip 3.5.0 → 3.5.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.
package/dist/lib/cli/command.js
CHANGED
|
@@ -250,7 +250,7 @@ _args.default.argv = async function (argv, cb) {
|
|
|
250
250
|
});
|
|
251
251
|
exit.withError('Environment production is not allowed for this command');
|
|
252
252
|
}
|
|
253
|
-
const env = options.app.environments.find(cur => getEnvIdentifier(cur) === options.env);
|
|
253
|
+
const env = options.app.environments.find(cur => getEnvIdentifier(cur).toLowerCase() === options.env.toLowerCase());
|
|
254
254
|
if (!env) {
|
|
255
255
|
await (0, _tracker.trackEvent)('command_childcontext_param_error', {
|
|
256
256
|
error: `Invalid child environment (${options.env}) specified`
|
|
@@ -250,6 +250,7 @@ async function printEnvironmentInfo(lando, slug, options) {
|
|
|
250
250
|
xdebug += ' (with additional configuration)';
|
|
251
251
|
}
|
|
252
252
|
appInfo.xdebug = xdebug;
|
|
253
|
+
appInfo.cron = environmentData.cron ? 'enabled' : 'disabled';
|
|
253
254
|
appInfo.wordpress = parseComponentForInfo(environmentData.wordpress);
|
|
254
255
|
appInfo['Mu plugins'] = parseComponentForInfo(environmentData.muPlugins);
|
|
255
256
|
appInfo['App Code'] = parseComponentForInfo(environmentData.appCode);
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.5.
|
|
3
|
+
"version": "3.5.1",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.5.
|
|
9
|
+
"version": "3.5.1",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -12643,9 +12643,9 @@
|
|
|
12643
12643
|
}
|
|
12644
12644
|
},
|
|
12645
12645
|
"node_modules/typescript": {
|
|
12646
|
-
"version": "5.5.
|
|
12647
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
12648
|
-
"integrity": "sha512
|
|
12646
|
+
"version": "5.5.3",
|
|
12647
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
12648
|
+
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
12649
12649
|
"dev": true,
|
|
12650
12650
|
"bin": {
|
|
12651
12651
|
"tsc": "bin/tsc",
|
|
@@ -22653,9 +22653,9 @@
|
|
|
22653
22653
|
}
|
|
22654
22654
|
},
|
|
22655
22655
|
"typescript": {
|
|
22656
|
-
"version": "5.5.
|
|
22657
|
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.
|
|
22658
|
-
"integrity": "sha512
|
|
22656
|
+
"version": "5.5.3",
|
|
22657
|
+
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.3.tgz",
|
|
22658
|
+
"integrity": "sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==",
|
|
22659
22659
|
"dev": true
|
|
22660
22660
|
},
|
|
22661
22661
|
"typical": {
|