@automattic/vip 3.16.0 → 3.16.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.
@@ -26,6 +26,7 @@ exports.promptForPhpVersion = promptForPhpVersion;
26
26
  exports.promptForText = promptForText;
27
27
  exports.promptForURL = promptForURL;
28
28
  exports.promptForWordPress = promptForWordPress;
29
+ exports.resolveMultisite = resolveMultisite;
29
30
  exports.resolvePath = resolvePath;
30
31
  exports.resolvePhpVersion = resolvePhpVersion;
31
32
  exports.setIsTTY = setIsTTY;
@@ -74,7 +74,7 @@ function sanitizeConfiguration(configuration, configurationFilePath) {
74
74
  slug: configuration.slug.toString(),
75
75
  // NOSONAR
76
76
  title: configuration.title?.toString(),
77
- multisite: stringToBooleanIfDefined(configuration.multisite),
77
+ multisite: (0, _devEnvironmentCli.resolveMultisite)((0, _devEnvironmentCli.processStringOrBooleanOption)(configuration.multisite)),
78
78
  php: configuration.php?.toString(),
79
79
  wordpress: configuration.wordpress?.toString(),
80
80
  'mu-plugins': configuration['mu-plugins']?.toString(),
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "3.16.0",
3
+ "version": "3.16.1",
4
4
  "lockfileVersion": 2,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@automattic/vip",
9
- "version": "3.16.0",
9
+ "version": "3.16.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "MIT",
12
12
  "dependencies": {
@@ -31,7 +31,7 @@
31
31
  "ini": "5.0.0",
32
32
  "js-yaml": "^4.1.0",
33
33
  "jwt-decode": "4.0.0",
34
- "lando": "github:automattic/lando-cli#1d3e8c0",
34
+ "lando": "github:automattic/lando-cli#1d3e8c01f5f7e7f5b51b29aba145f3bddd2ca32e",
35
35
  "node-fetch": "^2.6.1",
36
36
  "node-stream-zip": "1.15.0",
37
37
  "open": "^10.0.0",
@@ -3807,9 +3807,9 @@
3807
3807
  "dev": true
3808
3808
  },
3809
3809
  "node_modules/@types/node": {
3810
- "version": "22.15.24",
3811
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.24.tgz",
3812
- "integrity": "sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==",
3810
+ "version": "22.15.27",
3811
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.27.tgz",
3812
+ "integrity": "sha512-5fF+eu5mwihV2BeVtX5vijhdaZOfkQTATrePEaXTcKqI16LhJ7gi2/Vhd9OZM0UojcdmiOCVg5rrax+i1MdoQQ==",
3813
3813
  "license": "MIT",
3814
3814
  "dependencies": {
3815
3815
  "undici-types": "~6.21.0"
@@ -16140,9 +16140,9 @@
16140
16140
  "dev": true
16141
16141
  },
16142
16142
  "@types/node": {
16143
- "version": "22.15.24",
16144
- "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.24.tgz",
16145
- "integrity": "sha512-w9CZGm9RDjzTh/D+hFwlBJ3ziUaVw7oufKA3vOFSOZlzmW9AkZnfjPb+DLnrV6qtgL/LNmP0/2zBNCFHL3F0ng==",
16143
+ "version": "22.15.27",
16144
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.27.tgz",
16145
+ "integrity": "sha512-5fF+eu5mwihV2BeVtX5vijhdaZOfkQTATrePEaXTcKqI16LhJ7gi2/Vhd9OZM0UojcdmiOCVg5rrax+i1MdoQQ==",
16146
16146
  "requires": {
16147
16147
  "undici-types": "~6.21.0"
16148
16148
  }
@@ -20356,7 +20356,7 @@
20356
20356
  },
20357
20357
  "lando": {
20358
20358
  "version": "git+ssh://git@github.com/automattic/lando-cli.git#1d3e8c01f5f7e7f5b51b29aba145f3bddd2ca32e",
20359
- "from": "lando@github:automattic/lando-cli#1d3e8c0",
20359
+ "from": "lando@github:automattic/lando-cli#1d3e8c01f5f7e7f5b51b29aba145f3bddd2ca32e",
20360
20360
  "requires": {
20361
20361
  "axios": "^1.8.2",
20362
20362
  "bluebird": "^3.4.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "3.16.0",
3
+ "version": "3.16.1",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -161,7 +161,7 @@
161
161
  "ini": "5.0.0",
162
162
  "js-yaml": "^4.1.0",
163
163
  "jwt-decode": "4.0.0",
164
- "lando": "github:automattic/lando-cli#1d3e8c0",
164
+ "lando": "github:automattic/lando-cli#1d3e8c01f5f7e7f5b51b29aba145f3bddd2ca32e",
165
165
  "node-fetch": "^2.6.1",
166
166
  "node-stream-zip": "1.15.0",
167
167
  "open": "^10.0.0",