heroku 10.12.0 → 10.13.0-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,20 +1,20 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "10.12.0",
4
+ "version": "10.13.0-beta.0",
5
5
  "author": "Heroku",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
8
8
  "dependencies": {
9
9
  "@heroku-cli/color": "2.0.1",
10
- "@heroku-cli/command": "^11.5.0",
10
+ "@heroku-cli/command": "^11.7.0",
11
11
  "@heroku-cli/notifications": "^1.2.4",
12
12
  "@heroku-cli/plugin-ps-exec": "2.6.2",
13
13
  "@heroku-cli/schema": "^1.0.25",
14
14
  "@heroku/buildpack-registry": "^1.0.1",
15
15
  "@heroku/eventsource": "^1.0.7",
16
16
  "@heroku/heroku-cli-util": "^9.0.2",
17
- "@heroku/http-call": "^5.4.0",
17
+ "@heroku/http-call": "^5.5.0",
18
18
  "@heroku/mcp-server": "1.0.7-alpha.1",
19
19
  "@heroku/plugin-ai": "^1.0.1",
20
20
  "@inquirer/prompts": "^5.0.5",
@@ -344,7 +344,7 @@
344
344
  },
345
345
  "update": {
346
346
  "node": {
347
- "version": "20.19.1"
347
+ "version": "20.19.4"
348
348
  },
349
349
  "s3": {
350
350
  "xz": true,
@@ -400,5 +400,5 @@
400
400
  "version": "oclif readme --multi && git add README.md ../../docs"
401
401
  },
402
402
  "types": "lib/index.d.ts",
403
- "gitHead": "ea1559149d52b30d560994325be4e5ca01d2a956"
403
+ "gitHead": "6381db69ab25e586861bc2dbaf22d387d8314f4d"
404
404
  }