@automattic/vip 3.25.0 → 3.25.2-dev.0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/vip",
3
- "version": "3.25.0",
3
+ "version": "3.25.2-dev.0",
4
4
  "description": "The VIP Javascript library & CLI",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -72,12 +72,13 @@
72
72
  "test": "npm run lint && npm run check-types && jest --coverage --testPathIgnorePatterns __tests__/devenv-e2e/",
73
73
  "test:e2e:dev-env": "jest -c __tests__/devenv-e2e/jest/jest.config.js",
74
74
  "clean": "node -e \"require('fs').rmSync('dist', { recursive: true, force: true })\"",
75
- "cmd:format": "prettier '**/*.(js|json|jsx|md|ts|tsx|yml|yaml)'",
75
+ "cmd:format": "prettier \"**/*.{js,json,jsx,md,ts,tsx,yml,yaml}\"",
76
76
  "cmd:lint": "eslint --ext 'js,jsx,ts,tsx'",
77
77
  "prepare": "npm run clean && npm run build",
78
78
  "check-types": "tsc",
79
79
  "postinstall": "node ./helpers/check-version.js",
80
80
  "build": "babel src -d dist --extensions=\".js,.ts\"",
81
+ "build:sea": "node ./helpers/build-sea.js",
81
82
  "build:watch": "babel src -d dist --watch --source-maps --extensions=\".js,.ts\"",
82
83
  "format": "npm run cmd:format -- --write",
83
84
  "format:check": "npm run cmd:format -- --check",
@@ -132,8 +133,10 @@
132
133
  "@types/tar": "^7.0.87",
133
134
  "@types/xml2js": "^0.4.14",
134
135
  "dockerode": "^4.0.0",
136
+ "esbuild": "^0.27.3",
135
137
  "jest": "^30.0.0",
136
138
  "nock": "13.5.6",
139
+ "postject": "^1.0.0-alpha.6",
137
140
  "prettier": "npm:wp-prettier@3.0.3",
138
141
  "typescript": "^5.2.2"
139
142
  },
@@ -142,22 +145,22 @@
142
145
  "@automattic/vip-search-replace": "^2.0.0",
143
146
  "@json2csv/plainjs": "^7.0.3",
144
147
  "@wwa/single-line-log": "^1.1.4",
145
- "args": "5.0.3",
146
148
  "chalk": "^5.6.2",
147
149
  "check-disk-space": "3.4.0",
148
150
  "cli-columns": "^4.0.0",
149
151
  "cli-table3": "^0.6.3",
152
+ "commander": "^14.0.3",
150
153
  "configstore": "^8.0.0",
151
154
  "debug": "4.4.3",
152
- "ejs": "^4.0.1",
155
+ "ejs": "^5.0.1",
153
156
  "enquirer": "2.4.1",
154
157
  "fetch-retry": "^6.0.0",
155
- "graphql": "16.13.0",
158
+ "graphql": "16.13.1",
156
159
  "graphql-tag": "2.12.6",
157
160
  "https-proxy-agent": "^7.0.6",
158
161
  "js-yaml": "^4.1.0",
159
162
  "jwt-decode": "4.0.0",
160
- "lando": "github:automattic/lando-cli#83ccd88dca26aaf244aeaa07ed74b8efc4d463b5",
163
+ "lando": "github:automattic/lando-cli#c7dd51e8fb341e59e0e51a1aac453aa81dc2faf6",
161
164
  "node-fetch": "^3.3.2",
162
165
  "node-stream-zip": "1.15.0",
163
166
  "open": "^11.0.0",