@automattic/vip 3.8.1 → 3.8.3
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/bin/vip-import-media-status.js +5 -3
- package/dist/bin/vip-import-media.js +5 -3
- package/dist/lib/cli/command.js +17 -0
- package/dist/lib/dev-environment/dev-environment-lando.js +1 -1
- package/dist/lib/media-import/progress.js +1 -1
- package/dist/lib/media-import/status.js +7 -4
- package/dist/lib/site-import/status.js +1 -4
- package/dist/lib/validations/is-multi-site-sql-dump.js +1 -1
- package/dist/lib/validations/site-type.js +1 -1
- package/docs/CHANGELOG.md +27 -0
- package/npm-shrinkwrap.json +771 -849
- package/package.json +11 -14
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automattic/vip",
|
|
3
|
-
"version": "3.8.
|
|
3
|
+
"version": "3.8.3",
|
|
4
4
|
"description": "The VIP Javascript library & CLI",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -108,9 +108,9 @@
|
|
|
108
108
|
"homepage": "https://github.com/Automattic/vip#readme",
|
|
109
109
|
"devDependencies": {
|
|
110
110
|
"@automattic/eslint-plugin-wpvip": "0.13.0",
|
|
111
|
-
"@babel/cli": "7.
|
|
111
|
+
"@babel/cli": "7.25.6",
|
|
112
112
|
"@babel/core": "7.25.2",
|
|
113
|
-
"@babel/preset-env": "7.25.
|
|
113
|
+
"@babel/preset-env": "7.25.4",
|
|
114
114
|
"@babel/preset-typescript": "7.24.7",
|
|
115
115
|
"@jest/globals": "^29.7.0",
|
|
116
116
|
"@jest/test-sequencer": "^29.7.0",
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"dockerode": "^4.0.0",
|
|
137
137
|
"eslint": "^8.35.0",
|
|
138
138
|
"jest": "^29.7.0",
|
|
139
|
-
"nock": "13.5.
|
|
139
|
+
"nock": "13.5.5",
|
|
140
140
|
"prettier": "npm:wp-prettier@2.8.5",
|
|
141
141
|
"rimraf": "5.0.8",
|
|
142
142
|
"typescript": "^5.2.2"
|
|
@@ -154,17 +154,17 @@
|
|
|
154
154
|
"cli-table3": "^0.6.3",
|
|
155
155
|
"configstore": "5.0.1",
|
|
156
156
|
"copy-dir": "0.4.0",
|
|
157
|
-
"debug": "4.3.
|
|
157
|
+
"debug": "4.3.7",
|
|
158
158
|
"ejs": "^3.1.8",
|
|
159
159
|
"enquirer": "2.4.1",
|
|
160
160
|
"fetch-retry": "^6.0.0",
|
|
161
161
|
"graphql": "15.5.1",
|
|
162
162
|
"graphql-tag": "2.12.6",
|
|
163
163
|
"https-proxy-agent": "^5.0.1",
|
|
164
|
-
"ini": "
|
|
164
|
+
"ini": "5.0.0",
|
|
165
165
|
"js-yaml": "^4.1.0",
|
|
166
166
|
"jwt-decode": "4.0.0",
|
|
167
|
-
"lando": "github:automattic/lando-cli.git#
|
|
167
|
+
"lando": "github:automattic/lando-cli.git#4d8465e",
|
|
168
168
|
"node-fetch": "^2.6.1",
|
|
169
169
|
"open": "^10.0.0",
|
|
170
170
|
"proxy-from-env": "^1.1.0",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"socket.io-stream": "npm:@wearemothership/socket.io-stream@^0.9.1",
|
|
176
176
|
"socks-proxy-agent": "^5.0.1",
|
|
177
177
|
"tar": "^7.4.0",
|
|
178
|
-
"update-notifier": "7.1
|
|
178
|
+
"update-notifier": "7.3.1",
|
|
179
179
|
"uuid": "10.0.0",
|
|
180
180
|
"xdg-basedir": "^4.0.0",
|
|
181
181
|
"xml2js": "^0.5.0"
|
|
@@ -184,13 +184,10 @@
|
|
|
184
184
|
"@postman/node-keytar": "~7.9.3"
|
|
185
185
|
},
|
|
186
186
|
"overrides": {
|
|
187
|
-
"
|
|
188
|
-
"
|
|
187
|
+
"node-fetch@^2.6.1": {
|
|
188
|
+
"whatwg-url": "^14.0.0"
|
|
189
189
|
},
|
|
190
|
-
"@lando/
|
|
191
|
-
"js-yaml": "^4.1.0"
|
|
192
|
-
},
|
|
193
|
-
"@lando/phpmyadmin": {
|
|
190
|
+
"@lando/compose": {
|
|
194
191
|
"js-yaml": "^4.1.0"
|
|
195
192
|
}
|
|
196
193
|
},
|