@automattic/vip 3.22.3 → 3.22.5
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.
|
@@ -7,10 +7,14 @@ proxy:
|
|
|
7
7
|
<% if ( multisite ) { %>
|
|
8
8
|
- '*.<%= siteSlug %>.<%= domain %>'
|
|
9
9
|
<% } %>
|
|
10
|
+
<% if ( phpmyadmin ) { %>
|
|
10
11
|
phpmyadmin:
|
|
11
12
|
- <%= siteSlug %>-pma.<%= domain %>
|
|
13
|
+
<% } %>
|
|
14
|
+
<% if ( mailpit ) { %>
|
|
12
15
|
mailpit:
|
|
13
16
|
- <%= siteSlug %>-mailpit.<%= domain %>:8025
|
|
17
|
+
<% } %>
|
|
14
18
|
|
|
15
19
|
keys: false
|
|
16
20
|
|
|
@@ -40,4 +40,4 @@ const DEV_ENVIRONMENT_DEFAULTS = exports.DEV_ENVIRONMENT_DEFAULTS = {
|
|
|
40
40
|
multisite: false,
|
|
41
41
|
phpVersion: Object.keys(DEV_ENVIRONMENT_PHP_VERSIONS)[0]
|
|
42
42
|
};
|
|
43
|
-
const DEV_ENVIRONMENT_VERSION = exports.DEV_ENVIRONMENT_VERSION = '2.3.
|
|
43
|
+
const DEV_ENVIRONMENT_VERSION = exports.DEV_ENVIRONMENT_VERSION = '2.3.2';
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.5",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@automattic/vip",
|
|
9
|
-
"version": "3.22.
|
|
9
|
+
"version": "3.22.5",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"https-proxy-agent": "^7.0.6",
|
|
30
30
|
"js-yaml": "^4.1.0",
|
|
31
31
|
"jwt-decode": "4.0.0",
|
|
32
|
-
"lando": "github:automattic/lando-cli#
|
|
32
|
+
"lando": "github:automattic/lando-cli#9b67fe1aeea119ce4be75b693ca512237e07d964",
|
|
33
33
|
"node-fetch": "^3.3.2",
|
|
34
34
|
"node-stream-zip": "1.15.0",
|
|
35
35
|
"open": "^11.0.0",
|
|
@@ -3989,9 +3989,9 @@
|
|
|
3989
3989
|
"dev": true
|
|
3990
3990
|
},
|
|
3991
3991
|
"node_modules/@types/node": {
|
|
3992
|
-
"version": "24.10.
|
|
3993
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.
|
|
3994
|
-
"integrity": "sha512-
|
|
3992
|
+
"version": "24.10.2",
|
|
3993
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.2.tgz",
|
|
3994
|
+
"integrity": "sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==",
|
|
3995
3995
|
"license": "MIT",
|
|
3996
3996
|
"dependencies": {
|
|
3997
3997
|
"undici-types": "~7.16.0"
|
|
@@ -4705,9 +4705,9 @@
|
|
|
4705
4705
|
}
|
|
4706
4706
|
},
|
|
4707
4707
|
"node_modules/@wwa/single-line-log": {
|
|
4708
|
-
"version": "1.1
|
|
4709
|
-
"resolved": "https://registry.npmjs.org/@wwa/single-line-log/-/single-line-log-1.1.
|
|
4710
|
-
"integrity": "sha512-
|
|
4708
|
+
"version": "1.2.1",
|
|
4709
|
+
"resolved": "https://registry.npmjs.org/@wwa/single-line-log/-/single-line-log-1.2.1.tgz",
|
|
4710
|
+
"integrity": "sha512-8sEWvVfdLlR8JJZtZTrxWf4u5whPs3H9VhFMKQI4IpAg7oEpo5WZsaFeLPZ+DM228QfB2kHGFjPb6jXpFxcLkw==",
|
|
4711
4711
|
"license": "MIT",
|
|
4712
4712
|
"dependencies": {
|
|
4713
4713
|
"string-width": "^4.2.2"
|
|
@@ -11061,8 +11061,8 @@
|
|
|
11061
11061
|
"node_modules/lando": {
|
|
11062
11062
|
"name": "@lando/cli",
|
|
11063
11063
|
"version": "3.6.5",
|
|
11064
|
-
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
11065
|
-
"integrity": "sha512-
|
|
11064
|
+
"resolved": "git+ssh://git@github.com/automattic/lando-cli.git#9b67fe1aeea119ce4be75b693ca512237e07d964",
|
|
11065
|
+
"integrity": "sha512-FVaztiZ7iZj+UcRc05J0i3jhEdX56BKAUIULBRuHiBqrE+odthHQZUyRpjt/4OFGF/sy7i4NTZE5YdyaeaZBug==",
|
|
11066
11066
|
"license": "GPL-3.0",
|
|
11067
11067
|
"dependencies": {
|
|
11068
11068
|
"axios": "^1.12.1",
|
|
@@ -17144,9 +17144,9 @@
|
|
|
17144
17144
|
"dev": true
|
|
17145
17145
|
},
|
|
17146
17146
|
"@types/node": {
|
|
17147
|
-
"version": "24.10.
|
|
17148
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.
|
|
17149
|
-
"integrity": "sha512-
|
|
17147
|
+
"version": "24.10.2",
|
|
17148
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.2.tgz",
|
|
17149
|
+
"integrity": "sha512-WOhQTZ4G8xZ1tjJTvKOpyEVSGgOTvJAfDK3FNFgELyaTpzhdgHVHeqW8V+UJvzF5BT+/B54T/1S2K6gd9c7bbA==",
|
|
17150
17150
|
"requires": {
|
|
17151
17151
|
"undici-types": "~7.16.0"
|
|
17152
17152
|
}
|
|
@@ -17588,9 +17588,9 @@
|
|
|
17588
17588
|
}
|
|
17589
17589
|
},
|
|
17590
17590
|
"@wwa/single-line-log": {
|
|
17591
|
-
"version": "1.1
|
|
17592
|
-
"resolved": "https://registry.npmjs.org/@wwa/single-line-log/-/single-line-log-1.1.
|
|
17593
|
-
"integrity": "sha512-
|
|
17591
|
+
"version": "1.2.1",
|
|
17592
|
+
"resolved": "https://registry.npmjs.org/@wwa/single-line-log/-/single-line-log-1.2.1.tgz",
|
|
17593
|
+
"integrity": "sha512-8sEWvVfdLlR8JJZtZTrxWf4u5whPs3H9VhFMKQI4IpAg7oEpo5WZsaFeLPZ+DM228QfB2kHGFjPb6jXpFxcLkw==",
|
|
17594
17594
|
"requires": {
|
|
17595
17595
|
"string-width": "^4.2.2"
|
|
17596
17596
|
}
|
|
@@ -21977,9 +21977,9 @@
|
|
|
21977
21977
|
"integrity": "sha512-tPhhoGUiEiU/WXR4rt8klIoLdnTtyu+9jVKHd/wauEjYud32jyn63mzKWQweaQrHWxBQtYoVtdcEnYX1LosnFQ=="
|
|
21978
21978
|
},
|
|
21979
21979
|
"lando": {
|
|
21980
|
-
"version": "git+ssh://git@github.com/automattic/lando-cli.git#
|
|
21981
|
-
"integrity": "sha512-
|
|
21982
|
-
"from": "lando@github:automattic/lando-cli#
|
|
21980
|
+
"version": "git+ssh://git@github.com/automattic/lando-cli.git#9b67fe1aeea119ce4be75b693ca512237e07d964",
|
|
21981
|
+
"integrity": "sha512-FVaztiZ7iZj+UcRc05J0i3jhEdX56BKAUIULBRuHiBqrE+odthHQZUyRpjt/4OFGF/sy7i4NTZE5YdyaeaZBug==",
|
|
21982
|
+
"from": "lando@github:automattic/lando-cli#9b67fe1aeea119ce4be75b693ca512237e07d964",
|
|
21983
21983
|
"requires": {
|
|
21984
21984
|
"axios": "^1.12.1",
|
|
21985
21985
|
"bluebird": "^3.4.1",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.22.
|
|
3
|
+
"version": "3.22.5",
|
|
4
4
|
"description": "The VIP Javascript library & CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"https-proxy-agent": "^7.0.6",
|
|
159
159
|
"js-yaml": "^4.1.0",
|
|
160
160
|
"jwt-decode": "4.0.0",
|
|
161
|
-
"lando": "github:automattic/lando-cli#
|
|
161
|
+
"lando": "github:automattic/lando-cli#9b67fe1aeea119ce4be75b693ca512237e07d964",
|
|
162
162
|
"node-fetch": "^3.3.2",
|
|
163
163
|
"node-stream-zip": "1.15.0",
|
|
164
164
|
"open": "^11.0.0",
|