heroku 10.13.0-beta.0 → 10.13.1-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/oclif.manifest.json +484 -484
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.13.
|
|
4
|
+
"version": "10.13.1-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.
|
|
10
|
+
"@heroku-cli/command": "^11.8.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",
|
|
@@ -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": "
|
|
403
|
+
"gitHead": "305e7b2c85f6c07db98f516a059a5b924e33635f"
|
|
404
404
|
}
|