heroku 8.4.4-beta.4 → 8.6.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/bin/run +0 -2
- package/lib/global_telemetry.d.ts +0 -1
- package/lib/global_telemetry.js +0 -1
- package/oclif.manifest.json +1 -1
- package/package.json +11 -12
package/bin/run
CHANGED
package/lib/global_telemetry.js
CHANGED
|
@@ -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");
|
package/oclif.manifest.json
CHANGED
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.
|
|
4
|
+
"version": "8.6.0-beta.0",
|
|
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.
|
|
14
|
-
"@heroku-cli/plugin-apps-v5": "^8.
|
|
15
|
-
"@heroku-cli/plugin-certs-v5": "^8.
|
|
16
|
-
"@heroku-cli/plugin-ci-v5": "^8.
|
|
17
|
-
"@heroku-cli/plugin-container-registry-v5": "^8.
|
|
18
|
-
"@heroku-cli/plugin-orgs-v5": "^8.
|
|
19
|
-
"@heroku-cli/plugin-pg-v5": "^8.
|
|
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.0",
|
|
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.
|
|
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.
|
|
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": "
|
|
343
|
+
"gitHead": "94d0001437528b8a009032dbbb94395d1fd20977"
|
|
345
344
|
}
|