heroku 10.15.1-beta.0 → 10.15.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/oclif.manifest.json +1 -1
- package/package.json +2 -2
package/oclif.manifest.json
CHANGED
|
@@ -15015,5 +15015,5 @@
|
|
|
15015
15015
|
]
|
|
15016
15016
|
}
|
|
15017
15017
|
},
|
|
15018
|
-
"version": "10.15.1
|
|
15018
|
+
"version": "10.15.1"
|
|
15019
15019
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "heroku",
|
|
3
3
|
"description": "CLI to interact with Heroku",
|
|
4
|
-
"version": "10.15.1
|
|
4
|
+
"version": "10.15.1",
|
|
5
5
|
"author": "Heroku",
|
|
6
6
|
"bin": "./bin/run",
|
|
7
7
|
"bugs": "https://github.com/heroku/cli/issues",
|
|
@@ -397,5 +397,5 @@
|
|
|
397
397
|
"version": "oclif readme --multi && git add README.md ../../docs"
|
|
398
398
|
},
|
|
399
399
|
"types": "lib/index.d.ts",
|
|
400
|
-
"gitHead": "
|
|
400
|
+
"gitHead": "48340fadd66d9a058273bc3d760162b2ea9ca3a2"
|
|
401
401
|
}
|