heroku 8.5.0 → 8.6.0-beta.1

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/bin/run CHANGED
@@ -1,7 +1,5 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- require('dotenv').config()
4
-
5
3
  process.env.HEROKU_UPDATE_INSTRUCTIONS = process.env.HEROKU_UPDATE_INSTRUCTIONS || 'update with: "npm update -g heroku"'
6
4
 
7
5
  const now = new Date()
@@ -1,4 +1,3 @@
1
- import 'dotenv/config';
2
1
  export declare const processor: any;
3
2
  interface Telemetry {
4
3
  command: string;
@@ -1,7 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sendToRollbar = exports.sendToHoneycomb = exports.sendTelemetry = exports.reportCmdNotFound = exports.computeDuration = exports.setupTelemetry = exports.initializeInstrumentation = exports.processor = void 0;
4
- require("dotenv/config");
5
4
  const Rollbar = require("rollbar");
6
5
  const command_1 = require("@heroku-cli/command");
7
6
  const core_1 = require("@oclif/core");
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "8.5.0",
2
+ "version": "8.6.0-beta.1",
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.5.0",
4
+ "version": "8.6.0-beta.1",
5
5
  "author": "Jeff Dickey @jdxcode",
6
6
  "bin": "./bin/run",
7
7
  "bugs": "https://github.com/heroku/cli/issues",
@@ -10,18 +10,18 @@
10
10
  "@heroku-cli/command": "^10.0.0",
11
11
  "@heroku-cli/command-v9": "npm:@heroku-cli/command@^9.0.2",
12
12
  "@heroku-cli/notifications": "^1.2.2",
13
- "@heroku-cli/plugin-addons-v5": "^8.4.0",
14
- "@heroku-cli/plugin-apps-v5": "^8.5.0",
15
- "@heroku-cli/plugin-certs-v5": "^8.2.0",
16
- "@heroku-cli/plugin-ci-v5": "^8.2.0",
17
- "@heroku-cli/plugin-container-registry-v5": "^8.2.0",
18
- "@heroku-cli/plugin-orgs-v5": "^8.2.0",
19
- "@heroku-cli/plugin-pg-v5": "^8.5.0",
13
+ "@heroku-cli/plugin-addons-v5": "^8.6.0-beta.0",
14
+ "@heroku-cli/plugin-apps-v5": "^8.6.0-beta.0",
15
+ "@heroku-cli/plugin-certs-v5": "^8.6.0-beta.0",
16
+ "@heroku-cli/plugin-ci-v5": "^8.6.0-beta.0",
17
+ "@heroku-cli/plugin-container-registry-v5": "^8.6.0-beta.0",
18
+ "@heroku-cli/plugin-orgs-v5": "^8.6.0-beta.0",
19
+ "@heroku-cli/plugin-pg-v5": "^8.6.0-beta.1",
20
20
  "@heroku-cli/plugin-ps": "^8.1.7",
21
21
  "@heroku-cli/plugin-ps-exec": "^2.4.0",
22
- "@heroku-cli/plugin-redis-v5": "^8.2.0",
22
+ "@heroku-cli/plugin-redis-v5": "^8.6.0-beta.0",
23
23
  "@heroku-cli/plugin-run": "8.1.4",
24
- "@heroku-cli/plugin-spaces": "^8.4.0",
24
+ "@heroku-cli/plugin-spaces": "^8.6.0-beta.0",
25
25
  "@heroku-cli/schema": "^1.0.25",
26
26
  "@heroku/buildpack-registry": "^1.0.1",
27
27
  "@heroku/eventsource": "^1.0.7",
@@ -48,7 +48,6 @@
48
48
  "chalk": "^2.4.2",
49
49
  "date-fns": "^2.30.0",
50
50
  "debug": "4.1.1",
51
- "dotenv": "^16.3.1",
52
51
  "edit-string": "^1.1.6",
53
52
  "execa": "5.1.1",
54
53
  "foreman": "^3.0.1",
@@ -341,5 +340,5 @@
341
340
  "version": "oclif readme --multi && git add README.md ../../docs"
342
341
  },
343
342
  "types": "lib/index.d.ts",
344
- "gitHead": "350fe16370060bed7295c72c5aa77461d7743822"
343
+ "gitHead": "5467dbecffb4071230c5e7a99627ad88bf9abe1a"
345
344
  }