netlify-cli 19.0.3-pre.20c87a4 → 19.0.3-pre.f47afaf

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.
Files changed (2) hide show
  1. package/npm-shrinkwrap.json +34742 -0
  2. package/package.json +2 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "netlify-cli",
3
3
  "description": "Netlify command line tool",
4
- "version": "19.0.3-pre.20c87a4",
4
+ "version": "19.0.3-pre.f47afaf",
5
5
  "author": "Netlify Inc.",
6
6
  "type": "module",
7
7
  "engines": {
@@ -56,6 +56,7 @@
56
56
  "docs": "npm run --prefix=site build",
57
57
  "watch": "c8 --reporter=lcov vitest --watch",
58
58
  "postinstall": "node ./scripts/postinstall.js",
59
+ "prepublishOnly": "npm shrinkwrap",
59
60
  "certs": "openssl req -x509 -out localhost.crt -keyout localhost.key -newkey rsa:2048 -nodes -sha256 -subj \"/CN=localhost\" -extensions EXT -config certconf",
60
61
  "typecheck": "tsc",
61
62
  "typecheck:watch": "tsc --watch"