heroku-cli-addons
Advanced tools
Comparing version 1.0.5 to 1.1.0
@@ -44,3 +44,5 @@ 'use strict' | ||
exports.destroy = Object.assign({}, cmd, {command: 'destroy'}) | ||
exports.remove = Object.assign({}, cmd, {command: 'remove'}) | ||
module.exports = [ | ||
Object.assign({command: 'destroy'}, cmd), | ||
Object.assign({command: 'remove', hidden: true}, cmd) | ||
] |
@@ -128,3 +128,5 @@ 'use strict' | ||
exports.upgrade = Object.assign({command: 'upgrade'}, cmd) | ||
exports.downgrade = Object.assign({command: 'downgrade'}, cmd) | ||
module.exports = [ | ||
Object.assign({command: 'upgrade'}, cmd), | ||
Object.assign({command: 'downgrade'}, cmd) | ||
] |
13
index.js
'use strict' | ||
const flatten = require('lodash.flatten') | ||
exports.topic = { | ||
@@ -8,8 +10,8 @@ name: 'addons', | ||
exports.commands = [ | ||
exports.commands = flatten([ | ||
require('./commands/addons'), | ||
require('./commands/addons/attach'), | ||
require('./commands/addons/create'), | ||
require('./commands/addons/destroy'), | ||
require('./commands/addons/detach'), | ||
require('./commands/addons/destroy').destroy, | ||
require('./commands/addons/destroy').remove, | ||
require('./commands/addons/docs'), | ||
@@ -21,6 +23,5 @@ require('./commands/addons/info'), | ||
require('./commands/addons/services'), | ||
require('./commands/addons/upgrade').upgrade, | ||
require('./commands/addons/upgrade').downgrade | ||
] | ||
require('./commands/addons/upgrade') | ||
]) | ||
exports.resolve = require('./lib/resolve') |
{ | ||
"name": "heroku-cli-addons", | ||
"description": "`heroku addons:*` commands", | ||
"version": "1.0.5", | ||
"version": "1.1.0", | ||
"author": "Bo Jeanes @bjeanes", | ||
@@ -11,10 +11,11 @@ "bugs": { | ||
"co": "4.6.0", | ||
"heroku-cli-util": "6.0.14", | ||
"lodash.groupby": "4.4.0", | ||
"lodash.memoize": "4.1.0", | ||
"lodash.merge": "4.4.0", | ||
"lodash.some": "4.4.0", | ||
"lodash.sortby": "4.5.0", | ||
"lodash.topairs": "4.1.1", | ||
"lodash.values": "4.1.0", | ||
"heroku-cli-util": "6.0.15", | ||
"lodash.flatten": "4.3.0", | ||
"lodash.groupby": "4.5.1", | ||
"lodash.memoize": "4.1.1", | ||
"lodash.merge": "4.5.1", | ||
"lodash.some": "4.5.1", | ||
"lodash.sortby": "4.6.1", | ||
"lodash.topairs": "4.2.0", | ||
"lodash.values": "4.2.0", | ||
"printf": "0.2.5" | ||
@@ -24,9 +25,8 @@ }, | ||
"chai": "^3.2.0", | ||
"codeclimate-test-reporter": "0.3.3", | ||
"mocha": "^2.2.5", | ||
"mocha": "3.0.2", | ||
"nock": "8.0.0", | ||
"nyc": "7.0.0", | ||
"nyc": "7.1.0", | ||
"standard": "7.1.2", | ||
"time-require": "0.1.2", | ||
"unexpected": "10.15.0" | ||
"unexpected": "10.15.1" | ||
}, | ||
@@ -33,0 +33,0 @@ "homepage": "https://github.com/heroku/heroku-cli-addons", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
36833
7
21
892
11
+ Addedlodash.flatten@4.3.0
+ Addedheroku-cli-util@6.0.15(transitive)
+ Addedheroku-client@3.0.0-beta3(transitive)
+ Addedlodash.ary@4.1.0(transitive)
+ Addedlodash.defaults@4.1.0(transitive)
+ Addedlodash.flatten@4.3.0(transitive)
+ Addedlodash.get@4.4.0(transitive)
+ Addedlodash.groupby@4.5.1(transitive)
+ Addedlodash.keys@4.0.8(transitive)
+ Addedlodash.mapvalues@4.5.0(transitive)
+ Addedlodash.memoize@4.1.1(transitive)
+ Addedlodash.merge@4.5.1(transitive)
+ Addedlodash.partial@4.2.0(transitive)
+ Addedlodash.pickby@4.5.0(transitive)
+ Addedlodash.property@4.4.0(transitive)
+ Addedlodash.repeat@4.0.4(transitive)
+ Addedlodash.result@4.5.0(transitive)
+ Addedlodash.some@4.5.1(transitive)
+ Addedlodash.sortby@4.6.1(transitive)
+ Addedlodash.topairs@4.2.0(transitive)
+ Addedlodash.values@4.2.0(transitive)
- Removedheroku-cli-util@6.0.14(transitive)
- Removedheroku-client@3.0.0-beta2(transitive)
- Removedlodash._baseclone@4.5.7(transitive)
- Removedlodash._baseeach@4.1.3(transitive)
- Removedlodash._baseflatten@4.2.1(transitive)
- Removedlodash._basefor@3.0.3(transitive)
- Removedlodash._baseiteratee@4.7.0(transitive)
- Removedlodash._basetostring@4.12.0(transitive)
- Removedlodash._createwrapper@4.0.5(transitive)
- Removedlodash._root@3.0.1(transitive)
- Removedlodash._stringtopath@4.8.0(transitive)
- Removedlodash.ary@4.0.1(transitive)
- Removedlodash.assigninwith@4.2.0(transitive)
- Removedlodash.defaults@4.0.1(transitive)
- Removedlodash.get@4.3.0(transitive)
- Removedlodash.groupby@4.4.0(transitive)
- Removedlodash.isplainobject@4.0.6(transitive)
- Removedlodash.keys@4.0.7(transitive)
- Removedlodash.keysin@4.2.0(transitive)
- Removedlodash.mapvalues@4.4.0(transitive)
- Removedlodash.memoize@4.1.0(transitive)
- Removedlodash.merge@4.4.0(transitive)
- Removedlodash.partial@4.1.4(transitive)
- Removedlodash.pickby@4.4.0(transitive)
- Removedlodash.property@4.3.0(transitive)
- Removedlodash.repeat@4.0.3(transitive)
- Removedlodash.rest@4.0.5(transitive)
- Removedlodash.result@4.4.0(transitive)
- Removedlodash.some@4.4.0(transitive)
- Removedlodash.sortby@4.5.0(transitive)
- Removedlodash.topairs@4.1.1(transitive)
- Removedlodash.tostring@4.1.4(transitive)
- Removedlodash.values@4.1.0(transitive)
Updatedheroku-cli-util@6.0.15
Updatedlodash.groupby@4.5.1
Updatedlodash.memoize@4.1.1
Updatedlodash.merge@4.5.1
Updatedlodash.some@4.5.1
Updatedlodash.sortby@4.6.1
Updatedlodash.topairs@4.2.0
Updatedlodash.values@4.2.0