heroku 8.11.4 → 8.11.5-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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.11.4",
2
+ "version": "8.11.5-beta.0",
3
3
  "commands": {
4
4
  "console": {
5
5
  "id": "console",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "heroku",
3
3
  "description": "CLI to interact with Heroku",
4
- "version": "8.11.4",
4
+ "version": "8.11.5-beta.0",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -13,7 +13,7 @@
13
13
  "@heroku-cli/plugin-addons-v5": "^8.11.2",
14
14
  "@heroku-cli/plugin-apps-v5": "^8.11.2",
15
15
  "@heroku-cli/plugin-certs-v5": "^8.11.3",
16
- "@heroku-cli/plugin-ci-v5": "^8.11.3",
16
+ "@heroku-cli/plugin-ci-v5": "^8.11.5-beta.0",
17
17
  "@heroku-cli/plugin-container-registry-v5": "^8.11.2",
18
18
  "@heroku-cli/plugin-orgs-v5": "^8.11.2",
19
19
  "@heroku-cli/plugin-pg-v5": "^8.11.2",
@@ -38,7 +38,7 @@
38
38
  "@oclif/plugin-which": "2.2.8",
39
39
  "@opentelemetry/api": "^1.4.1",
40
40
  "@opentelemetry/exporter-trace-otlp-http": "^0.41.1",
41
- "@opentelemetry/instrumentation": "^0.41.1",
41
+ "@opentelemetry/instrumentation": "^0.50.0",
42
42
  "@opentelemetry/resources": "^1.15.1",
43
43
  "@opentelemetry/sdk-trace-base": "^1.15.1",
44
44
  "@opentelemetry/sdk-trace-node": "^1.15.1",
@@ -359,5 +359,5 @@
359
359
  "version": "oclif readme --multi && git add README.md ../../docs"
360
360
  },
361
361
  "types": "lib/index.d.ts",
362
- "gitHead": "501330bcb81e9c6c80802a84cc059fb5372f442a"
362
+ "gitHead": "fef6b07992347124e6a8f043a82307cc096f766d"
363
363
  }