heroku 9.3.2-beta.0 → 9.3.3-beta.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,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "9.3.2-beta.0",
4
+ "version": "9.3.3-beta.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -317,6 +317,9 @@
317
317
  "./lib/hooks/init/terms-of-service",
318
318
  "./lib/hooks/init/performance_analytics"
319
319
  ],
320
+ "plugins:preinstall": [
321
+ "./lib/hooks/plugins/preinstall/disclaimers"
322
+ ],
320
323
  "prerun": [
321
324
  "./lib/hooks/prerun/analytics"
322
325
  ],
@@ -388,5 +391,5 @@
388
391
  "version": "oclif readme --multi && git add README.md ../../docs"
389
392
  },
390
393
  "types": "lib/index.d.ts",
391
- "gitHead": "cb924857dce9f387e2ee3636de19424220bbbdb3"
394
+ "gitHead": "bc48c2df65277b1e6b2c966a82f1784281732f0f"
392
395
  }